1849 Commits (08384a52933dc6e166f2a67cee2e0e7b8ed0f3ca)

Author SHA1 Message Date
  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
  jules eb7e42b0ad Added method String::hash() 12 years ago
  jules 61ed92ee51 Added a method XmlElement::prependChildElement(), and used this for a few optimisations. 12 years ago
  jules 6ff9512059 Made sure that the PluginHostType class is included by the audio_plugin_client module 12 years ago
  jules c7d8d45963 iOS: made sure windows aren't made visible until they've finished being set-up. 12 years ago
  jules a8984031ba Made sure that glyph caches are flushed along with the typeface cache. 12 years ago
  jules 61d1e1b7ba Avoiding a few MSVC warnings 12 years ago
  jules 26828713ba Removed some locking from CoreAudio. 12 years ago
  jules e4e58adc83 Fix for box2d path creation. 12 years ago
  jules bbd620c1cf More tweaking of Button toggle-notification behaviour. 12 years ago
  jules e71fd7cdcb Fix for AudioFormatReader::read when passing buffers with > 2 channels. 12 years ago
  jules b2423c4e35 Cleaned up some comments. 12 years ago
  jules 40ca8a7787 Tweaked an OSX obj-C window event signature. 12 years ago
  jules ad490925e4 ALSA device name utf-8 encoding fix. 12 years ago
  jules 740cea768c Added some trimming functions to Rectangle. 12 years ago
  jules 9d588b0bce Avoided a few unused parameter warnings. 12 years ago
  jules 137b50f3a4 TabbedButtonBar: made sure that when the buttons contain an extra component, the tab's text doesn't overlap it. 12 years ago
  jules 286c256eeb Added an optional border size to ShapeButton. 12 years ago
  jules 171c1f31ae Fixed a typo in the last MidiBuffer changes. 12 years ago
  jules ad10abfee0 Simplified the internal workings of the MidiBuffer class. 12 years ago
  jules a204ea7ae8 Version number update 12 years ago
  jules ebddea7765 Updated an old powf() call. 12 years ago
  jules ef1f2e6094 Avoided some repainting when moving scaled windows (win32). Also removed the fake drop-shadowing in newer versions of 12 years ago
  jules 5f00e94f3e Fixed a string allocation problem. 12 years ago
  jules 526ae27e8e Made the introjucer linux build use c++11 mode. 12 years ago
  jules fb4912ac1f Added a method JavascriptEngine::callFunction(), and tweaked the way timeouts are specified. 12 years ago
  jules a074bfeea2 Workarounds for javascript code in non-C++11 compilers. 12 years ago
  jules 81435f8134 Made a few constant string arrays static to help compilers to optimise their initialisation. 12 years ago
  jules 6c5c461d73 New class: JavascriptEngine! 12 years ago