Julian Storer
|
693132a6e5
|
Changed the way module code is wrapped by the Introjucer.
|
2011-08-15 19:40:50 +01:00 |
|
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
|
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
|
3d8ce244b1
|
New class: CoreAudioFormat, for using system audio codecs in OSX and iOS.
|
2011-07-07 12:25:45 +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
|
c908bc5b84
|
Fixed a couple of introjucer problems. Reorganised some native code.
|
2011-06-30 11:26:05 +01:00 |
|
Julian Storer
|
59f78f4cbe
|
Sorted out some mac window maximising and ordering peculiarities. Fix for introjucer Xcode project generation. Added AudioIODeviceType::Listener class for monitoring audio device insertion/removal events (implemented for CoreAudio and WASAPI). Made TextEditor update its Value when it loses focus.
|
2011-06-22 10:50:46 +01:00 |
|
Julian Storer
|
e159587a9b
|
Decentralised some initialisation code. Minor fixes for Array, Component, iOS fonts.
|
2011-04-21 12:20:08 +01:00 |
|
Julian Storer
|
67afa64a4b
|
Relocated the audio plugin wrapper files from the 'extras' folder into src/audio/plugin_client/
|
2011-04-11 10:52:39 +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
|
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 |
|