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

450 commits

Author SHA1 Message Date
jules
4c0bc70411 Deleted some defunct Mac PowerPC code 2016-04-19 16:46:45 +01:00
jules
fb864a5cb1 Corrected some spelling mistakes in comments 2016-04-11 11:13:44 +01:00
Timur Doumler
70949aa0c6 Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 2016-04-06 18:31:24 +01:00
jules
189853720a Cleaned up a few uses of Image::null 2016-03-10 17:20:15 +00:00
jules
e0f5218121 Added an internal flag JUCE_COREGRAPHICS_RENDER_WITH_MULTIPLE_PAINT_CALLS 2016-03-10 11:43:51 +00:00
jules
e5fd6d6e01 Simplification/refactoring of the PopupMenu class by adding a subclass PopupMenu::Item which holds all the info about an item. You can now use this for more control over adding items and the PopupMenu::MenuItemIterator uses it to return info about existing items. 2016-03-02 18:04:48 +00:00
jules
5d23645ca2 Workaround for some OSX10.11 repaint region coalescing problems 2016-02-23 10:01:57 +00:00
jules
328652c3ad Added some workarounds in the OSX windowing code to help keep window resizing smooth when components are repainting at high speeds (only seems to be an issue since OSX 10.11) 2016-02-22 18:00:05 +00:00
hogliux
688969da20 Fix missing window decorations in KDE 2016-02-22 16:39:44 +00:00
jules
b5907fa90d Normalised some divider comments 2016-02-20 09:45:43 +00:00
jules
6b75e59e1f Added some behind-the-scenes functions for creating snapshots of native windows 2016-02-18 17:37:20 +00:00
jules
deae885df4 Avoided a warning in OSX when core graphics is disabled 2016-02-17 16:24:39 +00:00
jules
876b4ae1d3 Cleared up some overlap between the JUCE_CLANG and JUCE_GCC flags 2016-02-12 17:03:21 +00:00
hogliux
9629de32bb Add treatFilePackagesAsDirectories flag to native FileChooser 2016-02-09 09:44:31 +00:00
jules
08b853ee35 Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public 2016-02-04 16:07:21 +00:00
jules
28a322138d Added method Desktop::isOSXDarkModeActive() 2016-02-03 11:30:55 +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
jules
50af60fa81 Simplified some linux X11 code involving atoms 2016-01-28 15:28:35 +00:00
jules
ea07c5b2b0 Added a workaround in OSX so that plugin windows inside modal host windows can open popups 2016-01-18 15:21:36 +00:00
jules
39ba4ed577 Avoided an iOS compile warning 2016-01-14 18:03:14 +00:00
jules
d3d47ab27d Fix for Android kiosk mode components 2016-01-13 17:28:45 +00:00
jules
99052af8bc Added Android support for screen orientation control 2016-01-13 12:05:29 +00:00
jules
d0cb3d222a Updated to iOS8 alert windows to avoid deprecation warnings 2016-01-08 11:02:19 +00:00
jules
ceb1b405f0 Removed an iOS deprecated function in setKioskComponent() 2016-01-08 10:16:33 +00:00
jules
bc523c6724 Fixed a win32 pen/touch detection issue 2016-01-06 10:49:25 +00:00
Timur Doumler
8c2b2a2247 Fixed iOS warning: 'applicationFrame' is deprecated: first deprecated in iOS 9.0 - Use -[UIScreen bounds] 2016-01-04 16:20:49 +00:00
jules
9ab9476fbc Fix for iOS builds targeting OS versions without touch-force 2015-12-29 11:34:29 +00:00
jules
1f433a8bfb Fix for an obscure win32 situation where a click from another app window could end up causing a click in a juce window if the other window closes with the mouse still down 2015-12-29 11:21:03 +00:00
jules
4583fa3fbf Used the ignoreUnused() function to tidy up some old code 2015-12-23 16:27:50 +00:00
jules
2a1234b6ac Simplified some inter-module dependencies and exception-catching fallbacks 2015-12-23 11:47:18 +00:00
jules
ae712c72d8 Cleaned up a few String::empty uses 2015-12-21 12:01:28 +00:00
jules
02492b36b9 Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
hogliux
9510c16665 Handle paste, copy, cut events which come from plug-in hosts 2015-12-11 10:49:22 +00:00
jules
e1ff30d8bf Specialised a recent OSX window resizing change to only apply on 10.11 or later, due to problems on older OS versions. 2015-12-09 10:41:35 +00:00
jules
8ab8bd733e Optimisation to the last commit to avoid extra repainting when dragging windows 2015-12-01 16:01:06 +00:00
jules
d63fe244b3 Workaround for new OSX 10.11 behaviour that caused repaint problems when setting window bounds frequently 2015-12-01 15:48:38 +00:00
jules
31381c6864 Stripped out some defunct OSX 10.4 fallback code 2015-12-01 12:48:01 +00:00
jules
24d974a7cd Avoided older versions of iOS grumbling about a call to get force-touch value. 2015-11-30 08:53:46 +00:00
Joshua Gerrard
210fe4a5d6 Fixed warnings on MinGW 2015-11-23 12:58:23 +00:00
jules
8aa1831d3c Fix for exceptions in OSX pressure detection when WebKit views are used. 2015-11-09 16:01:32 +00:00
jules
89ba69ab29 Android Bluetooth MIDI, pro-audio i/o and improved openGL support 2015-11-03 10:37:52 +00:00
jules
02041328dc Misc minor fix-ups 2015-11-02 18:07:36 +00:00
jules
a3426aae10 Added support for iOS force-touch 2015-11-02 11:51:16 +00:00
hogliux
b0ae8bd4b4 Always use WM_TOUCH events for JUCE mouse input (and ignore any subsequent WM mouse events) 2015-10-05 10:43:43 +01:00
jules
5fc2f24c97 Fix for linux windows that don't respond to mouse events 2015-10-01 11:36:19 +01:00
hogliux
e881711f2a Fix crash on linux when temporary window is ordered to the back 2015-09-04 12:25:20 +01:00
hogliux
27273730b4 Fix re-ordering of alwaysOnTop windows on Linux 2015-09-04 12:04:33 +01:00
hogliux
fb8a1dbf48 Fix some iOS build warnings 2015-08-24 11:44:23 +01:00
hogliux
4ef190cc5e Fix global scale factor bug on iOS 2015-08-24 11:34:38 +01:00
jules
962e364010 Avoided some mingw errors and warnings. 2015-08-19 17:31:06 +01:00