7047 Commits (cda97c65932524ab66ad9382fdb6c04edab7098c)

Author SHA1 Message Date
  jules d996ab0c25 Optimisation to posix WaitableEvent::signal() 11 years ago
  jules 62b6f4691d Fix to javascript operator precedence. 11 years ago
  jules 9d84b7b69a win32 multi-touch fixes 11 years ago
  jules 569fe21e7f Minor tidying. 11 years ago
  jules a688675dd0 Tweaks to android mulit-touch handling. 11 years ago
  jules 2969a9bc5c Made DirectoryContentsList send a change message when switching between empty folders. 11 years ago
  jules 0de50d99a5 Version number update 11 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). 11 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). 11 years ago
  jules 020f138d20 Added a method TreeViewItem::addSubItemSorted() 11 years ago
  jules 98ef0eb4a5 Fix for utf-32 builds. 11 years ago
  jules eb7e42b0ad Added method String::hash() 11 years ago
  jules 61ed92ee51 Added a method XmlElement::prependChildElement(), and used this for a few optimisations. 11 years ago
  jules 6ff9512059 Made sure that the PluginHostType class is included by the audio_plugin_client module 11 years ago
  jules c7d8d45963 iOS: made sure windows aren't made visible until they've finished being set-up. 11 years ago
  jules a8984031ba Made sure that glyph caches are flushed along with the typeface cache. 11 years ago
  jules 61d1e1b7ba Avoiding a few MSVC warnings 11 years ago
  jules 26828713ba Removed some locking from CoreAudio. 11 years ago
  jules e4e58adc83 Fix for box2d path creation. 11 years ago
  jules bbd620c1cf More tweaking of Button toggle-notification behaviour. 11 years ago
  jules e71fd7cdcb Fix for AudioFormatReader::read when passing buffers with > 2 channels. 11 years ago
  jules b2423c4e35 Cleaned up some comments. 11 years ago
  jules 40ca8a7787 Tweaked an OSX obj-C window event signature. 11 years ago
  jules ad490925e4 ALSA device name utf-8 encoding fix. 11 years ago
  jules 740cea768c Added some trimming functions to Rectangle. 11 years ago
  jules 9d588b0bce Avoided a few unused parameter warnings. 11 years ago
  jules 137b50f3a4 TabbedButtonBar: made sure that when the buttons contain an extra component, the tab's text doesn't overlap it. 11 years ago
  jules 286c256eeb Added an optional border size to ShapeButton. 11 years ago
  jules 171c1f31ae Fixed a typo in the last MidiBuffer changes. 11 years ago
  jules ad10abfee0 Simplified the internal workings of the MidiBuffer class. 11 years ago
  jules a204ea7ae8 Version number update 11 years ago
  jules ebddea7765 Updated an old powf() call. 11 years ago
  jules ef1f2e6094 Avoided some repainting when moving scaled windows (win32). Also removed the fake drop-shadowing in newer versions of 11 years ago
  jules 5f00e94f3e Fixed a string allocation problem. 11 years ago
  jules 526ae27e8e Made the introjucer linux build use c++11 mode. 11 years ago
  jules fb4912ac1f Added a method JavascriptEngine::callFunction(), and tweaked the way timeouts are specified. 11 years ago
  jules a074bfeea2 Workarounds for javascript code in non-C++11 compilers. 11 years ago
  jules 81435f8134 Made a few constant string arrays static to help compilers to optimise their initialisation. 11 years ago
  jules 6c5c461d73 New class: JavascriptEngine! 11 years ago
  jules 8a8941aab5 Fix for MidiKeyboardComponent when used with multi-touch screen. 11 years ago
  jules 59b9b0ccaf Couple of minor fixes to CharacterFunctions, and added a find-character method. 11 years ago
  jules f35dc2df92 Correction to MidiFile end-of-track handling. 11 years ago
  jules 88c71bc7af Removed unwise assertion from File. 11 years ago
  jules b11a88bc01 Moved some duplicated linux/android code into a shared file. Added a method File::isLink() 11 years ago
  jules a265c052c4 Made AudioProcessor::setPlayHead virtual. 11 years ago
  jules bf16cbdd7f Stopped MidiFile writing an end-of-track event if the data provided already contained one. 11 years ago
  jules 9d505609b7 Stopped buttons with auto-toggle sending duplicated events. 11 years ago
  jules 3f07f45702 Improved Android event callback mechanism. 11 years ago
  jules c70d98dbdd Added some trigonometry functions that are missing from MSVC's C library. 11 years ago
  jules a8c754f06c Added some comparison methods to Identifier. 11 years ago