81 Commits (976be45c2aa851e5ab847ebf95f53ad88cd6c3b7)

Author SHA1 Message Date
  jules 976be45c2a Minor updates for mingw compatibility. 12 years ago
  jules b7089dfa45 New type of mouse cursor: ParentCursor, which means "show the same cursor as the parent component". 13 years ago
  jules 551688e8b4 Added method: SystemStats::getDisplayLanguage() 13 years ago
  jules 67ee4a6201 New method Process::makeForegroundProcess() (only implemented in OSX) 13 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 fdb176b9e9 Windows drag-and-drop fix. OSX 10.5 build fix. 13 years ago
  jules 2d9312ca3e Added function: SystemStats::getEnvironmentVariable() 13 years ago
  jules cf4c9c9823 Tweaks to some posix code. 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 7ce0bf15d3 Added callbacks JUCEApplication::suspended() and resumed() for iOS and Android. 13 years ago
  jules 591e89cd87 Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. 13 years ago
  jules 7d8d4b9627 Fixed a juce_core dependency problem. 13 years ago
  jules 18cfadf898 Refactored the handling of command-line args: added new static methods JUCEApplication::getCommandLineParameters() and getCommandLineParameterArray(). 13 years ago
  jules 0194486115 Added a method MemoryBlock::replaceWith(). Changed FileInputStream to avoid cacheing the length of the file. 13 years ago
  jules 583fbb03d3 Avoided a name clash with old Carbon headers. 13 years ago
  jules 07a774adcc Fix for GCC syntax problem. 13 years ago
  jules dab9295611 Minor refactoring of obj-C internals. 13 years ago
  jules 4302cd78ec Minor tidying up in OSX URL code. 13 years ago
  jules 95b94d6d10 Fixes for OSX URL streams. 13 years ago
  jules ac1d6955e7 Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed. 13 years ago
  jules 2cf53557f6 Helper class for dynamically building Obj-C classes, and conversion of internal app delegate class to use this. 13 years ago
  jules 7c8eb56f04 Android: fix to prevent app restarts when rotating. 13 years ago
  jules 584c444ffd Tidied up some win32 DLL loading code, and fixed a call type mismatch with the windows media format class. 13 years ago
  jules d4deecb2f2 Cleaned up a few warnings generated by clang -Wall. 13 years ago
  jules 44ac462768 New methods SystemStats::getUserLanguage(), SystemStats::getUserRegion(). 13 years ago
  jules 438159d01a Added a flag to disable inline asm. 13 years ago
  jules bb2d7683e5 Linux VST header fix. 13 years ago
  jules cf5163a68d Updated some win32 video code. 13 years ago
  jules 1f95f54089 Purged some warnings. 13 years ago
  jules c4af628d14 Avoided repeated calls to dladdr(), which could cause problems in some plugin situations. 13 years ago
  jules e61db7da55 Added a WOW64 call to WindowsRegistry. 13 years ago
  jules bfcc0dd7a5 Minor NamedPipe tweak. 13 years ago
  jules 93a86b2600 TabbedButtonBar fix. Small clean-ups. 13 years ago
  jules 28e5942c59 Fix for win32 NamedPipe::isOpen(). 13 years ago
  jules 87d3acf19f Message leak fix. Android repaint fix. Minor clean-ups. 13 years ago
  jules f80d119614 Added a few methods to WindowsRegistry. 13 years ago
  jules 53c0436d71 Android fixes. OSX fix for old SDKs. 13 years ago
  jules 91a41ddbd8 OpenGL refactoring (stage 1) 13 years ago
  jules 59669e8bec Thread-local value fix for plugins on XP. Android startup tweaks. Minor component changes. 13 years ago
  jules bdd778332d Removed some unused android code. Refactored some messaging code. 13 years ago
  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. 13 years ago
  jules b888a72db9 Updated win32 GetSystemInfo calls. URL domain name fix. 13 years ago
  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. 13 years ago
  jules 83b35eba25 Minor tweaks to help support mingw, and to avoid namespace issues with assertions. 13 years ago
  jules c2d7e81548 Linux http header fix. 13 years ago
  jules 109f0a32a4 OpenGL: added internal checks to catch GL errors (in debug mode). More Android GL progress. 13 years ago
  jules aab3a6a6eb Android GL work. 13 years ago
  jules 2bfa580254 Android GL work. 13 years ago
  jules 54c82b3120 Android: added URL launching. 13 years ago
  jules d2a4173ab4 Android: better logging, more GL work. 13 years ago