711 Commits (03c2c0e1d7eec0eb00aca733f654cd9f5deb4dd9)

Author SHA1 Message Date
  jules 9281759612 Added method TextEditor::setEscapeAndReturnKeysConsumed(). 13 years ago
  jules d7cea05104 Added a new struct DialogWindow::LaunchOptions, to provide a better mechanism than the existing static methods for launching dialog boxes. I've left the old static methods in there but will probably deprecate them at some point in the future. Also added a couple of methods to OptionalOwnedPointer. 13 years ago
  jules de44f0a332 Tweaked some OSX modal window behaviour. 13 years ago
  jules 66917b65fd Minor clean-ups. 13 years ago
  jules 8549139335 Added reaper to OSX plugin host types. 13 years ago
  jules 2918e8d886 Minor fixes for compiler warnings. 13 years ago
  jules 5b2a49ed5a Plugin host sample position. 13 years ago
  jules 8f514b7198 Added standard iterator methods for SelectedItemSet. 13 years ago
  jules e49c56109b Introjucer: Updated RTAS include path (on win32) 13 years ago
  jules 33dbaa2d30 Added AudioPlayHead::CurrentPositionInfo::timeInSamples member. 13 years ago
  jules ffbf1cd5c4 Gave DrawableButton a bit of a spring-cleaning: got rid of its non-standard setBackgroundColours() method, and instead gave it some colour IDs for setting its colours, like other components do. 13 years ago
  jules 0466c90ce1 Tidied up some JACK code. 13 years ago
  jules 7d014acb6c Mingw fixes. 13 years ago
  jules 3c345997f5 Removed some c++11 syntax that had slipped in there accidentally. 13 years ago
  jules 9961c990bb Fix for GenericAudioProcessorEditor parameter changes. 13 years ago
  jules 08ca3ac5a7 Minor C++ tokenising stuff. 13 years ago
  jules f6f412e587 Documentation fix. 13 years ago
  jules 03c81655c6 Minor clean-ups. 13 years ago
  jules 976be45c2a Minor updates for mingw compatibility. 13 years ago
  jules 5950d1d877 Removed some base classes from CodeEditorComponent. 13 years ago
  jules 90f6353f4f Minor C++ tokenising changes. 13 years ago
  jules 8772e5716b Changed the SVG parser to set the content area of the drawable to the SVG bounding box. Also updated introjucer to display SVG image files. 13 years ago
  jules 6e31e8babc Fixes for CharPointer_UTF8::isValidString() 13 years ago
  jules 386cb19ddd CodeDocument fix. 13 years ago
  jules ab10aeca89 Refactored some c++ tokeniser classes. 13 years ago
  jules bc421f2e95 Audio thumbnail threading fix. 13 years ago
  jules 9a89d815cc Reverted CodeDocument::replaceAllContent, and added an applyChanges() method. 13 years ago
  jules 331e102663 CodeDocument new method + internal tweaks. 13 years ago
  jules b4fe06fb81 CallOutBox: changed parameters to allow better positioning, and improved layout algorithm. 13 years ago
  jules 6d8bd3029d Tweaks to token selection behaviour in CodeEditorComponent. 13 years ago
  jules dba5418a53 OSX mouse wheels in 10.6 - check for device returning NaNs. 13 years ago
  jules 2b856f41a0 AudioUnit host: set the plugin's kAudioUnitProperty_MaximumFramesPerSlice property. 13 years ago
  jules 85e5fae0fd Made CodeDocument:: replaceAllContent apply a diff of only the changed regions. 13 years ago
  jules 9caac6d44e New class: TextDiff 13 years ago
  jules 6fb039ba0f Tweak to win32 code for vs2005 compatibility. 13 years ago
  jules b7089dfa45 New type of mouse cursor: ParentCursor, which means "show the same cursor as the parent component". 13 years ago
  jules 5d52b0e071 Minor code review + spring-cleaning for DSound code (no functionality changes) 13 years ago
  jules 448f0c85bc Detecting minimisation state changes in OSX. 13 years ago
  jules e73b49e220 ValueTree::toXmlString method. 13 years ago
  jules be013b485d Fixed a typo. 13 years ago
  jules 146afac6d7 Improved format of WinMain function. 13 years ago
  jules 551688e8b4 Added method: SystemStats::getDisplayLanguage() 13 years ago
  jules 8576a65c8b Stopped plugin scan from blocking timers. 13 years ago
  jules de916db567 Changed the callback methods used by CodeDocument::Listener, to provide more detail about the exact changes. 13 years ago
  jules ec995d9753 OSX 10.4 compile fix. 13 years ago
  jules 18977ebd44 Optimised TreeView openness XML generation, avoiding redundant state data about tree items that are in their default state. 13 years ago
  jules 665c85b147 Version number bump. 13 years ago
  jules 19600a0556 Added clickable sub-menus ability to PopupMenu. 13 years ago
  jules cf959decce Minor string optimisation. 13 years ago
  jules 0ce65462af Translation of OSX app menu strings. Minor misc changes and documentation fixes. 13 years ago