1714 Commits (abd3babc0289fb35d9c01c9f91a1824c08a0795f)

Author SHA1 Message Date
  jules abd3babc02 Minor optimisations and clean-ups. 11 years ago
  jules bdceeeb9f0 Xcode 5 compiler fix. 11 years ago
  jules fa82952520 Avoided some judder when dragging windows using a global scale factor. 11 years ago
  jules ca902e0122 URL class: allowed user-supplied headers to contain a content-type specifier. 11 years ago
  jules ffa367a3eb Added key signature detection to CoreAudioFormat. 11 years ago
  jules 9243e3dbdd Minor tinkering with the String class. 11 years ago
  jules 99d1357a4c Added a "willSendRequest" callback to the OSX web stream delegate class. 11 years ago
  jules 55bbea3238 Undefined some zlib internal macros 11 years ago
  jules ab1f069246 Added a nullptr safeguard in win32 DirectWrite layout. 11 years ago
  jules 6cd2f43afa Tidied up some ValueTree code. 11 years ago
  jules 085e453f10 Added MIDI output handling to AudioUnit wrapper. 11 years ago
  jules f4bc1e033d New methods MidiFile::findAllKeySigEvents() and MidiMessage::isKeySignatureMajorKey() 11 years ago
  jules 221786dfcf New method Array::addNullTerminatedArray(), and misc minor tightening-up of code. 11 years ago
  jules 15424753c3 Added method JSON::escapeString 11 years ago
  jules 4c896471d9 Minor exception-correctness 11 years ago
  jules 5804ecfa5e Revised Uuid::null, and turned it into a static method, not a variable. 11 years ago
  jules 57db92b276 Cleaned up some ints that should have been CommandIDs. 11 years ago
  jules 58f4a38ad8 Couple of translation tweaks to KeyMappingEditorComponent. 11 years ago
  jules 8f2c2353e1 Added a Uuid::null variable. 11 years ago
  jules a110611dd8 MemoryMappedAudioFormatReader fix. 11 years ago
  jules 00b388fbf3 Fixed a typo in the RTAS code. 11 years ago
  jules 94da373c31 Fixed a couple of rendering problems when using global scale factors. 11 years ago
  jules 9b4566a2f0 Added some Rectangle and Point scaling methods. 11 years ago
  jules 9a193b55f2 Fixed a bug in File relative path parsing. 11 years ago
  jules fc772941d6 Fixed some pedantic warnings. 11 years ago
  jules ef058dc285 New method TooltipWindow::displayTip 11 years ago
  jules 37338584ac VST hosting: workaround for Waves 5 plugins. 11 years ago
  jules 6ff34a841f Added assertion to KeyPressMappingSet to catch attempts to connect keys to non-existent command ID. 11 years ago
  jules 09d20dcae8 Added some new methods to SystemTrayIconComponent for highlighting and message bubbles. 11 years ago
  jules 8d6632be31 Removed unnecessary mm_emptys from SSE code. 11 years ago
  jules cd95d5c59f On win32, force components to become visible if external code makes their HWND visible. 11 years ago
  jules addd649b27 Disambiguations to keep the MS compiler happy when using UTF32 string mode. 11 years ago
  jules a8b41cb717 Linux: changed the path returned by File::userApplicationDataDirectory to be based on XDG_CONFIG_HOME if available. 11 years ago
  jules a62d0b5d44 Prevented Button::setToggleState sending unwanted state change messages. 11 years ago
  jules c54ca1037d Fixes for builds using utf-32 string storage. 11 years ago
  jules 30fbdc7eb1 VST compile fix and method AudioPluginInstance::getDescription() 11 years ago
  jules 74f8f64608 Added notification option to Button::setRadioGroupId 11 years ago
  jules 94f7377009 Typo fix. 11 years ago
  jules 3a47baf9b9 Misc minor string optimisations. 11 years ago
  jules 3ef1ab02c6 Added AudioSampleBuffer::reverse() method. 11 years ago
  jules 435089e89b Updated the UnitTest class to provide a shared, reproducible random seed for each run, to allow failures to be re-created. Also converted a few Strings to StringRefs. 11 years ago
  jules 14cfa338b6 Avoided a false assertion in File. Minor clean-ups. 11 years ago
  jules fc5fc50ae0 Linux font fix. 11 years ago
  jules e56d9561fc More minor tweaks to Slider unbounded mouse behaviour. 11 years ago
  jules f1c01f1f3c Deletion of ModalComponentManager::Callback objects passed to native dialog boxes. 11 years ago
  jules ec524a437d Fixed VC warning. Tweak to mouse cursor snap-back in sliders. Added an introjucer option to avoid adding the BinaryData.h header to AppConfig.h 11 years ago
  jules f7bb014c21 In WindowsRegistry::registerFileAssociation(), the icon resource number was being negated for some mysterious reason.. Corrected this, so the number you give it is now used directly. 11 years ago
  jules fecba9c31c New class StringRef, to improve performance in function calls that can take either a String or a raw string literal. Modified a few other classes to take advantage of this. 11 years ago
  jules 83aaaa9459 Avoided mistakenly opening wav files containing formats that the reader doesn't support. 11 years ago
  jules 7bf1da5e17 Added MouseInputSource::isUnboundedMouseMovementEnabled(). Tweaks to mouse cursor snap-back in Sliders. 11 years ago