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
|
af3dc800e4
|
Added a callback method LabelListener::editorHidden().
|
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
|
844d9e8d86
|
Added method Font::getDefaultMinimumHorizontalScaleFactor() to make it possible to change the global minimum font squashing amount.
|
10 years ago |
jules
|
f6139cee55
|
Minor documentation cleanups.
|
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
|
e17c26ed03
|
Minor fix for treeview dragging insert position.
|
10 years ago |
jules
|
2a120a0f72
|
Fix for treeview indent X positions when dragged off the bottom.
|
10 years ago |
jules
|
60ccdf8bf2
|
Made the TreeView handle dragging and dropping to the area below the tree.
|
10 years ago |
jules
|
c8affe81a6
|
Stopped the Label class editing when clicked if it's disabled.
|
10 years ago |
jules
|
e1fed0c2dc
|
Fixed a TextEditor border size issue.
|
10 years ago |
jules
|
ad8cc4b693
|
Changed the very old and strangely written Slider::getDoubleClickReturnValue method into two separate methods.
|
10 years ago |
jules
|
af568cd263
|
Fixed typo in comment.
|
10 years ago |
jules
|
ddb7e88cf9
|
Added Slider::isRotary()
|
10 years ago |
jules
|
ac8bc1a7b4
|
Added methods to Label and TextEditor to specify the type of virtual keyboard they require.
|
10 years ago |
jules
|
41152916c0
|
Made the combo box repaint when its menu is hidden.
|
10 years ago |
jules
|
5c802e340c
|
Added method ComboBox::isPopupActive()
|
10 years ago |
jules
|
2ee8084658
|
Added a method ComboBox::hidePopup().
|
10 years ago |
jules
|
d4a913d9ec
|
Added a method ListBox::getHeaderComponent()
|
10 years ago |
jules
|
ccdd0aa94f
|
Made ComboBox::addItemsToMenu virtual
|
10 years ago |
jules
|
43c7f38acf
|
Made Slider::getNumDecimalPlacesToDisplay() public.
|
10 years ago |
jules
|
80f0219f71
|
Tweaked the way the ComboBox popup menu height is calculated, to work with a wider range of sizes.
|
10 years ago |
jules
|
898080d187
|
Fix for ListBox::getRowNumberOfComponent
|
10 years ago |
jules
|
214674123e
|
Fix for ListBox::createSnapshotOfSelectedRows
|
10 years ago |
jules
|
93c717e9ec
|
Added method ListBox::setClickingTogglesRowSelection()
|
10 years ago |
jules
|
6678046167
|
Made the Slider's popup display inherit from its parent's lookandfeel.
|
10 years ago |
jules
|
40ba90b19f
|
Fixed some escaping of slash characters in TreeViewItem identifier strings.
|
10 years ago |
jules
|
d284f892b5
|
Workaround for VS2005 compiler bug.
|
10 years ago |
jules
|
05b166d048
|
Clarified a couple of comments.
|
10 years ago |
jules
|
b7d922d4d1
|
Improved the way sliders react to vertical/horizontal mouse-wheel moves.
|
10 years ago |
jules
|
446de5ff17
|
Fixed a typo in ToolBar dragging.
|
10 years ago |
jules
|
300029971a
|
Fixed some assertions in Slider
|
10 years ago |
jules
|
f8dc72cb0a
|
Tidied up some comments in TableListBox.
|
10 years ago |
jules
|
87a2c67e99
|
Fixed tooltips with certain kinds of sliders.
|
10 years ago |
jules
|
3e7d305094
|
A few minor whitespace cleanups.
|
10 years ago |
jules
|
8c99011b4c
|
Minor change to the order in which Slider callbacks are made, so that the order is the same for async/sync callbacks.
|
11 years ago |
jules
|
859e23d550
|
Made sure that ListBox updates its opacity when re-parented
|
11 years ago |
jules
|
7d8b9ad597
|
Avoided a few linux gcc warnings.
|
11 years ago |
jules
|
fdf6f12185
|
Made Label take its editing colours from the L+F.
|
11 years ago |
jules
|
1b7c4ea6a4
|
Added some extra Label colour IDs to allow control over the text editor colours while it's being edited.
|
11 years ago |
jules
|
82726a9e66
|
Improved slider mouse wheel behaviour for inc/dec sliders.
|
11 years ago |
jules
|
2f1ef234ce
|
Tightened up a few places where numeric conversion warnings could happen.
|
11 years ago |
jules
|
f662c85832
|
Documentation fix.
|
11 years ago |
jules
|
6c61dbb68e
|
Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>.
|
11 years ago |
jules
|
dfb35c7e1e
|
Made ComboBox::showPopup virtual.
|
11 years ago |
jules
|
4ab9cdf33a
|
Added a MouseEvent parameter to ListBoxModel::backgroundClicked and TableListBoxModel::backgroundClicked
|
11 years ago |