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

7200 commits

Author SHA1 Message Date
hogliux
ef2c63e4e3 Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices. 2017-04-27 14:40:50 +01:00
hogliux
3b422bef51 Removed old VS2010 exporter from AudioAppExample 2017-04-27 13:49:06 +01:00
hogliux
1169800b8a Fixed an issue where active x component would not receive all key events 2017-04-26 21:01:26 +01:00
ed
e8ac4a7c27 BooleanPropertyComponent uses its own outline colour id instead of ComboBox outline colour id 2017-04-26 20:19:05 +01:00
hogliux
7a7619d64e Fixed resizing issues and memory leaks in linux web browser component 2017-04-26 19:18:39 +01:00
jules
1234775fc7 Minor tidying-up in some OSX UI code 2017-04-26 18:27:47 +01:00
hogliux
bb32034ad8 Added pageLoadHadNetworkError callback to WebBrowserComponent 2017-04-26 17:12:59 +01:00
jules
e778d35fdc Refactored some internal win32 file attribute functions 2017-04-26 16:11:16 +01:00
jules
2f523cfae7 Added /usr/share/fonts as an extra font search-path on linux 2017-04-26 11:14:16 +01:00
ed
79885fc6ad Force TreeView to recalculate its size after restoring item openness in TreeView::restoreOpennessState() so that its Viewport scroll position is restored correctly 2017-04-26 10:48:59 +01:00
jules
bc78b2f524 Added a constructor to ColourGradient that takes Point arguments 2017-04-25 11:52:33 +01:00
jules
a4c0968635 Fixed a problem with mouse interception in Drawable's base class copy constructor 2017-04-25 09:07:25 +01:00
hogliux
ee3457abb1 Fixed an issue where WebBrowserComponent::clearCookies would not exit in certain conditions 2017-04-24 16:28:55 +01:00
jules
e0698daaca Tidied up a couple of comments, warnings and did a bit of code modernisation 2017-04-24 10:49:41 +01:00
hogliux
1bdbd6f969 Fixed a potential access-after-free crash in the macOS/iOS implementation of WebInputStream 2017-04-23 12:09:33 +01:00
jules
bf94ab0e4c Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings 2017-04-21 15:09:35 +01:00
jules
6bb3d9b1db Tweaks to ListBox so that if its viewport is in drag-to-scroll mode, the selection automatically happens on mouse-up so not to interfere with dragging. (Also a bit of modernisation of the class internals) 2017-04-21 12:24:51 +01:00
jules
320c8002da Added methods Viewport::canScrollVertically() and Viewport::canScrollHorizontally() 2017-04-21 12:01:44 +01:00
jules
926652be8a Added the -Wextra-semi warning to the projucer build 2017-04-21 11:31:09 +01:00
jules
d36156c620 Removed some extraneous semicolons 2017-04-21 11:15:07 +01:00
jules
3a3f118fbb A bit of code modernisation in MidiMessage, adding a variadic constructor to allow custom midi messages to be created more succinctly. 2017-04-20 15:31:24 +01:00
tpoole
52bbaa2a1c Fixed incorrect #include guard in juce_audio_devices header 2017-04-20 12:41:35 +01:00
tpoole
84beded220 Fixed compiler warning in Win32 WebBrowserComponent 2017-04-20 12:28:42 +01:00
tpoole
23ba2e49cf Fixed VS2013 assignment operator compiler warnings 2017-04-20 12:24:49 +01:00
tpoole
37e21e9cb1 Fixed VS2013 compiler warning in SVGParser 2017-04-20 11:59:04 +01:00
jules
024fe6c9ad Avoided an assertion in win32 file chooser code 2017-04-20 09:53:56 +01:00
tpoole
dd7c510e2f Added a Projucer warning when a project includes outdated Visual Studio exporters 2017-04-20 09:23:34 +01:00
hogliux
6292ccf5c3 Added a clearCookies method to WebBrowserComponent to clear any stored cookies 2017-04-18 18:03:53 +01:00
tpoole
837ac2143c Fixed iOS code sign entitlements bug 2017-04-18 14:38:13 +01:00
jules
5b39a8f607 Removed the register keyword from a bunch of 3rd party files as it causes deprecation errors in c++17 2017-04-18 11:29:48 +01:00
tpoole
e8adbb118f Fixed bug in 9f06fabe10 - Fixed a double-free Windows MIDI device bug 2017-04-18 10:48:37 +01:00
tpoole
9400866472 Fixed a crash when detaching WinRT MIDI devices 2017-04-18 10:42:57 +01:00
hogliux
957ca2d86f Fixed a bug where an AudioSampleBuffer's isClear flag would remain set even after copying data from another non-zero AudioSampleBuffer 2017-04-18 09:42:07 +01:00
jules
dace37288b Tidied up a couple of minor analyser warnings and comments 2017-04-17 16:15:29 +01:00
hogliux
411071f3b1 Fixed linux mouse jump issue by removing code that was made redundant after the latest linux improvements 2017-04-13 14:36:25 +01:00
hogliux
87a895d5a4 Added a check to send fake mouse move events only if the current mouse cursor's position could have an effect on mouseEnter/mouseLeve events 2017-04-13 12:58:33 +01:00
hogliux
00e38f2ef5 Re-saved all projects 2017-04-12 18:51:57 +01:00
hogliux
c02c4a14ee Updated linux web view to use more modern webkit2 API 2017-04-12 18:15:54 +01:00
hogliux
86e28d1e42 Restructured android threading code to re-use threading code in juce_posix_Shared.h 2017-04-12 18:13:16 +01:00
jules
6c7bb37720 Fixed the use of the dontRescanIfAlreadyInList parameter in PluginDirectoryScanner::scanNextFile() 2017-04-12 14:49:08 +01:00
jules
f19390b531 Fixed a cache timestamping issue in ImageCache, and modernised its internals a bit. 2017-04-12 11:43:00 +01:00
hogliux
e2f38312b6 Updated Projucer's default android plugin version to latest (2.3.1) 2017-04-11 17:57:52 +01:00
hogliux
3cd9bed7d9 Ensured that gatt connection priority is only requested after the gatt has connected 2017-04-11 17:57:14 +01:00
ed
308f634f62 Fixed a bug in the Projucer where the live-build's continuous recompilation state wasn't being changed when toggled on/off in the menu 2017-04-11 16:09:00 +01:00
jules
7d6e5f8d73 Added a comment in the Desktop class 2017-04-11 11:15:39 +01:00
tpoole
8f6fa6f6c7 Changed the JUCE modules from groups to folder references in Xcode 2017-04-11 08:43:58 +01:00
tpoole
0b2257c53d Added Rez files to JuceLibraryCode so that they are compiled when not browsable 2017-04-11 08:05:15 +01:00
hogliux
5b833d6648 Added Android workaround to force BLE Midi devices on low-latency device path 2017-04-10 18:10:06 +01:00
hogliux
c25457835e Added manifest file property to the Projucer's MSVC exporter 2017-04-10 16:14:42 +01:00
jules
6db052524e Added const expressions to the littlefoot compiler 2017-04-10 12:06:27 +01:00