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
Timur Doumler
9b7d2cb8d6
fixed drag and drop behaviour of ListBox for the new case selectOnMouseDown == false
10 years ago
jules
e72826b3fe
Added a method ListBox::setRowSelectedOnMouseDown()
10 years ago
jules
4af50da9f7
Modified app startup code so that JUCEApplication::shutdown() will still get called even if the app is aborted during the initialise() method.
10 years ago
jules
9c9d10dc0a
Clarified some documentation relating to the Component::setBufferedToImage, which didn't match the actual behaviour of that method.
10 years ago
jules
30aa1f3a80
Whitespace cleanup
10 years ago
hogliux
36e5939820
Fix window ordering on mac
10 years ago
jules
f6395d4cda
Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this.
10 years ago
jules
dd249faae4
Fix for linux desktop scale on hi-res displays.
10 years ago
jules
af3dc800e4
Added a callback method LabelListener::editorHidden().
10 years ago
jules
72b49689bf
Fix to make sure that ResizableWindow can't accidentally be dragged without first getting a mouseDown event.
10 years ago
jules
e3dfaff0db
Replaced the old LookAndFeel method getTooltipSize() with getTooltipBounds(), which can return a position as well as a size.
10 years ago
jules
21fa6e850e
Fixed very minor code style imperfection!
10 years ago
jules
426c8fad0b
Avoided out-of-range values in OSX magnify gesture callbacks.
10 years ago
jules
a4f5faec2d
Fix for a crash when deleting FileBrowserComponent under certain circumstances.
10 years ago
jules
7086f673ac
Fix for a problem in applying openness to FileBrowserComponent treeviews.
10 years ago
jules
8cacb499f1
Documentation correction.
10 years ago
jules
90c88ec416
Tweaked the Label class to take its border into account when positioning relative to a target component.
10 years ago
jules
8ce3099d93
Reverted a recent linux sub-window event change.
10 years ago
jules
f02562f2c4
Fixed some documentation.
10 years ago
jules
0049fdb39c
Fix for linux window repaint problems on the Raspberry Pi.
10 years ago
jules
611abe7812
Tweaked the flags used when linux windows are created within a parent.
10 years ago
jules
11ca405d4f
Added ability for PropertyPanel to insert/remove panels. (And tidied up the class internally a bit)
10 years ago
jules
844d9e8d86
Added method Font::getDefaultMinimumHorizontalScaleFactor() to make it possible to change the global minimum font squashing amount.
10 years ago
jules
b8696a0ecd
Minor tidying-up.
10 years ago
jules
f6139cee55
Minor documentation cleanups.
10 years ago
jules
3e947f1612
Fixes for unused parameter warnings when modal loops are disabled.
10 years ago
jules
3cee0e2c19
Updates to Slider to keep the text box editability in sync when the parent is enabled.
10 years ago
jules
e1dcd96892
Workarounds to allow building with Xcode option "strict checking of objc_msgSend calls" enabled.
10 years ago
jules
6bc4d7627f
Modified the ValueTree::Listener::valueTreeChildRemoved() and ValueTree::Listener::valueTreeChildOrderChanged() methods to include some extra parameters that give more detailed info about exactly what changed.
10 years ago
jules
2022663c6b
Compiler warning fix.
10 years ago