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

3557 commits

Author SHA1 Message Date
jules
ea6099d16b Stopped win32 plugins using the global DPI setting. 2013-09-22 09:33:49 +01:00
jules
9113a7d6ab Introjucer: internal refactoring work. 2013-09-21 22:18:05 +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
f887803358 Introjucer: updated list of OSX SDK versions. 2013-09-20 10:08:54 +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
3ab3c79589 Introjucer: avoided some MSVC warnings. 2013-09-16 18:12:27 +01:00
jules
ef058dc285 New method TooltipWindow::displayTip 2013-09-16 16:11:28 +01:00
jules
37338584ac VST hosting: workaround for Waves 5 plugins. 2013-09-16 16:09:53 +01:00
jules
6ff34a841f Added assertion to KeyPressMappingSet to catch attempts to connect keys to non-existent command ID. 2013-09-16 13:49:57 +01:00
jules
09d20dcae8 Added some new methods to SystemTrayIconComponent for highlighting and message bubbles. 2013-09-16 11:21:49 +01:00
jules
64391b7552 Introjucer: began refactoring some module-management code. 2013-09-16 09:23:37 +01:00
jules
8d6632be31 Removed unnecessary mm_emptys from SSE code. 2013-09-16 09:22:21 +01:00
jules
cd95d5c59f On win32, force components to become visible if external code makes their HWND visible. 2013-09-13 16:30:52 +01:00
jules
addd649b27 Disambiguations to keep the MS compiler happy when using UTF32 string mode. 2013-09-13 16:12:05 +01:00
jules
a8b41cb717 Linux: changed the path returned by File::userApplicationDataDirectory to be based on XDG_CONFIG_HOME if available. 2013-09-13 14:36:45 +01:00
jules
a62d0b5d44 Prevented Button::setToggleState sending unwanted state change messages. 2013-09-13 14:29:24 +01:00
jules
c54ca1037d Fixes for builds using utf-32 string storage. 2013-09-12 16:24:08 +01:00
jules
30fbdc7eb1 VST compile fix and method AudioPluginInstance::getDescription() 2013-09-12 16:19:55 +01:00
jules
74f8f64608 Added notification option to Button::setRadioGroupId 2013-09-11 20:17:52 +01:00
jules
94f7377009 Typo fix. 2013-09-11 15:34:12 +01:00
jules
3a47baf9b9 Misc minor string optimisations. 2013-09-11 14:52:28 +01:00
jules
3ef1ab02c6 Added AudioSampleBuffer::reverse() method. 2013-09-11 11:40:59 +01:00
jules
463325c0c6 Introjucer: changed the way binary data cpps are generated so that the content will not be dependent on machine-specific paths. 2013-09-11 11:13:24 +01:00
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. 2013-09-11 10:29:48 +01:00
jules
14cfa338b6 Avoided a false assertion in File. Minor clean-ups. 2013-09-10 15:11:20 +01:00
jules
fc5fc50ae0 Linux font fix. 2013-09-10 14:34:58 +01:00