1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
Commit graph

69 commits

Author SHA1 Message Date
jules
4d4321bea1 Version 2.0.28 2012-11-14 10:01:45 +00:00
jules
49729815eb Precautionary undef-ing of noexcept and nullptr. 2012-10-03 21:02:01 +01:00
jules
b305389d46 Changes for DLL build. 2012-09-26 21:31:04 +01:00
jules
9239842120 DLL build fix + minor clean-ups. 2012-09-26 14:47:37 +01:00
jules
ec48a7ffcc Restored a DLL export flag. 2012-09-20 09:45:41 +01:00
jules
2b7b01632f A couple of fixes for win32 DLL builds. 2012-09-20 09:16:02 +01:00
jules
06e2a667fb Introjucer: change to android manifest to improve graphics performance. Stopped alertwindows being always-on-top in plugins. 2012-09-19 18:39:57 +01:00
jules
617731d21c Added a JUCE_DISABLE_JUCE_VERSION_PRINTING flag that can be set to prevent the juce version number being printed at startup. 2012-09-11 10:10:40 +01:00
jules
ad958be260 Version bump: 2.0.27 2012-09-08 14:37:39 +01:00
jules
abb4946191 Version bump: 2.0.26 2012-09-04 15:26:43 +01:00
jules
976be45c2a Minor updates for mingw compatibility. 2012-08-24 08:57:18 +01:00
jules
551688e8b4 Added method: SystemStats::getDisplayLanguage() 2012-08-10 18:05:28 +01:00
jules
665c85b147 Version number bump. 2012-08-09 08:56:28 +01:00
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. 2012-07-31 15:17:15 +01:00
jules
5001ead53a OSX 10.5 SDK and GCC fixes. 2012-07-26 10:14:16 +01:00
jules
4f206a3f3a Version bump. 2012-07-24 17:04:29 +01:00
jules
98e37b8e7a Minor MSVC compatibility fix. 2012-07-22 19:48:38 +01:00
jules
c3b0903b74 Workaround for compiling with VC2012. 2012-07-22 09:31:52 +01:00
jules
75d72d6323 Version number bump. 2012-07-21 14:39:29 +01:00
jules
b3556f720e Added some colour component accessor methods to PixelARGB, PixelRGB. Tidied up some packing macros. 2012-07-21 08:58:27 +01:00
jules
2d9312ca3e Added function: SystemStats::getEnvironmentVariable() 2012-07-18 16:17:36 +01:00
jules
9b8a39e27c Removed some default parameters in NamedPipe methods and fixed time-outs when using posix NamedPipe::read(). 2012-07-17 15:49:55 +01:00
jules
7afbc077e7 Version update. 2012-07-11 10:19:09 +01:00
jules
add0cf77e1 Avoided some c++11 nullptr problems with VC2011. 2012-06-08 15:38:26 +01:00
jules
44ac462768 New methods SystemStats::getUserLanguage(), SystemStats::getUserRegion(). 2012-05-04 20:07:24 +01:00
jules
ee4618d863 Added some explicit namespacing for exceptions, and fixed a mouseExit problem with modal components. 2012-04-25 14:08:26 +01:00
jules
438159d01a Added a flag to disable inline asm. 2012-04-24 21:50:54 +01:00
jules
df5d50bcd8 Version number bump. 2012-04-16 17:54:42 +01:00
jules
3f953ca21d Change to assertions to get Xcode 4 to work better. 2012-04-16 12:18:56 +01:00
jules
535f248c53 Rearranged some error-catching code. 2012-04-12 20:46:24 +01:00
jules
3a91979ea8 Version bump. 2012-04-11 11:06:43 +01:00
jules
13bbd89b9d Added some comments. 2012-04-03 21:07:01 +01:00
jules
8de9d9c6da Version number bump. Clean-ups. 2012-03-30 15:40:17 +01:00
jules
87d3acf19f Message leak fix. Android repaint fix. Minor clean-ups. 2012-03-30 09:31:35 +01:00
jules
56bbab1537 (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
jules
83b35eba25 Minor tweaks to help support mingw, and to avoid namespace issues with assertions. 2012-03-06 20:31:39 +00:00
jules
22c72de736 VC2011 compiler tweaks. ReferenceCountedArray fix. 2012-03-01 09:26:40 +00:00
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. 2012-02-28 15:08:26 +00:00
jules
5308aef329 Removed some old VC6 workarounds, and removed the VC6 exporter from the introjucer. 2012-02-13 17:56:59 +00:00
jules
d70d017fc6 Docs fix. Version bump. 2012-02-13 15:29:21 +00:00
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. 2012-02-11 14:09:23 +00:00
jules
a9894dc15e Introjucer: tweaked VC2005 version number. Minor fix for Thread. Tweaked assertion method used in Xcode to allow continuation after an assertion. 2012-02-10 09:58:57 +00:00
jules
a9103407d7 Version number bump. 2012-02-09 13:35:59 +00:00
jules
bdbe7d3f01 Introjucer: made it possible to override settings in AppConfig.h. Version number bump. 2012-01-12 14:19:16 +00:00
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. 2012-01-04 16:36:30 +00:00
jules
43d9a4eb16 New class: ThreadLocalValue. 2011-12-22 11:40:34 +00:00
jules
a56a285e58 OpenGL work: renamed OpenGLGraphicsContext class, and made it use shaders for rendering where available. 2011-12-15 13:50:19 +00:00
jules
fd9bf6d5a3 Updated Introjucer for better Xcode 4 compatibility. Bumped version number. 2011-12-12 14:23:17 +00:00
jules
9b6780f15a Version number bump. 2011-12-08 19:52:34 +00:00
jules
f29aa4c468 Changed the OSX folder used for interprocess lock files. Fixed the JUCE_CATCH_UNHANDLED_EXCEPTIONS flag. 2011-12-06 20:17:57 +00:00