3517 Commits (c54ca1037d5dab2be00a320b036f685bc659fc8a)
 

Author SHA1 Message Date
  jules c54ca1037d Fixes for builds using utf-32 string storage. 12 years ago
  jules 30fbdc7eb1 VST compile fix and method AudioPluginInstance::getDescription() 12 years ago
  jules 74f8f64608 Added notification option to Button::setRadioGroupId 12 years ago
  jules 94f7377009 Typo fix. 12 years ago
  jules 3a47baf9b9 Misc minor string optimisations. 12 years ago
  jules 3ef1ab02c6 Added AudioSampleBuffer::reverse() method. 12 years ago
  jules 463325c0c6 Introjucer: changed the way binary data cpps are generated so that the content will not be dependent on machine-specific paths. 12 years ago
  jules 435089e89b Updated the UnitTest class to provide a shared, reproducible random seed for each run, to allow failures to be re-created. Also converted a few Strings to StringRefs. 12 years ago
  jules 14cfa338b6 Avoided a false assertion in File. Minor clean-ups. 12 years ago
  jules fc5fc50ae0 Linux font fix. 12 years ago
  jules e56d9561fc More minor tweaks to Slider unbounded mouse behaviour. 12 years ago
  jules f3333aa29d Introjucer: added a couple of view menu options. 12 years ago
  jules f1c01f1f3c Deletion of ModalComponentManager::Callback objects passed to native dialog boxes. 12 years ago
  jules ec524a437d Fixed VC warning. Tweak to mouse cursor snap-back in sliders. Added an introjucer option to avoid adding the BinaryData.h header to AppConfig.h 12 years ago
  jules f7bb014c21 In WindowsRegistry::registerFileAssociation(), the icon resource number was being negated for some mysterious reason.. Corrected this, so the number you give it is now used directly. 12 years ago
  jules fecba9c31c New class StringRef, to improve performance in function calls that can take either a String or a raw string literal. Modified a few other classes to take advantage of this. 12 years ago
  jules 83aaaa9459 Avoided mistakenly opening wav files containing formats that the reader doesn't support. 12 years ago
  jules 7bf1da5e17 Added MouseInputSource::isUnboundedMouseMovementEnabled(). Tweaks to mouse cursor snap-back in Sliders. 12 years ago
  jules 40c896ac64 Cleaned up some critical section code. 12 years ago
  jules 439562679d Avoided some VC warnings in the demo app. 12 years ago
  jules 059737b163 Version number update 12 years ago
  jules 968b1e1c12 Resaved projects. 12 years ago
  jules d88d322dc5 Added a couple of methods to Draggable3DOrientation 12 years ago
  jules b093f47a8c Misc minor cleanups and comment fixes. 12 years ago
  jules 5df6bf0513 Minor clean-ups. 12 years ago
  jules 25291038b8 Added a method OpenGLContext::setContinuousRepainting, and changed the behaviour so that by default, continuous rendering is OFF. This seems much more likely to be what people need in most cases, but if you need the old behaviour, just call setContinuousRepainting (true). 12 years ago
  jules 42aa27900b Moved most of the functionality from JUCEApplication into JUCEApplicationBase, so that it can be used without needing juce_gui_basics to be present. 12 years ago
  jules 207557d996 Workaround for OSX 32-bit VST window positioning problems in some hosts. 12 years ago
  jules ee565c32c8 Added an assertion to catch unusual audio buffer behaviour on iOS. 12 years ago
  jules 7afa650942 Increased the precision used by XmlElement when storing strings. 12 years ago
  jules c429b2aa24 Fixes for support of non-utf8 strings. 12 years ago
  jules 779d5795fd Big performance improvement to the SVG parser. 12 years ago
  jules 2fccfccbc0 Misc performance tweaks. 12 years ago
  jules 1356ae6387 More XML parser optimisations and better error detection. 12 years ago
  jules c89abff867 Refactored some byte-order mark detection code. 12 years ago
  jules e336dd1c1c Optimisation for String and XML parsing. 12 years ago
  jules cbb4a6e86f Made the XML parser cope with some errors that it missed before. Also found a couple of performance optimisations for it. 12 years ago
  jules 023b9ac6cc Changed ListBox to pass-on left/right key events. 12 years ago
  jules 629efdbd3c LAMEEncoderAudioFormat fix. 12 years ago
  jules 59d8d8172d Replaced the crappy old juce sortArray function with std::sort, which seems to run twice as fast. This greatly speeds up edge table rendering. 12 years ago
  jules f28cea034d Typo fixes in ReferenceCountedObject. 12 years ago
  jules 22139761dc Couple of MSVC warning clean-ups. 12 years ago
  jules bd1c4cd652 Fixed a typo in VSTPluginFormat. 12 years ago
  jules 954312b23c Changes to ReferenceCountedObject to support more flexible deletion via ContainerDeletePolicy. 12 years ago
  jules a2c95ce4fd Cleaned out and optimised some graphics code. 12 years ago
  jules 21f6a0517a Added some more supported frequencies to WavAudioFormat. 12 years ago
  jules 4552218149 Added support for reading/writing an ISRC code in a WAV file's AXML chunk. 12 years ago
  jules db68e2842e Avoid an assertion in juce demo app. 12 years ago
  jules b629e4447d Added a couple of new hosts to PluginHostType. 12 years ago
  jules 9814792a5e Linux file chooser fix. 12 years ago