1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

1738 commits

Author SHA1 Message Date
jules
354b5d38ae Added method MidiMessage::keySignatureMetaEvent 2013-09-27 19:43:43 +01:00
jules
329127ad87 Changes to ResizableWindow to avoid flicker when first adding to desktop. 2013-09-27 12:47:31 +01:00
jules
b05c8413cf Tidied up some docs and added an AudioFormat constructor. 2013-09-27 10:29:42 +01:00
jules
8a66ec83f0 Minor clean-ups. 2013-09-26 18:15:45 +01:00
jules
e7141058b7 Tab button background colour fix when no tabs present. 2013-09-26 16:46:15 +01:00
jules
81c87652db Removed an incorrect assertion. 2013-09-26 16:45:39 +01:00
jules
8809efcb7a A few tweaks to help the clang static analyser avoid false alarms. 2013-09-26 16:17:36 +01:00
jules
a9d15e04da Tightened up some array const-ness in AudioFormatWriter. 2013-09-26 12:30:22 +01:00
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. 2013-09-26 12:05:01 +01:00
jules
4aa931def3 Improved locking on InterprocessConnection. 2013-09-26 11:57:03 +01:00
jules
1451d555c1 Fix for arm-64 iOS. 2013-09-26 11:53:06 +01:00
jules
e9d5dec7bd Linux keyboard locale fix. 2013-09-25 10:51:19 +01:00
jules
1c8a03c05e Fix for edgetable rendering. 2013-09-24 23:02:28 +01:00
jules
eed99767d0 Documentation updates. 2013-09-24 19:49:50 +01:00
jules
c485fae6d9 Made copied DrawableText objects update their bounds. 2013-09-24 17:26:10 +01:00
jules
9e5e5c82da Added an integer fillRectList method to Graphics. 2013-09-24 17:25:48 +01:00
jules
af87a2eda6 Added some thread-safety to typeface caching, and optimised default font construction. 2013-09-24 13:37:00 +01:00
jules
62b3adee81 More win32 DirectWrite nullptr checks. 2013-09-23 14:44:00 +01:00
jules
d0629ab14e Improved always-on-top window detection. Cleaned up some old obj-C code. 2013-09-23 13:41:36 +01:00
jules
239c15845a New method: FloatVectorOperations::enableFlushToZeroMode() 2013-09-23 11:17:43 +01:00
jules
5051b2ffcc Optimised some number streaming functions. 2013-09-22 12:25:52 +01:00
jules
6074c0c4cc Tweaked the ValueTree listener behaviour to avoid duplicate change callbacks. 2013-09-22 10:52:44 +01:00
jules
ea6099d16b Stopped win32 plugins using the global DPI setting. 2013-09-22 09:33:49 +01:00
jules
d42783465b Added a doNotSave option to PropertiesFile 2013-09-21 16:17:15 +01:00
jules
abd3babc02 Minor optimisations and clean-ups. 2013-09-21 13:41:16 +01:00
jules
bdceeeb9f0 Xcode 5 compiler fix. 2013-09-20 11:59:26 +01:00
jules
fa82952520 Avoided some judder when dragging windows using a global scale factor. 2013-09-20 11:17:59 +01:00
jules
ca902e0122 URL class: allowed user-supplied headers to contain a content-type specifier. 2013-09-20 10:18:35 +01:00
jules
ffa367a3eb Added key signature detection to CoreAudioFormat. 2013-09-20 09:45:59 +01:00
jules
9243e3dbdd Minor tinkering with the String class. 2013-09-19 22:25:16 +01:00
jules
99d1357a4c Added a "willSendRequest" callback to the OSX web stream delegate class. 2013-09-19 19:26:46 +01:00
jules
55bbea3238 Undefined some zlib internal macros 2013-09-19 14:56:05 +01:00
jules
ab1f069246 Added a nullptr safeguard in win32 DirectWrite layout. 2013-09-19 14:55:48 +01:00
jules
6cd2f43afa Tidied up some ValueTree code. 2013-09-19 11:21:46 +01:00
jules
085e453f10 Added MIDI output handling to AudioUnit wrapper. 2013-09-19 09:43:13 +01:00
jules
f4bc1e033d New methods MidiFile::findAllKeySigEvents() and MidiMessage::isKeySignatureMajorKey() 2013-09-18 19:23:28 +01:00
jules
221786dfcf New method Array::addNullTerminatedArray(), and misc minor tightening-up of code. 2013-09-18 19:10:01 +01:00
jules
15424753c3 Added method JSON::escapeString 2013-09-18 11:05:43 +01:00
jules
4c896471d9 Minor exception-correctness 2013-09-17 19:06:47 +01:00
jules
5804ecfa5e Revised Uuid::null, and turned it into a static method, not a variable. 2013-09-17 18:53:09 +01:00
jules
57db92b276 Cleaned up some ints that should have been CommandIDs. 2013-09-17 18:45:48 +01:00
jules
58f4a38ad8 Couple of translation tweaks to KeyMappingEditorComponent. 2013-09-17 16:52:57 +01:00
jules
8f2c2353e1 Added a Uuid::null variable. 2013-09-17 15:55:45 +01:00
jules
a110611dd8 MemoryMappedAudioFormatReader fix. 2013-09-17 15:06:48 +01:00
jules
00b388fbf3 Fixed a typo in the RTAS code. 2013-09-17 10:52:49 +01:00
jules
94da373c31 Fixed a couple of rendering problems when using global scale factors. 2013-09-17 10:23:17 +01:00
jules
9b4566a2f0 Added some Rectangle and Point scaling methods. 2013-09-17 09:38:32 +01:00
jules
9a193b55f2 Fixed a bug in File relative path parsing. 2013-09-16 19:54:32 +01:00
jules
fc772941d6 Fixed some pedantic warnings. 2013-09-16 18:47:28 +01:00
jules
ef058dc285 New method TooltipWindow::displayTip 2013-09-16 16:11:28 +01:00