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 |
|
jules
|
38eb7f8a5b
|
New class: WindowsMediaAudioFormat.
|
2011-12-03 20:58:55 +00:00 |
|
jules
|
e60b2f3a20
|
New class: MP3AudioFormat.
|
2011-11-29 17:07:54 +00:00 |
|
jules
|
00f34cbe6c
|
Xcode 4 assertion fix. VSTPluginFormat fix.
|
2011-11-28 10:56:46 +00:00 |
|
jules
|
5435bfcb26
|
win32 revealToUser improvement. TextEditor fix. Supprt for cut/copy/paste shortcuts when OSX file browsers are visible. iOS embedded window positioning fix.
|
2011-11-07 17:24:22 +00:00 |
|
jules
|
674aa73dd7
|
Bumped the version number.
|
2011-11-04 16:20:13 +00:00 |
|
jules
|
40e8a8916b
|
Bumped version and updated project files.
|
2011-10-03 17:47:23 +01:00 |
|
jules
|
39c9a4b725
|
Version number bump.
|
2011-09-26 16:36:27 +01:00 |
|
jules
|
c9cdf073dd
|
Couple of small win32 fixes. Cleaned up win32 registry code.
|
2011-09-26 10:40:44 +01:00 |
|
Julian Storer
|
52a90374df
|
AU path fix. Minor tweaks. Version number bump.
|
2011-09-23 15:36:04 +01:00 |
|
Julian Storer
|
2d56bedab5
|
Introjucer update to provide downloading of new modules directly from the website.
|
2011-09-17 16:15:38 +01:00 |
|
Julian Storer
|
79090d1017
|
Improved the string hashing algorithm in the introjucer.
|
2011-09-11 16:26:20 +01:00 |
|
Julian Storer
|
3d5b7685cd
|
Tweaked linux HTTP code. Added a macro: JUCE_STRINGIFY.
|
2011-09-09 08:46:39 +01:00 |
|
Julian Storer
|
4fcd1e3384
|
New class: ChildProcess. Fixed android build problems with paths.
|
2011-09-02 12:48:36 +01:00 |
|