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

934 commits

Author SHA1 Message Date
jules
b33677dbb0 Fix for rotation on some iOS device types. 2014-10-07 17:15:51 +01:00
jules
c6ca8b05b1 Added callbacks to DragAndDropContainer to be told when drag operations begin/end. 2014-10-07 12:08:05 +01:00
jules
93c717e9ec Added method ListBox::setClickingTogglesRowSelection() 2014-10-07 11:52:58 +01:00
jules
6678046167 Made the Slider's popup display inherit from its parent's lookandfeel. 2014-10-06 11:03:25 +01:00
jules
9201070462 Made Button update its auto-gerenated tooltip when the command manager list changes. 2014-10-06 10:53:12 +01:00
jules
76c6d324ac Made ApplicationCommandManager::registerCommand update the command info. 2014-10-06 10:52:28 +01:00
jules
8f89605e15 Better rotation on iOS8 2014-09-30 16:38:42 +01:00
jules
3a1ec146ba Added some colour IDs to BooleanPropertyComponent. 2014-09-29 16:32:06 +01:00
jules
086dd2dad4 Removed a couple of redundant 'virtual's 2014-09-26 13:05:55 +01:00
jules
40ba90b19f Fixed some escaping of slash characters in TreeViewItem identifier strings. 2014-09-26 09:34:03 +01:00
jules
d284f892b5 Workaround for VS2005 compiler bug. 2014-09-25 12:46:01 +01:00
jules
741816a020 Added a missing JUCE_API flag. 2014-09-17 08:47:51 +01:00
jules
05b166d048 Clarified a couple of comments. 2014-09-16 17:49:14 +01:00
jules
31b912bc87 Tweak to DragAndDropContainer to avoid problems detecting the window that's being dragged over. 2014-09-16 15:38:18 +01:00
jules
43d4c1ea2f Added LookAndFeel method drawPopupMenuSectionHeader() 2014-09-16 12:29:34 +01:00
jules
b7d922d4d1 Improved the way sliders react to vertical/horizontal mouse-wheel moves. 2014-09-15 18:53:34 +01:00
jules
925961b389 Added win32 support for JUCEApplication::suspended() and resumed() callbacks. 2014-09-15 18:26:10 +01:00
jules
446de5ff17 Fixed a typo in ToolBar dragging. 2014-09-15 17:18:09 +01:00
jules
662680d1f5 Clarified some comments. 2014-09-02 15:02:26 +01:00
jules
300029971a Fixed some assertions in Slider 2014-08-28 16:53:00 +01:00
jules
20af4254c2 Clarified some comments. 2014-08-27 20:16:40 +01:00
jules
2fd89b0ac4 A few minor clean-ups. 2014-08-26 10:17:40 +01:00
jules
37d8f5ca41 SVG parser fix for files that contain a viewBox but no preserveAspectRatio attribute. 2014-08-25 11:43:38 +01:00
jules
609794ceae SVG parser fix for default stroke widths 2014-08-24 20:05:38 +01:00
jules
f8dc72cb0a Tidied up some comments in TableListBox. 2014-08-24 12:53:10 +01:00
jules
6efc1b8afc Removed an unnecessary inclusion of Carbon.h 2014-08-21 20:48:21 +01:00
jules
87a2c67e99 Fixed tooltips with certain kinds of sliders. 2014-08-20 20:58:18 +01:00
jules
de1d07090a Returning correct app failure codes if the app quits before finishing initialisation. 2014-08-20 20:57:51 +01:00
jules
f50650ad1b Removed the Component::getVisibleArea method. This had some design flaws and the current implementation was broken, so presumably few people were using it! If you were using it, let me know your use-case so I can perhaps find a replacement that has less ambiguities about exactly what it's supposed to do. 2014-08-17 11:40:28 +01:00
jules
3e7d305094 A few minor whitespace cleanups. 2014-08-16 21:06:27 +01:00
jules
66d413c32b Minor clean-ups 2014-08-14 12:04:43 +01:00
jules
da8e3c53b6 Fix for win32 openGL repaints when continuous rendering is turned off. 2014-08-14 11:44:46 +01:00
jules
99e8445b96 Version number update 2014-08-12 13:43:39 +01:00
jules
8c99011b4c Minor change to the order in which Slider callbacks are made, so that the order is the same for async/sync callbacks. 2014-08-11 18:50:25 +01:00
jules
df9701430a Workaround for VST3 plugin resizing in Wavelab. 2014-08-11 10:48:30 +01:00
jules
859e23d550 Made sure that ListBox updates its opacity when re-parented 2014-08-08 12:04:25 +01:00
jules
4af1478dfb Fixed a few windowing issues when using global scale factors. 2014-08-08 09:23:01 +01:00
jules
93b9708777 Fixed a coordinate issue with NSViewComponent hit testing. 2014-08-07 16:38:54 +01:00
jules
ac7e776798 linux scaled desktop size fix. 2014-08-05 13:29:35 +01:00
jules
7d8b9ad597 Avoided a few linux gcc warnings. 2014-08-05 13:29:18 +01:00
jules
29ae02ad7f Fix for linux desktop scale factors. 2014-08-04 13:42:52 +01:00
jules
abd46569ae Fix for viewport shift-scrolling 2014-08-04 09:01:27 +01:00
jules
43252902f1 Made OSX windows do a better job of checking for overlapping windows when calling contains() 2014-08-01 20:59:09 +01:00
jules
7dac51859c Fixes for unbounded mouse behaviour on scaled displays 2014-07-31 11:18:38 +01:00
jules
fdf6f12185 Made Label take its editing colours from the L+F. 2014-07-31 10:54:45 +01:00
jules
1b7c4ea6a4 Added some extra Label colour IDs to allow control over the text editor colours while it's being edited. 2014-07-28 22:09:00 +01:00
jules
19b412c1a8 Avoiding flicker when handling synchronous repainting of desktop windows when they are resized. 2014-07-28 20:49:16 +01:00
jules
2080aab33a Linux: better detection of transparent windowing ability. 2014-07-28 10:43:37 +01:00
jules
82726a9e66 Improved slider mouse wheel behaviour for inc/dec sliders. 2014-07-26 10:53:29 +01:00
jules
b66661d569 Clarified some comments. 2014-07-25 20:39:36 +01:00