55 Commits (00ff36f0e65331ebdd48d942f87bea6674f59816)

Author SHA1 Message Date
  jules 5001ead53a OSX 10.5 SDK and GCC fixes. 13 years ago
  jules 4f206a3f3a Version bump. 13 years ago
  jules 98e37b8e7a Minor MSVC compatibility fix. 13 years ago
  jules c3b0903b74 Workaround for compiling with VC2012. 13 years ago
  jules 75d72d6323 Version number bump. 13 years ago
  jules b3556f720e Added some colour component accessor methods to PixelARGB, PixelRGB. Tidied up some packing macros. 13 years ago
  jules 2d9312ca3e Added function: SystemStats::getEnvironmentVariable() 13 years ago
  jules 9b8a39e27c Removed some default parameters in NamedPipe methods and fixed time-outs when using posix NamedPipe::read(). 13 years ago
  jules 7afbc077e7 Version update. 13 years ago
  jules add0cf77e1 Avoided some c++11 nullptr problems with VC2011. 13 years ago
  jules 44ac462768 New methods SystemStats::getUserLanguage(), SystemStats::getUserRegion(). 13 years ago
  jules ee4618d863 Added some explicit namespacing for exceptions, and fixed a mouseExit problem with modal components. 13 years ago
  jules 438159d01a Added a flag to disable inline asm. 13 years ago
  jules df5d50bcd8 Version number bump. 13 years ago
  jules 3f953ca21d Change to assertions to get Xcode 4 to work better. 13 years ago
  jules 535f248c53 Rearranged some error-catching code. 13 years ago
  jules 3a91979ea8 Version bump. 13 years ago
  jules 13bbd89b9d Added some comments. 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 56bbab1537 (automated whitespace clean-up) 13 years ago
  jules 83b35eba25 Minor tweaks to help support mingw, and to avoid namespace issues with assertions. 13 years ago
  jules 22c72de736 VC2011 compiler tweaks. ReferenceCountedArray fix. 13 years ago
  jules 5b22611306 Cleaned up and simplified the ThreadPool class - addJob now takes a flag to indicate whether the pool should delete that job, and the class's constructor arguments have been simplified. 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 a9894dc15e Introjucer: tweaked VC2005 version number. Minor fix for Thread. Tweaked assertion method used in Xcode to allow continuation after an assertion. 13 years ago
  jules a9103407d7 Version number bump. 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 43d9a4eb16 New class: ThreadLocalValue. 13 years ago
  jules a56a285e58 OpenGL work: renamed OpenGLGraphicsContext class, and made it use shaders for rendering where available. 13 years ago
  jules fd9bf6d5a3 Updated Introjucer for better Xcode 4 compatibility. Bumped version number. 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 00f34cbe6c Xcode 4 assertion fix. VSTPluginFormat fix. 13 years ago
  jules 5435bfcb26 win32 revealToUser improvement. TextEditor fix. Supprt for cut/copy/paste shortcuts when OSX file browsers are visible. iOS embedded window positioning fix. 13 years ago
  jules 674aa73dd7 Bumped the version number. 13 years ago
  jules 40e8a8916b Bumped version and updated project files. 13 years ago
  jules 39c9a4b725 Version number bump. 13 years ago
  jules c9cdf073dd Couple of small win32 fixes. Cleaned up win32 registry code. 13 years ago
  Julian Storer 52a90374df AU path fix. Minor tweaks. Version number bump. 13 years ago
  Julian Storer 2d56bedab5 Introjucer update to provide downloading of new modules directly from the website. 13 years ago
  Julian Storer 79090d1017 Improved the string hashing algorithm in the introjucer. 13 years ago
  Julian Storer 3d5b7685cd Tweaked linux HTTP code. Added a macro: JUCE_STRINGIFY. 13 years ago
  Julian Storer 4fcd1e3384 New class: ChildProcess. Fixed android build problems with paths. 13 years ago
  Julian Storer d55b7419ec Fixed a typo in the introjucer. C++0x fixes. 14 years ago