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
cf90b59e9f
Added ownerViewChanged callback to TreeView
2015-08-20 09:52:21 +01:00
jules
962e364010
Avoided some mingw errors and warnings.
2015-08-19 17:31:06 +01:00
jules
c90467d6e1
Added set/getOpenness() methods to TreeView
2015-08-19 11:43:58 +01:00
jules
2626bec010
Fixed a silly mistake in SelectedItemSet.
2015-08-18 11:38:35 +01:00
jules
07afa76759
Made the copy constuctor of SelectedItemSet call its virtual itemSelected/itemDeselected methods.
2015-08-17 11:50:46 +01:00
jules
0234a741e0
Added missing override specifier.
2015-08-12 10:27:20 +01:00
Timur Doumler
79e3a141d2
Fixed a bug in TextPropertyComponent that broke the Introjucer's GUI editor.
2015-08-12 10:13:44 +01:00
Timur Doumler
c922162b03
Introjucer: added global preferences window and global SDK path settings.
2015-08-11 18:17:23 +01:00
Timur Doumler
0bc3388d2b
Fixed typo in Doxygen documentation of ThreadWithProgressWindow.
2015-08-10 15:23:27 +01:00
Timur Doumler
db078f194d
PopupMenu: added option to include an iconToUse to addCommandItem.
2015-08-07 10:14:46 +01:00
jules
63551c84a1
Updated some comments about runModalLoop()
2015-08-06 09:32:11 +01:00
hogliux
71e7624235
Jump to slider default value if only the alt key is down (and no other modifiers)
2015-07-29 15:28:22 +01:00
jules
8d92a77452
Fix for TabbedButtonBar::removeTab() when removing a tab lower than the selected one
2015-07-28 17:34:21 +01:00
jules
016796bf45
Fix for detecting KeyPress::numberPadDecimalPoint on OSX with non-english keyboards
2015-07-28 14:03:51 +01:00
jules
9178fe9a1a
Some minor refactoring inside OSX MainMenu code.
2015-07-28 12:52:29 +01:00
hogliux
eb652751c2
Fix bug where the shift modifier would change the keycode on OS X
2015-07-28 12:03:32 +01:00
hogliux
e703654f75
Allow user to force-include Carbon even on 64-bit if JUCE_SUPPORT_CARBON is set
...
This is needed to include non-Carbon APIs such as TextInputServices for which there are no Cocoa replacements and are known to not be deprecated anytime soon.
2015-07-28 12:02:23 +01:00
Joshua Gerrard
d41d0dfc0d
Fixed issue in JuceMainMenuHandler where menuItemsChanged would do nothing if the menu was open at the time of the call.
2015-07-27 09:35:38 +01:00
jules
b80d39777c
Added some comments to DrawabkeComposite.
2015-07-27 09:26:59 +01:00
hogliux
03dc6479e3
Implement setScreenSaver enabled on Android
2015-07-24 16:34:01 +01:00
Timur Doumler
dca4d77f9d
Fixed compiler warnings on Visual Studio 2015 RTM.
2015-07-23 15:57:18 +01:00
hogliux
f59ab9e4a3
Also copy transforms when copying drawables
2015-07-23 15:39:10 +01:00
jules
6bb8bf3761
Fixed a minor warning.
2015-07-22 20:18:54 +01:00
jules
861d3d9710
Version 3.2.0
2015-07-22 19:48:35 +01:00
hogliux
c7b8e77031
Update copyright notice
2015-07-22 15:59:34 +01:00
Timur Doumler
5fc9f44581
Added ScrollBar::parentHierarchyChanged() to correctly handle inherited lookAndFeel changes.
2015-07-21 14:34:51 +01:00
Joshua Gerrard
af643bb49d
Added default constructor to MenuBarComponent
2015-07-21 10:10:34 +01:00
hogliux
586b428707
Make setDrawsInRightMargin comment more readable
2015-07-20 17:32:44 +01:00
hogliux
5265bbf81e
Add optional setDrawsInRightMargin to disable clipping of right edge of TreeViewItems
2015-07-20 15:05:58 +01:00
hogliux
a595f19d0f
Add a comment to tooltip window to clarify it's use in plug-ins
2015-07-20 09:57:02 +01:00
jules
d635ced700
Minor comment addition
2015-07-17 12:25:40 +01:00
jules
301dfaf501
Fix for shift-delete shortcut in text editors
2015-07-17 11:26:07 +01:00
Timur Doumler
d46ea64aa5
LookAndFeel: added method to specify a custom font for Alert Window title.
2015-07-17 09:52:50 +01:00
hogliux
3b2a39b01b
Fix typo
2015-07-10 10:11:35 +01:00
hogliux
effdc661ca
Fix correct repainting of OpenGLContexts if a non-compositing window manager is used on linux
2015-07-08 17:09:59 +01:00
jules
a4526eae3f
Avoided a couple of warnings about missing override specifiers.
2015-07-08 11:12:05 +01:00
jules
a49cc0fca5
Added methods degreesToRadians and radiansToDegrees
2015-07-07 15:22:00 +01:00
jules
5d56b9bdf5
Removed quotes for zenity file chooser parameters.
2015-06-29 12:26:49 +01:00
jules
8c64ab5391
Reverted a mistake in a win32 file chooser function.
2015-06-29 11:20:51 +01:00
jules
09730a890d
Removed some superfluous assertions in linux.
2015-06-26 16:55:24 +01:00
jules
9efbd199a6
Fixes for file-filter separator token parsing on linux zenity and win32.
2015-06-25 10:07:19 +01:00
jules
d3f76766db
Added a flag to FileBrowserComponent to allow it to keep the current name when the folder changes, and used this flag in the introjucer's new project wizard.
2015-06-23 12:44:51 +01:00
jules
9b79610cb0
Added a flag MouseWheelEvent::isInertial (currently only implemented for OSX 10.7 or later), and used this to replace some clunky behaviour in the Viewport class that was there to avoid inertial wheel movements triggering nested scrollable components.
2015-06-22 20:28:15 +01:00
hogliux
661533c85d
Fix clang warnings on linux
2015-06-22 00:43:01 +02:00
hogliux
2f94c8019d
Implement proper android scaling support
2015-06-15 18:08:12 +01:00
jules
a52ed14607
Fixed a spelling mistake
2015-06-15 10:10:10 -05:00
jules
e82e9f2671
Avoided an exception in MouseCursor when running on very old OSX versions.
2015-06-15 10:09:50 -05:00
jules
3285c2b8b4
Modified the OSX mouse cursor code to do a better job on high-DPI displays.
2015-06-12 11:45:42 -07:00