2104 Commits (583fbb03d3e32096b03f01b136fe2a2f4695d86c)
 

Author SHA1 Message Date
  jules cd711a5c44 OpenGL refactoring. Removed a couple of minor methods from OpenGLComponent. 13 years ago
  jules f80397f2c3 Fix for thread-locals in older OSX targets. 13 years ago
  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. 13 years ago
  jules 8ed15bd9f0 Fix for AudioCDReader::createReaderForCD() on strange win32 systems with phantom CD-rom drives. 13 years ago
  jules 28fbf4cb64 Relaxed some assertions in Component to make it easier to load SVG on threads. Minor internal tinkering with Path class. 13 years ago
  jules bb86893b60 Android OpenSL latency work. 13 years ago
  jules a64aa22af2 Minor fixes for Thread, ColourSelector, ToolbarButton. 13 years ago
  jules 16f5684bd9 Introjucer: added a button for changing the copying mode of all modules. Added support for kiosk mode in iOS. 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 4ac3a7f39d Introjucer: another RTAS tweak. 13 years ago
  jules cba76bef60 Introjucer: fix for RTAS in VS2010 13 years ago
  jules c1f7ca2dc0 Introjucer RTAS fix. 13 years ago
  jules b56695f604 Fix for XML formatting. 13 years ago
  jules 431978b4ff Fix for AudioProcessorGraph logic. 13 years ago
  jules 3a7989ad7c Android: added OpenSLES audio device type. 13 years ago
  jules e6f3788bc3 Added an assertion to help catch RTAS misuse. 13 years ago
  jules 59ebf8a05d Fixed a bug in MixerAudioSource::removeAllInputs(), and simplified the implementation of removeInputSource(). 13 years ago
  jules 83b35eba25 Minor tweaks to help support mingw, and to avoid namespace issues with assertions. 13 years ago
  jules 79fea88001 Fixed a problem with transparency layers in the software renderer. 13 years ago
  jules b8bc80c1bf Introjucer plugin project fix. 13 years ago
  jules 9772564eb3 OSX Carbon fix. 13 years ago
  jules 8f9549a4a7 OpenGL fix. 13 years ago
  jules ed9a2a1575 Minor android and GL clean-ups. 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 22c72de736 VC2011 compiler tweaks. ReferenceCountedArray fix. 13 years ago
  jules 96976db624 Windows: faster rendering on 32-bit video cards. Audio fix for iOS. 13 years ago
  jules aab3a6a6eb Android GL work. 13 years ago
  jules a07f07dda3 Avoided disabling OSX kiosk mode when focus is lost. 13 years ago
  jules e78147dd06 Android: screen size fix. 13 years ago
  jules bcffc2c94a Introjucer build config fix. 13 years ago
  jules 9c719306c9 Added -ldl to linux builds. Tidied up a few warnings. 13 years ago
  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. 13 years ago
  jules 8369d9b3ab Introjucer: improved Android projects so that ant can now build and install the apk in the standard way, and added signing key values. 13 years ago
  jules efa18b1230 Small introjucer fix. 13 years ago
  jules 15c44c9325 Changed URL class to allow multiple parameters with the same name. 13 years ago
  jules c8d3144fa2 Fixed some CoreText problems. 13 years ago
  jules 40e473d4dc MSVC GL compile fix. 13 years ago
  jules 09eaba73f0 Removed some android debug code. 13 years ago
  jules 2bfa580254 Android GL work. 13 years ago
  jules a6c9992957 Updated some module usage warning code. 13 years ago
  jules 54c82b3120 Android: added URL launching. 13 years ago
  jules b69b7c7647 Made the ValueTree::getPropertyAsValue method non-const, to ensure the class behaves in a const-correct manner. Improved the Introjucer's use of const ValueTrees to enable it to write each exporter in parallel, for quicker saving. Tweaked the Identifer class to be thread-safe. 13 years ago
  jules 2ad5e0bfb7 Couple of tweaks to ReferenceCountedArray to make it better at handling polymorphic types. 13 years ago
  jules 87cb1b7b06 Clang compatibility fix. 13 years ago
  jules 582d554d20 Reordered includes to make amalgamtion easier. 13 years ago
  jules f737dd8ba4 Added juce_audio_utils to the static lib project. 13 years ago
  jules cb18ce366a Introjucer: disabled "launch project" buttons when no suitable exporter exists. 13 years ago
  jules b6a22826fe Updates to keep Xcode 4.3 happy. 13 years ago
  jules d2a4173ab4 Android: better logging, more GL work. 13 years ago