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 |
|
hogliux
|
324f26cc11
|
Fix incorrect key-code translation which could occur for special key-codes in KeyPress::isKeyCurrentlyDown on Windows
|
2015-06-10 10:03:29 +01:00 |
|
jules
|
90b6f62318
|
Avoided a dangling pointer problem when changing images in DrawableButton
|
2015-06-09 08:23:26 -07:00 |
|
jules
|
062f136dd4
|
Added a method DragAndDropContainer::setCurrentDragImage
|
2015-06-08 13:18:33 -07:00 |
|
hogliux
|
44a5a93444
|
Fix typo
|
2015-05-27 16:00:56 +01:00 |
|
hogliux
|
4ca4ae6be8
|
Remove code that was used for testing
|
2015-05-27 15:53:37 +01:00 |
|
hogliux
|
2fcabaec10
|
Fix bug when the first display is not the main display on linux
|
2015-05-27 15:50:12 +01:00 |
|
jules
|
9fa964881f
|
Fixed an edge-case assertion involving window resizing with constraints.
|
2015-05-27 10:55:16 +01:00 |
|
jules
|
0c99e8e068
|
Minor cleanups
|
2015-05-25 10:05:33 +01:00 |
|
jules
|
40b13a692e
|
Fix for resize behaviour of linux windows without titlebars
|
2015-05-25 09:44:43 +01:00 |
|
jules
|
ff99c6dbc1
|
Fix to linux modifier key change reporting.
|
2015-05-22 10:04:39 +01:00 |
|
jules
|
fbbc9b3595
|
Made the SVG parser recognise the "display=none" attribute.
|
2015-05-21 17:47:38 +01:00 |
|
jules
|
1eab064696
|
Rearranged some documentation for relative coord expressions.
|
2015-05-21 12:44:53 +01:00 |
|
hogliux
|
7d14a1010d
|
Fix edge-case where no main display would be found on the raspberry pi
|
2015-05-18 13:07:06 +01:00 |
|
hogliux
|
3ed50c3f09
|
Fix divide-by-zero issue in screen dpi calculation on raspberry pi
|
2015-05-18 13:05:14 +01:00 |
|
jules
|
06c1a15496
|
Added some missing 'override' decorators
|
2015-05-15 12:54:44 +01:00 |
|
jules
|
db4a0ffec5
|
Added method UndoManager::getCurrentTransactionName
|
2015-05-14 15:29:27 +01:00 |
|
jules
|
7deffbea8d
|
Merge branch 'master' of juce-repo.roli.com:JUCE
|
2015-05-13 10:37:40 +01:00 |
|
hogliux
|
c76876d388
|
Adds proper per-monitor scaling support on linux
|
2015-05-13 10:35:19 +01:00 |
|
jules
|
395cf7ac46
|
Added a small comment to TextEditor
|
2015-05-13 10:28:16 +01:00 |
|