69 Commits (cd5893d6e8b51b8ca133fc01e43664fe5839b2cc)

Author SHA1 Message Date
  jules df729be74a Cleaned-up class inheritance visibilities and encapsulation for some internal classes. 13 years ago
  jules 7afbc077e7 Version update. 13 years ago
  jules 502af083aa Fixed a bug in Font::setUnderline(). 13 years ago
  jules 8a586adc8b On OSX, made sure popup menus are dismissed when the main menu is opened. 13 years ago
  jules 7ce0bf15d3 Added callbacks JUCEApplication::suspended() and resumed() for iOS and Android. 13 years ago
  jules 591e89cd87 Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. 13 years ago
  jules 18cfadf898 Refactored the handling of command-line args: added new static methods JUCEApplication::getCommandLineParameters() and getCommandLineParameterArray(). 13 years ago
  jules 7875420076 Couple of 10.4 OSX fixes. 13 years ago
  jules 07a774adcc Fix for GCC syntax problem. 13 years ago
  jules 1089e3df86 Introjucer: Added "LinuxLibs" field to modules, for specifying module-specific libs. 13 years ago
  jules dab9295611 Minor refactoring of obj-C internals. 13 years ago
  jules ac1d6955e7 Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed. 13 years ago
  jules 2cf53557f6 Helper class for dynamically building Obj-C classes, and conversion of internal app delegate class to use this. 13 years ago
  jules df5d50bcd8 Version number bump. 13 years ago
  jules ab33b1a05d Fix for component notifications when peer is changing. Some fixes for GCC4.7 on linux. 13 years ago
  jules 3a91979ea8 Version bump. 13 years ago
  jules 1f95f54089 Purged some warnings. 13 years ago
  jules bfcc0dd7a5 Minor NamedPipe tweak. 13 years ago
  jules 351416c09a Tidied up some docs and comments. 13 years ago
  jules 93a86b2600 TabbedButtonBar fix. Small clean-ups. 13 years ago
  jules 8de9d9c6da Version number bump. Clean-ups. 13 years ago
  jules 87d3acf19f Message leak fix. Android repaint fix. Minor clean-ups. 13 years ago
  jules 53c0436d71 Android fixes. OSX fix for old SDKs. 13 years ago
  jules 59669e8bec Thread-local value fix for plugins on XP. Android startup tweaks. Minor component changes. 13 years ago
  jules bdd778332d Removed some unused android code. Refactored some messaging code. 13 years ago
  jules e905f52014 More internal message class refactoring/decoupling. 13 years ago
  jules 31209dadfc Simplified some message-handling code. 13 years ago
  jules 56bbab1537 (automated whitespace clean-up) 13 years ago
  jules 3a7989ad7c Android: added OpenSLES audio device type. 13 years ago
  jules 8f9549a4a7 OpenGL fix. 13 years ago
  jules a6c9992957 Updated some module usage warning code. 13 years ago
  jules d3d391ae7f Introjucer: Improved android project saving to allow the activity class to be custom-named, and to copy the java into the target tree instead of linking. Also added an option to set the android architectures. 13 years ago
  jules 5308aef329 Removed some old VC6 workarounds, and removed the VC6 exporter from the introjucer. 13 years ago
  jules d70d017fc6 Docs fix. Version bump. 13 years ago
  jules 295d125142 Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code. 13 years ago
  jules a9103407d7 Version number bump. 13 years ago
  jules a90aedce50 Small updates to ComponentBuilder, UnitTestRunner. 13 years ago
  jules e0aa00181a Minor tweaks to TextEditor, Message. 13 years ago
  jules bdbe7d3f01 Introjucer: made it possible to override settings in AppConfig.h. Version number bump. 13 years ago
  jules 4870ea28dd Refactored the dynamically-loaded OpenGL extension functions from being static to being members of a specific context object. This entails lots of OpenGLContext references being passed around all over the place, and has meant that a few static helper functions are no longer available. 13 years ago
  jules a997490f17 Updated the OpenGLComponent so that it can render sub-components when using a background thread, and changed the demo to use this mode (which is faster). 13 years ago
  jules 43d9a4eb16 New class: ThreadLocalValue. 13 years ago
  jules fd9bf6d5a3 Updated Introjucer for better Xcode 4 compatibility. Bumped version number. 13 years ago
  jules 39f12d3cc6 Fix for win32 window confusion when running multiple juce apps. 13 years ago
  jules 9b6780f15a Version number bump. 13 years ago
  jules f29aa4c468 Changed the OSX folder used for interprocess lock files. Fixed the JUCE_CATCH_UNHANDLED_EXCEPTIONS flag. 13 years ago
  jules 38eb7f8a5b New class: WindowsMediaAudioFormat. 13 years ago
  jules e60b2f3a20 New class: MP3AudioFormat. 13 years ago
  jules 674aa73dd7 Bumped the version number. 13 years ago
  jules bd7c046f76 Fixed some old OSX message handling code. Made the return type of Slider::getTextFromValue non-const. 13 years ago