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

57 commits

Author SHA1 Message Date
jules
44ac462768 New methods SystemStats::getUserLanguage(), SystemStats::getUserRegion(). 2012-05-04 20:07:24 +01:00
jules
438159d01a Added a flag to disable inline asm. 2012-04-24 21:50:54 +01:00
jules
bb2d7683e5 Linux VST header fix. 2012-04-22 16:12:40 +01:00
jules
cf5163a68d Updated some win32 video code. 2012-04-16 22:23:36 +01:00
jules
1f95f54089 Purged some warnings. 2012-04-10 10:29:14 +01:00
jules
c4af628d14 Avoided repeated calls to dladdr(), which could cause problems in some plugin situations. 2012-04-05 14:43:20 +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
93a86b2600 TabbedButtonBar fix. Small clean-ups. 2012-04-02 11:43:06 +01:00
jules
28e5942c59 Fix for win32 NamedPipe::isOpen(). 2012-04-01 11:56:11 +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
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
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
83b35eba25 Minor tweaks to help support mingw, and to avoid namespace issues with assertions. 2012-03-06 20:31:39 +00:00
jules
c2d7e81548 Linux http header fix. 2012-03-01 12:13:21 +00:00
jules
109f0a32a4 OpenGL: added internal checks to catch GL errors (in debug mode). More Android GL progress. 2012-03-01 12:10:37 +00:00
jules
aab3a6a6eb Android GL work. 2012-02-29 14:16:14 +00:00
jules
2bfa580254 Android GL work. 2012-02-25 18:30:42 +00:00
jules
54c82b3120 Android: added URL launching. 2012-02-24 17:48:18 +00:00
jules
d2a4173ab4 Android: better logging, more GL work. 2012-02-23 17:34:46 +00:00
jules
1804b983a0 Android GL work. 2012-02-23 09:57:00 +00:00
jules
51b2068576 Introjucer: added company name property to project, and better exe property info generation in MSVC resource files. Added method OpenGLComponent::rebuildContext(). 2012-02-22 11:11:34 +00:00
jules
d3d391ae7f Introjucer: Improved android project saving to allow the activity class to be custom-named, and to copy the java into the target tree instead of linking. Also added an option to set the android architectures. 2012-02-20 17:21:49 +00:00
jules
70a5f0233c Fixes to some MemoryOutputStream streaming operators. 2012-02-15 20:48:14 +00:00
jules
75e9f9102e Introjucer: fixed a problem when creating new exporters. Added better error reporting for GL shader compilation. Linux http fix. 2012-02-15 11:20:36 +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
4d332b6bb3 OpenGL fixes for flickering and rounding errors. RelativeCoordinate expression parsing work. Tweaks for AudioProcessorGraph params and OSX thread naming calls. 2012-02-02 12:08:04 +00:00
jules
824f1b8484 iOS URL opening fix. 2012-01-24 16:32:13 +00:00
jules
38703ee4c3 Cleaned up a few 64-bit VC++ warnings. 2011-12-24 10:06:45 +00:00
jules
0925b99e6d Added ChildProcess::kill() 2011-12-14 14:18:45 +00:00
jules
d6ed09e158 TextLayout fix. Windows stylus fix. Minor clean-ups. 2011-12-13 13:45:51 +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
15252c7227 New method: FileOutputStream::truncate() 2011-11-21 11:41:58 +00:00
jules
2a780902ba Fixed a minor leak in CoreAudioFormat. Fixed incorrect OSX and iOS version reporting. Added Xext library to linux introjucer build. Mac menu shortcut key fix. 2011-11-15 16:53:34 +00:00
jules
93d6f4183b iOS InterprocessLock changes. 2011-11-10 14:32:35 +00:00
jules
5e90767eb2 Minor addition to ComSmartPtr. 2011-11-10 10:37:42 +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
b558d441cb Updated a module's library dependencies. 2011-11-02 19:40:00 +00:00
jules
6f5bb01513 Workarounds for mingw compatibility. 2011-11-02 11:49:34 +00:00
jules
7c1e4dc0db Updates to keep android builds compatible with NDK6b and the latest SDK. 2011-10-24 15:54:06 +01:00
jules
b23e5c4515 ImageButton fix. OpenGL refactoring. 2011-10-19 10:26:26 +01:00
jules
c9cdf073dd Couple of small win32 fixes. Cleaned up win32 registry code. 2011-09-26 10:40:44 +01:00
Julian Storer
7f4e56191a Mouse click and colour tweaks. Changed OSX URL reading to avoid local caching. 2011-09-16 22:07:47 +01:00
Julian Storer
9a9f570781 Tweaks to streams and gzip compressor. 2011-09-14 15:34:05 +01:00