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

5881 commits

Author SHA1 Message Date
jules
28a322138d Added method Desktop::isOSXDarkModeActive() 2016-02-03 11:30:55 +00:00
hogliux
48ea4da185 Add pass-through of sidechain channel in NoiseGate example 2016-02-03 10:58:44 +00:00
hogliux
e29e9ee2e3 Fix VST2 channel layout issues in Plogue Bidule, Bitwig and Ableton Live 2016-02-03 10:58:20 +00:00
jules
e86417b60f Added some more File unit tests, and fixed a parsing problem with dot-prefixed filenames 2016-02-03 10:43:15 +00:00
Timur Doumler
2d134d9380 Rectangle::toNearestInt(): improved documentation. 2016-02-03 09:59:59 +00:00
jules
076896d33b Improved CoreAudio handling of USB audio devices being unplugged 2016-02-03 09:57:42 +00:00
Timur Doumler
783d892359 JuceDemo: Reverted local path that accidentally ended up in Builds/Android/local.properties. 2016-02-02 15:17:45 +00:00
Timur Doumler
c5488e2f09 Fixed a bug on Android where dragging a window around would erroneously increase its size. 2016-02-02 14:39:52 +00:00
Timur Doumler
26759d5f64 Added helper method Rectangle::toNearestInt(). 2016-02-02 14:39:52 +00:00
jules
3d341b8ca1 Added some linux GL definitions 2016-02-02 14:21:37 +00:00
hogliux
0874d5d7e6 Re-save JUCE demo after changing Java files 2016-02-02 13:00:08 +00:00
hogliux
2e0325c5df Replace android code which are not available on older android versions 2016-02-02 12:59:09 +00:00
Timur Doumler
f72bd28ea5 JuceDemo: fixed wrong Android app activity classname in Android Studio exporter. 2016-02-02 12:15:01 +00:00
Timur Doumler
f1373fcfa6 Re-saved JuceDemo project due to changes in Android exporter. 2016-02-02 11:54:33 +00:00
Timur Doumler
5edc467755 Introjucer Android Studio export: updated versions of gradle and gradle-experimental wrapper to current ones. 2016-02-02 11:49:05 +00:00
Timur Doumler
30840f2718 Introjucer Android Studio export: removed minifyEnabled flag from release build (was causing crashes on startup). 2016-02-02 11:49:05 +00:00
jules
504680978f Introjucer: Tweaked window title to show the filename if it differs from the project title 2016-02-02 11:10:58 +00:00
jules
e1b32ff2f3 A couple of openGL3 fixes for win32 2016-02-02 10:23:04 +00:00
hogliux
c518877d17 Added some comments on when to use the Introjucer "PlugIn Configuration" field 2016-02-01 16:31:26 +00:00
jules
76737287c7 Simplified some component modal state handling code, hopefully also fixing an edge-case problem when showing modal windows on linux 2016-02-01 16:21:11 +00:00
jules
0121cad723 Added a JUCE_API flag. 2016-02-01 15:54:39 +00:00
jules
90d8b85327 Removed support for VST master idle callbacks from the plugin wrapper. Hopefully it's years since any hosts relied on this ancient hack to work correctly. 2016-02-01 15:21:03 +00:00
jules
9e595439f6 Refactored some openGL function declarations to fix a couple of build problems 2016-02-01 12:54:47 +00:00
jules
ed33a07e1b Made some Listener classes inline to avoid problems in DLL builds 2016-02-01 11:23:21 +00:00
jules
59befc7bb4 Removed some dead code 2016-02-01 11:22:30 +00:00
jules
d48167a0b7 Added some length-squared methods to Line and Point 2016-02-01 11:22:04 +00:00
jules
66793fc09b Removed a few more carbon workaround macros 2016-01-29 18:08:11 +00:00
jules
4e6ea1dbdf Added some missing win32 GL function support needed for GL3 2016-01-29 15:12:05 +00:00
jules
bb1b362162 Added support for getting metadata from .caf files in the CoreAudioFormat class 2016-01-29 12:16:42 +00:00
jules
95d88e3356 Marked Slider popup windows as temporary 2016-01-29 11:21:14 +00:00
jules
308a5b97e3 Fixed an AAX win32 include problem and avoided a warning 2016-01-29 10:39:31 +00:00
jules
e3d827a059 Introjucer: avoid an assertion when opening certain types of file 2016-01-29 09:36:07 +00:00
jules
92bb5e8b74 Added an 'includeChildren' parameter to Component::isMouseOverOrDragging 2016-01-28 17:08:15 +00:00
hogliux
082b15969f Fix OpenGL 2D custom shader crash on newer Android devices 2016-01-28 17:04:16 +00:00
jules
0e21dbf3df Updated the change list 2016-01-28 16:44:25 +00:00
jules
47ab7aa885 Added a new example project: Networked graphics demo. 2016-01-28 16:14:49 +00:00
Timur Doumler
5ada47aa6f Removed the hacky CarbonDummy*Name workaround for Point and Component (name clash with Carbon headers); fixed a few header include issues that prevented RTAS from compiling. 2016-01-28 15:34:00 +00:00
jules
50af60fa81 Simplified some linux X11 code involving atoms 2016-01-28 15:28:35 +00:00
jules
0784f399f3 Fixed a typo in the ASIO code 2016-01-28 14:35:52 +00:00
jules
40f51f030b Added some Windows hooks to the AAX wrapper to improve mouse-wheel handling 2016-01-28 12:29:27 +00:00
jules
b557277f6f Removed a few stray semicolons 2016-01-28 11:48:48 +00:00
jules
76177fc431 Added a callback method DialogWindow::escapeKeyPressed() and used it to fix a minor introjucer bug with tool windows 2016-01-28 11:45:19 +00:00
jules
3ac5ab0ce4 Made AudioParameterFloat::getText handle a length of zero 2016-01-28 11:20:52 +00:00
jules
bbee942645 Made File::getChildFile handle paths containing double-slashes 2016-01-28 10:58:52 +00:00
jules
101c4782e1 Avoided some pedantic warnings in the win32 ASIO code 2016-01-28 10:00:32 +00:00
jules
0294e772dd Added some safety-checking to stop people accidentally passing a ScopedPointer to an OptionalScopedPointer 2016-01-27 16:03:15 +00:00
hogliux
256e66dfa3 Add workaround for OpenGL drivers which do not support glGetString(GL_SHADING_LANGUAGE_VERSION) 2016-01-26 12:46:33 +00:00
hogliux
e6b4dcb6a2 Add SSE4.1, SSE4.2 and AVX2 system stat flags and fix documentation typo 2016-01-26 10:06:30 +00:00
hogliux
e5522b78e3 Fix various mult-bus bugs in VST 2 plug-in wrapper 2016-01-25 15:58:23 +00:00
Timur Doumler
ce1547aa66 Introjucer Android Studio exporter: added missing export of per-configuration header and library search paths. 2016-01-25 13:10:44 +00:00