jules
d635ced700
Minor comment addition
9 years ago
jules
301dfaf501
Fix for shift-delete shortcut in text editors
9 years ago
Timur Doumler
d46ea64aa5
LookAndFeel: added method to specify a custom font for Alert Window title.
9 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
hogliux
7d14a1010d
Fix edge-case where no main display would be found on the raspberry pi
10 years ago
hogliux
3ed50c3f09
Fix divide-by-zero issue in screen dpi calculation on raspberry pi
10 years ago
jules
06c1a15496
Added some missing 'override' decorators
10 years ago
jules
db4a0ffec5
Added method UndoManager::getCurrentTransactionName
10 years ago
hogliux
c76876d388
Adds proper per-monitor scaling support on linux
10 years ago
jules
395cf7ac46
Added a small comment to TextEditor
10 years ago
jules
67ab6a562c
Fix for an edge-case where dragging within a triple-click would trigger a false double-click
10 years ago
hogliux
cb2eee8f02
Fixed typo in ComboBox class
10 years ago
Timur Doumler
48c32fde3b
Minor clean-up in LookAndFeel_V2::getSliderLayout.
10 years ago
Timur Doumler
b68b4670b9
Added SliderLayout to LookAndFeel to allow flexible slider/textbox positioning. Refactored Slider to separate this functionality.
10 years ago
Timur Doumler
be9a2ff1bb
Implemented support for Android OpenGL native ARGB pixel format.
10 years ago
jules
a73e8d6b80
Added a method ResizableWindow::setDraggable()
10 years ago
jules
1952ed195e
Whitespace
10 years ago
hogliux
8c242b7547
Fix warnings on linux
Linux now compiles (clang++-3.5) without warnings when the following is enabled (these flags are identical to equator mac warnings):
-Wreorder -Wconstant-conversion -Wint-conversion -Woverloaded-virtual -Wuninitialized -Wunused-parameter -Wshorten-64-to-32 -Wstrict-aliasing -Wshadow -Wconversion -Wsign-compare -Werror -Wsign-conversion
10 years ago
jules
c17a72e5b1
Minor clean-ups.
10 years ago
jules
739e8ffba0
Fix to make sure IME methods are possible with text components that are directly added to the desktop.
10 years ago
jules
5cd4bf5905
Added a method MouseInactivityDetector::setMouseMoveTolerance()
10 years ago
jules
adf01a6a15
Whitespace
10 years ago
Timur Doumler
ca6aa75bc8
now passing SparseSet<int> as const& instead of by value in ListBox::createSnapshotOfRows/startDragAndDrop.
10 years ago
Timur Doumler
d3d7670f83
moved deprecated method ListBox::createSnapshotOfSelectedRows into JUCE_CATCH_DEPRECATED_CODE_MISUSE block.
10 years ago