2015 Commits (16469fefe94dea41da1422ea27b657bdbe3d0e5b)

Author SHA1 Message Date
  jules 81c87652db Removed an incorrect assertion. 12 years ago
  jules 8809efcb7a A few tweaks to help the clang static analyser avoid false alarms. 12 years ago
  jules a9d15e04da Tightened up some array const-ness in AudioFormatWriter. 12 years ago
  jules 6aae0c798c Added sanity-checking in AudioProcessor to block parameter change calls with nonsense indexes (as seen being sent by some buggy plugins). Also improved AudioProcessor::copyXmlToBinary method. 12 years ago
  jules 4aa931def3 Improved locking on InterprocessConnection. 12 years ago
  jules 1451d555c1 Fix for arm-64 iOS. 12 years ago
  jules e9d5dec7bd Linux keyboard locale fix. 12 years ago
  jules 1c8a03c05e Fix for edgetable rendering. 12 years ago
  jules eed99767d0 Documentation updates. 12 years ago
  jules c485fae6d9 Made copied DrawableText objects update their bounds. 12 years ago
  jules 9e5e5c82da Added an integer fillRectList method to Graphics. 12 years ago
  jules af87a2eda6 Added some thread-safety to typeface caching, and optimised default font construction. 12 years ago
  jules 62b3adee81 More win32 DirectWrite nullptr checks. 12 years ago
  jules d0629ab14e Improved always-on-top window detection. Cleaned up some old obj-C code. 12 years ago
  jules 239c15845a New method: FloatVectorOperations::enableFlushToZeroMode() 12 years ago
  jules 5051b2ffcc Optimised some number streaming functions. 12 years ago
  jules 6074c0c4cc Tweaked the ValueTree listener behaviour to avoid duplicate change callbacks. 12 years ago
  jules ea6099d16b Stopped win32 plugins using the global DPI setting. 12 years ago
  jules d42783465b Added a doNotSave option to PropertiesFile 12 years ago
  jules abd3babc02 Minor optimisations and clean-ups. 12 years ago
  jules bdceeeb9f0 Xcode 5 compiler fix. 12 years ago
  jules fa82952520 Avoided some judder when dragging windows using a global scale factor. 12 years ago
  jules ca902e0122 URL class: allowed user-supplied headers to contain a content-type specifier. 12 years ago
  jules ffa367a3eb Added key signature detection to CoreAudioFormat. 12 years ago
  jules 9243e3dbdd Minor tinkering with the String class. 12 years ago
  jules 99d1357a4c Added a "willSendRequest" callback to the OSX web stream delegate class. 12 years ago
  jules 55bbea3238 Undefined some zlib internal macros 12 years ago
  jules ab1f069246 Added a nullptr safeguard in win32 DirectWrite layout. 12 years ago
  jules 6cd2f43afa Tidied up some ValueTree code. 12 years ago
  jules 085e453f10 Added MIDI output handling to AudioUnit wrapper. 12 years ago
  jules f4bc1e033d New methods MidiFile::findAllKeySigEvents() and MidiMessage::isKeySignatureMajorKey() 12 years ago
  jules 221786dfcf New method Array::addNullTerminatedArray(), and misc minor tightening-up of code. 12 years ago
  jules 15424753c3 Added method JSON::escapeString 12 years ago
  jules 4c896471d9 Minor exception-correctness 12 years ago
  jules 5804ecfa5e Revised Uuid::null, and turned it into a static method, not a variable. 12 years ago
  jules 57db92b276 Cleaned up some ints that should have been CommandIDs. 12 years ago
  jules 58f4a38ad8 Couple of translation tweaks to KeyMappingEditorComponent. 12 years ago
  jules 8f2c2353e1 Added a Uuid::null variable. 12 years ago
  jules a110611dd8 MemoryMappedAudioFormatReader fix. 12 years ago
  jules 00b388fbf3 Fixed a typo in the RTAS code. 12 years ago
  jules 94da373c31 Fixed a couple of rendering problems when using global scale factors. 12 years ago
  jules 9b4566a2f0 Added some Rectangle and Point scaling methods. 12 years ago
  jules 9a193b55f2 Fixed a bug in File relative path parsing. 12 years ago
  jules fc772941d6 Fixed some pedantic warnings. 12 years ago
  jules ef058dc285 New method TooltipWindow::displayTip 12 years ago
  jules 37338584ac VST hosting: workaround for Waves 5 plugins. 12 years ago
  jules 6ff34a841f Added assertion to KeyPressMappingSet to catch attempts to connect keys to non-existent command ID. 12 years ago
  jules 09d20dcae8 Added some new methods to SystemTrayIconComponent for highlighting and message bubbles. 12 years ago
  jules 8d6632be31 Removed unnecessary mm_emptys from SSE code. 12 years ago
  jules cd95d5c59f On win32, force components to become visible if external code makes their HWND visible. 12 years ago