3746 Commits (f5c19ef612cc01ac3a051486b341e2ccefedd627)

Author SHA1 Message Date
  jules a53110de06 Big speedup to path rendering on GL/software. 12 years ago
  jules a081f0f641 Added/refactored a couple of String methods. 12 years ago
  jules 32316cc1aa Avoided allocation in VST process function. 12 years ago
  jules ff0fd27127 Yet another attempt to get all the edge-cases right in Button::internalClickCallback 12 years ago
  jules e9598bb5c5 LookAndFeel_V3 tweaks. 12 years ago
  jules 705836d329 Fix for MidiMessage handling sysex messages <= 4 bytes. 12 years ago
  jules bfbb6c2413 Added some more folders to the list of common locations in the file browser. 12 years ago
  jules ad324efc01 Removed some old iOS workarounds from the atomic class. 12 years ago
  jules 74ed52e20e Fix for file searches returning non-precomposed unicode chars on OSX. 12 years ago
  jules 6018f1df3d Added a SystemStats::getDeviceDescription() method. 12 years ago
  jules b45fc0f664 DPI correction for android. 12 years ago
  jules 164cad105a Fixed colour in key-mapping editor comp. 12 years ago
  jules fbc30c4a38 Workaround for a GCC fail. 12 years ago
  jules 12a8dd3092 Avoided some pedantic GCC warnings. 12 years ago
  jules 3fe70cd8f0 Made some FileBasedDocument methods return Result objects instead of bools, and made it less modal. 12 years ago
  jules 484bcf4e3c MidiMessage - fix for reported length of sysexes by message constructor. 12 years ago
  jules b364573890 Minor GL tweak. 12 years ago
  jules d4a50a8de1 A couple of javascript fixes. 12 years ago
  jules 4f5fd4daa7 Fix for javascript invocation of object methods. 12 years ago
  jules aa8fdc8cba Made a couple of OwnedArray methods return the object that they are passed. 12 years ago
  jules 5df76c5dd8 Fix for iOS window position flicker. 12 years ago
  jules fb3b5035aa Made sure that File::createLink on win32 works even if CoInitialize hasn't been called. 12 years ago
  jules 751ad2ed6e Added some GL shader helper functions. 12 years ago
  jules 2c9c35d3c3 Fixed a few compiler warnings. 12 years ago
  jules aeb8826889 Allowed dynamic activation of repaint debug mode. 12 years ago
  jules af55d142d3 Minor tweaks and comment corrections. 12 years ago
  jules 4d7323fe0d Changed MidiMessage to avoid problems when moving them around in memory. Apart from being slightly cleaner code, this means that it can be used in Arrays. 12 years ago
  jules 5639d1befd iOS tweak for view visibility when being initialised. 12 years ago
  jules 08384a5293 Added a new PropertyPanel constructor. 12 years ago
  jules 282078bf61 LookAndFeel_V3 tweaks. 12 years ago
  jules cb29cbf4a5 Fix for vertical justification of CoreText layouts of attributed strings. 12 years ago
  jules 75ed6ffe2d Minor look+feel tweaks. 12 years ago
  jules 3cb4b37e67 Added JUCE_DONT_ASSERT_ON_GLSL_COMPILE_ERROR flag. 12 years ago
  jules 59d719cc26 Increased the gamma of software-rendered fonts. 12 years ago
  jules 6dda450ad6 Added a version of Graphics::drawEllipse that takes a rectangle. 12 years ago
  jules 8d8848db64 Some tweaks to the new V3 look+feel. 12 years ago
  jules d7fa79cca1 Rewrote some OSX code that had used an obj-C block, to keep the old 10.5 compilers happy. 12 years ago
  jules 530dca28a5 Made sure that CalloutBoxes disappear when clicking on another app. 12 years ago
  jules d2d32e1abf Fix for mouse cursor in OSX 10.9 12 years ago
  jules d996ab0c25 Optimisation to posix WaitableEvent::signal() 12 years ago
  jules 62b6f4691d Fix to javascript operator precedence. 12 years ago
  jules 9d84b7b69a win32 multi-touch fixes 12 years ago
  jules 569fe21e7f Minor tidying. 12 years ago
  jules a688675dd0 Tweaks to android mulit-touch handling. 12 years ago
  jules 2969a9bc5c Made DirectoryContentsList send a change message when switching between empty folders. 12 years ago
  jules 0de50d99a5 Version number update 12 years ago
  jules bea7b83cb8 Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F). 12 years ago
  jules 56ec1d1400 Added a colour ID TreeView::selectedItemBackgroundColourId, and changed the TreeView to fill selected items with this. (The colour is set to transparent by default so this won't affect existing code). 12 years ago
  jules 020f138d20 Added a method TreeViewItem::addSubItemSorted() 12 years ago
  jules 98ef0eb4a5 Fix for utf-32 builds. 12 years ago