71 Commits (b51c0a93aa65b66ecfd12a55533963c26af1a78e)

Author SHA1 Message Date
  jules b83fcd7d5f win32 compatibility tweaks. 12 years ago
  jules 0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 12 years ago
  jules 4d4321bea1 Version 2.0.28 12 years ago
  jules 49729815eb Precautionary undef-ing of noexcept and nullptr. 12 years ago
  jules b305389d46 Changes for DLL build. 12 years ago
  jules 9239842120 DLL build fix + minor clean-ups. 12 years ago
  jules ec48a7ffcc Restored a DLL export flag. 12 years ago
  jules 2b7b01632f A couple of fixes for win32 DLL builds. 12 years ago
  jules 06e2a667fb Introjucer: change to android manifest to improve graphics performance. Stopped alertwindows being always-on-top in plugins. 12 years ago
  jules 617731d21c Added a JUCE_DISABLE_JUCE_VERSION_PRINTING flag that can be set to prevent the juce version number being printed at startup. 12 years ago
  jules ad958be260 Version bump: 2.0.27 12 years ago
  jules abb4946191 Version bump: 2.0.26 12 years ago
  jules 976be45c2a Minor updates for mingw compatibility. 12 years ago
  jules 551688e8b4 Added method: SystemStats::getDisplayLanguage() 12 years ago
  jules 665c85b147 Version number bump. 12 years ago
  jules e0f1224a75 Updated the SystemStats operating system code: instead of having a special getOSXMinorVersionNumber() method, it now provides a more detailed version number when you call getOperatingSystemType(). Also added new types for iOS and Win8. 13 years ago
  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