1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

16 commits

Author SHA1 Message Date
Julian Storer
b70e0a28d2 First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 2011-08-12 10:04:52 +01:00
Julian Storer
f89fa9456a Sorted out some windows header files. Introjucer RTAS VC project fix. 2011-07-12 15:51:35 +01:00
Julian Storer
bf68f7932e Android mono audio device fix. More introjucer work. 2011-07-12 12:23:17 +01:00
Julian Storer
e130af03ec Introjucer refactoring, moving more functionality from the ProjectExporters and into the ProjectTypes. Slightly altered the structure of nested groups that is generated, and tweaked the demo projects to reflect this. Couple of minor fixes to symbol exporting and CoreAudioFormat. 2011-07-11 19:03:54 +01:00
Julian Storer
cf4ecfacac Changed some obj-C literals to avoid cross-linkage problems in plugins. More introjucer work. 2011-07-07 22:16:51 +01:00
Julian Storer
6392cdabcc Even more introjucer refactoring. 2011-07-07 10:13:18 +01:00
Julian Storer
e627847d32 More introjucer refactoring. 2011-07-06 13:35:17 +01:00
Julian Storer
a7a4c287b7 More introjucer refactoring. Fixes for MessageListener and iOS font names. 2011-07-05 11:48:13 +01:00
Julian Storer
2dff4cd3fa GIF decoding fix. Introjucer refactoring work. 2011-07-04 11:20:17 +01:00
Julian Storer
98ba259599 Minor introjucer clean-ups. 2011-07-03 18:51:54 +01:00
Julian Storer
3871c8d6d1 Tweaked OS file drag-and-drop to ignore unwanted file types. Minor structural fixes. Changes to avoid cancellation of ThreadWithAlertWindow and for Linux openGL rendering. 2011-07-01 11:40:44 +01:00
Julian Storer
f04309f44a Added fake placeholder versions of the new c++0x 'noexcept' and 'nullptr' keywords, and altered the library classes to use these instead of 'throw()' and '0'. This shouldn't make any difference at all to existing code, but will enable better static checking with future c++0x compilers. 2011-04-07 13:49:01 +01:00
Julian Storer
904e1aba45 A couple of minor fixes, and changed code to use std::swap instead of swapVariables() 2011-04-01 09:38:25 +01:00
Julian Storer
a493cfee4d Added a button size option to the PreferencesPanel. Added an operator for writing Strings to std::wcout. Fixed a clipping error in audio float to int conversion. Made the introjucer cope with backslashes in filenames when used on unix. 2011-03-28 11:14:27 +01:00
Julian Storer
0297ae5c69 Added mac architecture type to the introjucer. Optimised code editor syntax iteration. 2011-03-08 19:27:23 +00:00
Julian Storer
82e8d68a5d Renamed the experimental jucer as the Introjucer. 2011-03-08 11:41:28 +00:00
Renamed from extras/Jucer (experimental)/Source/Project/jucer_Project.cpp (Browse further)