jules
63551c84a1
Updated some comments about runModalLoop()
10 years ago
hogliux
71e7624235
Jump to slider default value if only the alt key is down (and no other modifiers)
10 years ago
jules
8d92a77452
Fix for TabbedButtonBar::removeTab() when removing a tab lower than the selected one
10 years ago
jules
016796bf45
Fix for detecting KeyPress::numberPadDecimalPoint on OSX with non-english keyboards
10 years ago
jules
9178fe9a1a
Some minor refactoring inside OSX MainMenu code.
10 years ago
hogliux
eb652751c2
Fix bug where the shift modifier would change the keycode on OS X
10 years ago
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.
10 years ago
Joshua Gerrard
d41d0dfc0d
Fixed issue in JuceMainMenuHandler where menuItemsChanged would do nothing if the menu was open at the time of the call.
10 years ago
jules
b80d39777c
Added some comments to DrawabkeComposite.
10 years ago
hogliux
03dc6479e3
Implement setScreenSaver enabled on Android
10 years ago
Timur Doumler
dca4d77f9d
Fixed compiler warnings on Visual Studio 2015 RTM.
10 years ago
hogliux
f59ab9e4a3
Also copy transforms when copying drawables
10 years ago
jules
6bb8bf3761
Fixed a minor warning.
10 years ago
jules
861d3d9710
Version 3.2.0
10 years ago
hogliux
c7b8e77031
Update copyright notice
10 years ago
Timur Doumler
5fc9f44581
Added ScrollBar::parentHierarchyChanged() to correctly handle inherited lookAndFeel changes.
10 years ago
Joshua Gerrard
af643bb49d
Added default constructor to MenuBarComponent
10 years ago
hogliux
586b428707
Make setDrawsInRightMargin comment more readable
10 years ago
hogliux
5265bbf81e
Add optional setDrawsInRightMargin to disable clipping of right edge of TreeViewItems
10 years ago
hogliux
a595f19d0f
Add a comment to tooltip window to clarify it's use in plug-ins
10 years ago
jules
d635ced700
Minor comment addition
10 years ago
jules
301dfaf501
Fix for shift-delete shortcut in text editors
10 years ago
Timur Doumler
d46ea64aa5
LookAndFeel: added method to specify a custom font for Alert Window title.
10 years ago
hogliux
3b2a39b01b
Fix typo
10 years ago
hogliux
effdc661ca
Fix correct repainting of OpenGLContexts if a non-compositing window manager is used on linux
10 years ago
jules
a4526eae3f
Avoided a couple of warnings about missing override specifiers.
10 years ago
jules
a49cc0fca5
Added methods degreesToRadians and radiansToDegrees
10 years ago
jules
5d56b9bdf5
Removed quotes for zenity file chooser parameters.
10 years ago
jules
8c64ab5391
Reverted a mistake in a win32 file chooser function.
10 years ago
jules
09730a890d
Removed some superfluous assertions in linux.
10 years ago
jules
9efbd199a6
Fixes for file-filter separator token parsing on linux zenity and win32.
10 years ago
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.
10 years ago
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.
10 years ago
hogliux
661533c85d
Fix clang warnings on linux
10 years ago
hogliux
2f94c8019d
Implement proper android scaling support
10 years ago
jules
a52ed14607
Fixed a spelling mistake
10 years ago
jules
e82e9f2671
Avoided an exception in MouseCursor when running on very old OSX versions.
10 years ago
jules
3285c2b8b4
Modified the OSX mouse cursor code to do a better job on high-DPI displays.
10 years ago
hogliux
324f26cc11
Fix incorrect key-code translation which could occur for special key-codes in KeyPress::isKeyCurrentlyDown on Windows
10 years ago
jules
90b6f62318
Avoided a dangling pointer problem when changing images in DrawableButton
10 years ago
jules
062f136dd4
Added a method DragAndDropContainer::setCurrentDragImage
10 years ago
hogliux
44a5a93444
Fix typo
10 years ago
hogliux
4ca4ae6be8
Remove code that was used for testing
10 years ago
hogliux
2fcabaec10
Fix bug when the first display is not the main display on linux
10 years ago
jules
9fa964881f
Fixed an edge-case assertion involving window resizing with constraints.
10 years ago
jules
0c99e8e068
Minor cleanups
10 years ago
jules
40b13a692e
Fix for resize behaviour of linux windows without titlebars
10 years ago
jules
ff99c6dbc1
Fix to linux modifier key change reporting.
10 years ago
jules
fbbc9b3595
Made the SVG parser recognise the "display=none" attribute.
10 years ago
jules
1eab064696
Rearranged some documentation for relative coord expressions.
10 years ago