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

2306 commits

Author SHA1 Message Date
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
jules
b5d10d753a Made Process::isForegroundProcess() return a correct result on iOS. 2014-04-01 12:13:29 +01:00
jules
eff5503439 Fixed a few warnings in some OSX plugin builds. 2014-03-31 18:12:50 +01:00
jules
fc921837af Avoiding a possible crash in AudioUnits. 2014-03-31 16:04:46 +01:00
jules
4814696d4d Added some documentation. 2014-03-31 12:49:19 +01:00
jules
8f25b2092b Added JUCE_API and JUCE_CALLTYPE to the WindowsRegistry class. 2014-03-31 10:43:13 +01:00
jules
352e603d43 A couple of compiler warning fixes 2014-03-31 10:42:53 +01:00
jules
c478ff0116 Documentation fix. 2014-03-31 10:11:06 +01:00
jules
677b9ab530 Added some return values for a couple of Synthesiser methods. 2014-03-31 10:07:20 +01:00
jules
09d626eafa Fix to make GL rendered comps repaint when un-minimised on win32. 2014-03-30 17:30:22 +01:00
jules
5409951861 Refactored some Xcode warning suppression. 2014-03-30 14:57:39 +01:00
jules
d440bc9d46 Better mouse-wheel handling for ComboBox. 2014-03-30 14:50:55 +01:00
jules
f629a61e13 Fixes for kiosk mode on windows with non-native title bars. 2014-03-29 19:39:13 +00:00
jules
e449f1a8af Workarounds for a couple of MSVC quirks. 2014-03-29 13:56:16 +00:00
jules
b5af44a485 Couple of minor clean-ups. 2014-03-28 09:06:20 +00:00
jules
e8a1876a95 Added an operator[] to StringRef 2014-03-27 17:08:50 +00:00
jules
f805382a83 Fix for iOS openGL framebuffers. 2014-03-27 09:52:42 +00:00
jules
3a81057828 Virtualised a few CodeEditorComponent methods to help customisation. 2014-03-26 18:10:12 +00:00
jules
a0c18acb1e Relaxed the requirement for AudioSampleBuffer to have more than zero channels, and gave it a default constructor. 2014-03-26 18:08:10 +00:00
jules
c86a3104b2 Avoided re-entrancy in Desktop::getKioskModeComponent 2014-03-26 16:16:04 +00:00
jules
728cc9b40c Minor clean-ups 2014-03-26 16:15:26 +00:00
jules
ad353ac543 Avoided compiler warning 2014-03-25 21:33:03 +00:00
jules
197688016a Avoided some memory allocation when writing zip files. 2014-03-25 18:03:21 +00:00