1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-19 01:04:20 +00:00
Commit graph

10728 commits

Author SHA1 Message Date
jules
8cad74a22a Changed the Label class to use BorderSize to define its border instead of raw values. 2014-04-24 14:38:13 +01:00
jules
95699451b5 Added method ModalComponentManager::cancelAllModalComponents() 2014-04-24 14:20:17 +01:00
jules
94ed88efd2 Fix to generic audio editor parameter intervals. 2014-04-24 09:56:20 +01:00
jules
1237a6cb5f Better parameter controls in the GenericAudioProcessorEditor 2014-04-23 20:49:47 +01:00
jules
f96ee7c860 Extended TextInputTarget to include a preference for the type of virtual keyboard (implemented on iOS + android) 2014-04-23 20:35:45 +01:00
jules
fd5df871ed Fixed a couple of typos in file chooser messages. 2014-04-23 16:32:18 +01:00
jules
aec7f60146 Added a hidden constructor to prevent accidental misuse of the MD5 class. 2014-04-23 12:36:30 +01:00
jules
ad8acb88ca Linux xinerama DPI fix. 2014-04-23 10:47:30 +01:00
jules
dfb1830493 Fix for iOS compiler warning 2014-04-23 10:26:26 +01:00
jules
9b07d806e6 Fix for SHM display not being available on linux. 2014-04-23 10:20:51 +01:00
jules
3b2538313a Better misalignment-proofing in SharedResourcePointer. 2014-04-20 10:19:27 +01:00
jules
6cd4bb5448 OpenGL thread-safety fix. 2014-04-18 22:10:39 +01:00
jules
7da62afe4c Minor lookandfeel colour tweak. 2014-04-18 21:13:14 +01:00
jules
99024f0405 Filled in the descriptiveName field for VST3 hosting. 2014-04-18 10:26:18 +01:00
jules
ef20f3a662 Added sanity-checks to VST2->3 chunk loading. 2014-04-18 10:25:46 +01:00
jules
596fccb6de Really minor UI tweak in StandaloneFilterWindow. 2014-04-17 12:27:56 +01:00
jules
2db263c122 Refactored StandaloneFilterWindow, breaking it up so that there's a separate class StandalonePluginHolder which can be used inside more customised windows. 2014-04-16 15:25:21 +01:00
jules
7d307727ad Fixed some edge-case problems in FloatVectorOperations min/max 2014-04-16 10:25:57 +01:00
jules
d7d662bb38 Documentation improvement. 2014-04-14 16:53:16 +01:00
jules
75770f293c New class: SharedResourcePointer 2014-04-14 13:13:07 +01:00
jules
d7777c87c5 Avoiding a VC warning. 2014-04-13 12:43:12 +01:00
jules
e6cb945088 VST2->3 state loading changes. 2014-04-12 22:42:37 +01:00
jules
943d20ba7a Added an option to Viewport to allow mouse-wheel scrolling when scrollbars are disabled. 2014-04-12 21:57:21 +01:00
jules
bcce4e388a Minor optimisation in software image rendering. 2014-04-12 12:21:17 +01:00
jules
589f20e829 Better colour lookup in LookAndFeel_V3::drawTabButton 2014-04-10 21:31:35 +01:00
jules
4a0c5173e9 Fix for linux zenity file chooser. 2014-04-10 21:01:06 +01:00
jules
d8c390d7a2 Avoided unnecessary disk flushing in the destructor of FileOutputStream. 2014-04-10 21:00:39 +01:00
jules
e3e80de0d8 Fix for CodeDocument iterator. 2014-04-10 20:59:59 +01:00
jules
40c06f9ca9 Added a TRANS macro in the key-map editor. 2014-04-09 13:50:49 +01:00
jules
9fc2a0ca27 On OSX/linux, made sure the MidiOutput closes its thread on destruction. 2014-04-09 12:35:56 +01:00
jules
5bd71401d8 Refactored the WindowsMediaAudioFormat to avoid a discontinuity bug. 2014-04-09 12:28:05 +01:00
jules
fbaf80ced4 Fixed a typo in Colour. 2014-04-08 21:55:56 +01:00
jules
798de207a7 Better implementation of command-line arg escaping for ChilpProcess on win32 2014-04-08 13:51:44 +01:00
jules
1a75ceb9aa Added method Colour::getPerceivedBrightness() 2014-04-07 22:07:45 +01:00
jules
05afb39185 mingw __uuidof update 2014-04-06 15:38:29 +01:00
jules
395082b107 AAX: set the parameter modes differently depending upon the number of steps. 2014-04-05 22:05:44 +01:00
jules
335084c542 Made the win32 implementation of ChildProcess automatically add escape characters to arguments containing a quote or space. 2014-04-05 21:55:39 +01:00
jules
f4c83a9411 Fix for a very obscure race-condition involving font string initialisation. 2014-04-05 17:39:31 +01:00
jules
f5cafaebd4 Fixes for NEON version of FloatVectorOperations. 2014-04-05 13:54:29 +01:00
jules
bee0b791f7 Updated a comment. 2014-04-05 10:40:38 +01:00
jules
5645702bd4 (Fixed something that was missing from the last commit) 2014-04-04 07:27:19 +01:00
jules
aff3ce418b Renamed a variable called "slots" to avoid confusion in Qt creator. 2014-04-03 21:24:37 +01:00
jules
b3e7f2b772 Added support for uploading files in the OSX embedded web browser. 2014-04-02 19:40:38 +01:00
jules
f4fa3a420b Fix for VST3 stucture size issue. 2014-04-02 19:40:02 +01:00
jules
51494449c7 iOS background app GL rendering workaround. 2014-04-02 17:39:26 +01:00
jules
41cac9e5a1 More VST->VST3 auto-replace functionality. 2014-04-02 14:17:38 +01:00
jules
223523f4f5 Cleaned up some mistakes in the VST3 COM macros. 2014-04-02 10:26:25 +01:00
jules
5f23c27117 Fixed a typo in OSX networking. 2014-04-02 09:54:31 +01:00
jules
3c5dce0b92 iOS openGL background process fix. 2014-04-01 17:00:48 +01:00
jules
0d68add38c Made sure that isKioskMode returns false for components while they're being taken out of kiosk mode. 2014-04-01 12:49:04 +01:00