2881 Commits (d117082fd8b4342806f1a295ad9a29a0a5aebe18)

Author SHA1 Message Date
  jules d117082fd8 Whitespace. 10 years ago
  jules 8eb2fef209 Updated gradient rendering on OSX to use newer APIs. 10 years ago
  jules cd2f7d6ffb Fixed typo in comment 10 years ago
  jules e17c26ed03 Minor fix for treeview dragging insert position. 10 years ago
  jules 7819bd39fc AAX tweak to work around a bug when loading RTAS presets in an AAX. 10 years ago
  jules b998308ccd Whitespace. 10 years ago
  jules 553d46320d Added an openGL constant. 10 years ago
  jules 20bd1a33ea Added some #undefs to avoid clashes with badly-chosen macros in some 3rd party libraries. 10 years ago
  jules 2a120a0f72 Fix for treeview indent X positions when dragged off the bottom. 10 years ago
  jules 7cfcf7940d Modified the return types of some var and DynamicObject operator[] methods to avoid a common pitfall. 10 years ago
  jules 60ccdf8bf2 Made the TreeView handle dragging and dropping to the area below the tree. 10 years ago
  jules 2dc21b670e Removed an old workaround for AAX which has since been fixed in the SDK. 10 years ago
  jules f55371ce4b Fix for MSVC build error. 10 years ago
  jules 5cbad3b30f Removed more 'final's from the android java class. 10 years ago
  jules c206793ff1 Removed 'final' from the android java activity class. 10 years ago
  jules 585b202945 Setting component ID for SVG text elements. 10 years ago
  jules 036c6cb4a2 Rudimentary implementation of SVG text elements. 10 years ago
  jules 4570680865 Workaround for problems with literals in old compilers. 10 years ago
  jules d42b687039 Added a Whirlpool hash class to the cryptography module. 10 years ago
  jules b8db6defb7 Fix for AudioFormatReader::read not filling extra channels when reading beyond the start of the source file. 10 years ago
  jules 4ac7b41779 Increased accuracy of DropShadow::drawShadowSection() 10 years ago
  jules fe7d345060 Workaround for win32 folder read-only permissions problem. 10 years ago
  jules 8d8c946528 Tidied up some inconsistent use of size_t and a problem in a demo build. 10 years ago
  jules 827e02862c Tweaks to avoid an obscure compiler warning. 10 years ago
  jules c8affe81a6 Stopped the Label class editing when clicked if it's disabled. 10 years ago
  jules 809e90834c Optimised a couple of the recent FloatVectorOperation implementations. 10 years ago
  jules c2389355c8 Workarounds in new vector ops for old versions of VDSP. 10 years ago
  jules ba598310f0 First draft of a new (very simple) FFT class. 10 years ago
  jules c2cbc78b5f Fix to the LagrangeInterpolator when working with extreme ratios. 10 years ago
  jules 272c0a254d Backwards-compatibility fix for OSX 10.6 targets 10 years ago
  jules 6c5b2dc61a Made the AudioDeviceManager ignore whitespace and case when chacking device names. 10 years ago
  jules b640d965b7 Added a few new methods to FloatVectorOperations 10 years ago
  jules 3ced35439c Added compiler support detection for variadic templates 10 years ago
  jules 2ab1a42566 Updated the OSX alert window implementation to avoid deprecated functions. 10 years ago
  jules 2bccce2f6f Improved a couple of comments. 10 years ago
  jules a4594e55e7 Prevent stray mouse-drags triggering the midi component keys by mistake 10 years ago
  jules c304ea1e15 Made a couple of internal glyph handling methods public to help 3rd party tweaking. 10 years ago
  jules 94a0793a09 Prevented drawFittedText from messing up the graphics context's current font. 10 years ago
  jules e1fed0c2dc Fixed a TextEditor border size issue. 10 years ago
  jules 23cf12f449 Corrected a typo in some comments. 10 years ago
  jules 6d33253189 Fix in MidiKeyboardComponent to prevent double notes when using touch input. 10 years ago
  jules 7043152e6e Avoided a warning 10 years ago
  jules 1cd521e157 Avoided some compiler warnings. 10 years ago
  jules 8b3935f121 Added support for extra info panels in OSX native file choosers. 10 years ago
  jules 15a154851e Stopped the Synthesiser class allowing midi events to steal notes from other midi channels. 10 years ago
  jules cff4689c66 Added a method MemoryMappedAudioFormatReader::getSample(). Also refactored some old AudioFormatReader::readMaxLevels implementations. 10 years ago
  jules d9c7f2bf8c The MidiOutput and MidiInput classes were unnecessarily virtual, so tidied this up. 10 years ago
  jules ec793d9f29 Tweak to CoreAudio handling to make Zoom soundcards work. 10 years ago
  jules ad8cc4b693 Changed the very old and strangely written Slider::getDoubleClickReturnValue method into two separate methods. 10 years ago
  jules df4e055d02 Tweaked ASIO device creation sequence to try to avoid breaking some flaky drivers. 10 years ago