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

2295 commits

Author SHA1 Message Date
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
jules
e0491d4574 Added support a flag JUCE_DISABLE_NATIVE_FILECHOOSERS which is pretty self-explanatory. 2014-03-25 17:30:26 +00:00
jules
d2ed531ab8 Better device type detection on linux. 2014-03-24 20:02:38 +00:00
jules
4251a2437b Version number update 2014-03-24 20:01:37 +00:00
jules
d102b61703 Another attempt at fixing win32 plugin key hook loops. 2014-03-24 19:23:39 +00:00
jules
fb9ef9e906 Avoided windows being made visible when using toBehind on OSX. 2014-03-24 19:22:16 +00:00
jules
93bf34ad0a Avoiding loops in win32 plugin key handling 2014-03-24 15:25:45 +00:00
jules
fa21d2ac02 Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty. 2014-03-24 14:39:32 +00:00
jules
86d6018fb3 win32 numeric keypad handling fix 2014-03-23 17:54:10 +00:00
jules
ca43af451a Fix for HyperlinkButton::changeWidthToFitText 2014-03-23 16:47:22 +00:00
jules
e5c556d307 Added support for GLSL v3 in iOS 2014-03-22 15:16:19 +00:00
jules
c74d5e8635 Added openGL error message mappings. 2014-03-22 14:58:53 +00:00