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

10102 commits

Author SHA1 Message Date
jules
11659678d6 WindowsMediaFormat fix. ReferenceCountedArray::indexOfSorted() method. 2012-04-05 14:01:00 +01:00
jules
dbe71f8c67 A bugfix and some fine-tuning for the android openSL audio device. 2012-04-04 19:43:11 +01:00
jules
63bc3f29de Introjucer fixes for key shortcut and Android c++ flags. Enabled c++0x mode for Android. 2012-04-04 12:52:07 +01:00
jules
e61db7da55 Added a WOW64 call to WindowsRegistry. 2012-04-04 10:36:15 +01:00
jules
bfcc0dd7a5 Minor NamedPipe tweak. 2012-04-04 10:10:41 +01:00
jules
9c129d1778 OpenGL header fix for 10.5 2012-04-04 10:10:02 +01:00
jules
13bbd89b9d Added some comments. 2012-04-03 21:07:01 +01:00
jules
0e1b6061d5 Minor clean-ups for GL, removed some old VC6 hacks. 2012-04-03 20:25:05 +01:00
jules
7d9e06d788 Added OpenGL locking for OSX. 2012-04-03 18:18:44 +01:00
jules
04c2d6cfc1 Added some GL error handling and tweaks to support older PC builds. 2012-04-03 14:51:22 +01:00
jules
074a8c05dd Fixes to allow OpenGL contexts to be attached to a top-level component. 2012-04-03 13:31:27 +01:00
jules
d1f841b1ec String numeric formatting win32 fix. 2012-04-03 12:10:36 +01:00
jules
351416c09a Tidied up some docs and comments. 2012-04-03 11:36:31 +01:00
jules
875cb97217 OpenGL fixes to support OSX10.5 and older win32 systems. 2012-04-02 17:52:14 +01:00
jules
562282c06d Changed some String methods to avoid using locale-specific characters in decimal conversions, and to stick to a dot in all cases. 2012-04-02 17:51:06 +01:00
jules
2093471b23 TabbedComponent fix. 2012-04-02 13:39:06 +01:00
jules
93a86b2600 TabbedButtonBar fix. Small clean-ups. 2012-04-02 11:43:06 +01:00
jules
cb05079b48 iOS audio session fix. 2012-04-02 11:41:18 +01:00
jules
28e5942c59 Fix for win32 NamedPipe::isOpen(). 2012-04-01 11:56:11 +01:00
jules
4e1a9f6526 better double comparisons for var. Fix for VS2005/VS2010 RTAS exporting. Minor GL cleanups and project updates. 2012-03-31 16:41:05 +01:00
jules
8de9d9c6da Version number bump. Clean-ups. 2012-03-30 15:40:17 +01:00
jules
0f8cc04904 GL fixes, clean-ups, docs. 2012-03-30 15:28:26 +01:00
jules
87d3acf19f Message leak fix. Android repaint fix. Minor clean-ups. 2012-03-30 09:31:35 +01:00
jules
f80d119614 Added a few methods to WindowsRegistry. 2012-03-29 17:43:49 +01:00
jules
53c0436d71 Android fixes. OSX fix for old SDKs. 2012-03-29 12:40:14 +01:00
jules
91a41ddbd8 OpenGL refactoring (stage 1) 2012-03-27 17:22:54 +01:00
jules
59669e8bec Thread-local value fix for plugins on XP. Android startup tweaks. Minor component changes. 2012-03-27 11:04:27 +01:00
jules
bdd778332d Removed some unused android code. Refactored some messaging code. 2012-03-25 20:09:57 +01:00
jules
e905f52014 More internal message class refactoring/decoupling. 2012-03-24 18:37:44 +00:00
jules
31209dadfc Simplified some message-handling code. 2012-03-24 11:38:05 +00:00
jules
baee94b197 Fix for IPV6 sockets. 2012-03-21 22:09:35 +00:00
jules
56bbab1537 (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
jules
dcb8351844 Minor tweaks to Component and OSX fullscreen behaviour. 2012-03-19 21:49:52 +00:00
jules
018d070948 Introjucer: tidied up command-line handling, added "--resave-resources" option. 2012-03-19 12:01:11 +00:00
jules
e87f833183 Tidied up a few rectangle methods. 2012-03-18 17:22:05 +00:00
jules
49870de020 Added a bit of extra functionality to WindowsRegistry. Linux: couple of fixes for fullscreen, file chooser, and a bit of tidying up. Internal refactoring in NSViewComponent. 2012-03-18 16:41:03 +00:00
jules
b888a72db9 Updated win32 GetSystemInfo calls. URL domain name fix. 2012-03-17 11:34:12 +00:00
jules
d6df57b1d2 iOS audio fix for interruption handling. 2012-03-15 16:00:10 +00:00
jules
cd711a5c44 OpenGL refactoring. Removed a couple of minor methods from OpenGLComponent. 2012-03-15 15:58:34 +00:00
jules
f80397f2c3 Fix for thread-locals in older OSX targets. 2012-03-15 11:39:01 +00:00
jules
b338698e34 OpenGL: removed the fixed-function rendering code, replacing it with a simple software renderer that blits its results to the GL context. Removed the public OpenGLGraphicsContext class, replacing it with a createOpenGLGraphicsContext() function which returns an appropriate shader-based or software-based renderer object. 2012-03-15 11:13:38 +00:00
jules
8ed15bd9f0 Fix for AudioCDReader::createReaderForCD() on strange win32 systems with phantom CD-rom drives. 2012-03-14 23:09:32 +00:00
jules
28fbf4cb64 Relaxed some assertions in Component to make it easier to load SVG on threads. Minor internal tinkering with Path class. 2012-03-14 21:34:07 +00:00
jules
bb86893b60 Android OpenSL latency work. 2012-03-14 11:07:36 +00:00
jules
a64aa22af2 Minor fixes for Thread, ColourSelector, ToolbarButton. 2012-03-13 21:50:13 +00:00
jules
16f5684bd9 Introjucer: added a button for changing the copying mode of all modules. Added support for kiosk mode in iOS. 2012-03-13 19:23:04 +00:00
jules
5f178a962b Improved ThreadLocalValue to use native compiler features where available. Got rid of Thread::stopAllThreads and Thread::getNumRunningThreads (which were just a bad idea, with many safety holes). Replaced the internal RunningThreadsList class with some simpler thread-local storage. 2012-03-13 12:44:33 +00:00
jules
cba76bef60 Introjucer: fix for RTAS in VS2010 2012-03-12 21:43:43 +00:00
jules
b56695f604 Fix for XML formatting. 2012-03-09 21:13:08 +00:00
jules
431978b4ff Fix for AudioProcessorGraph logic. 2012-03-09 13:17:26 +00:00