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 |
|
jules
|
d635ced700
|
Minor comment addition
|
2015-07-17 12:25:40 +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
|
395cf7ac46
|
Added a small comment to TextEditor
|
2015-05-13 10:28:16 +01:00 |
|
hogliux
|
cb2eee8f02
|
Fixed typo in ComboBox class
|
2015-05-08 10:27:04 +01:00 |
|
Timur Doumler
|
b68b4670b9
|
Added SliderLayout to LookAndFeel to allow flexible slider/textbox positioning. Refactored Slider to separate this functionality.
|
2015-05-07 17:16:45 +01:00 |
|
jules
|
adf01a6a15
|
Whitespace
|
2015-04-24 11:27:21 +01:00 |
|
Timur Doumler
|
ca6aa75bc8
|
now passing SparseSet<int> as const& instead of by value in ListBox::createSnapshotOfRows/startDragAndDrop.
|
2015-04-22 16:01:01 +01:00 |
|
Timur Doumler
|
d3d7670f83
|
moved deprecated method ListBox::createSnapshotOfSelectedRows into JUCE_CATCH_DEPRECATED_CODE_MISUSE block.
|
2015-04-21 16:27:10 +01:00 |
|
Timur Doumler
|
9b7d2cb8d6
|
fixed drag and drop behaviour of ListBox for the new case selectOnMouseDown == false
|
2015-04-21 16:14:56 +01:00 |
|
jules
|
e72826b3fe
|
Added a method ListBox::setRowSelectedOnMouseDown()
|
2015-04-20 18:07:05 +01:00 |
|
jules
|
af3dc800e4
|
Added a callback method LabelListener::editorHidden().
|
2015-03-25 17:54:33 +00:00 |
|
jules
|
8cacb499f1
|
Documentation correction.
|
2015-03-24 14:30:34 +00:00 |
|
jules
|
90c88ec416
|
Tweaked the Label class to take its border into account when positioning relative to a target component.
|
2015-03-23 18:13:07 +00:00 |
|
jules
|
844d9e8d86
|
Added method Font::getDefaultMinimumHorizontalScaleFactor() to make it possible to change the global minimum font squashing amount.
|
2015-03-17 11:41:14 +00:00 |
|
jules
|
f6139cee55
|
Minor documentation cleanups.
|
2015-03-07 17:45:45 +00:00 |
|
jules
|
3cee0e2c19
|
Updates to Slider to keep the text box editability in sync when the parent is enabled.
|
2015-03-04 16:01:20 +00:00 |
|
jules
|
e17c26ed03
|
Minor fix for treeview dragging insert position.
|
2015-02-18 11:33:15 +00:00 |
|
jules
|
2a120a0f72
|
Fix for treeview indent X positions when dragged off the bottom.
|
2015-02-16 14:54:58 +00:00 |
|
jules
|
60ccdf8bf2
|
Made the TreeView handle dragging and dropping to the area below the tree.
|
2015-02-16 09:59:53 +00:00 |
|
jules
|
c8affe81a6
|
Stopped the Label class editing when clicked if it's disabled.
|
2015-02-05 11:23:39 +00:00 |
|
jules
|
e1fed0c2dc
|
Fixed a TextEditor border size issue.
|
2015-02-02 09:59:09 +00:00 |
|
jules
|
ad8cc4b693
|
Changed the very old and strangely written Slider::getDoubleClickReturnValue method into two separate methods.
|
2015-01-27 17:05:31 +00:00 |
|
jules
|
af568cd263
|
Fixed typo in comment.
|
2015-01-14 15:06:41 +00:00 |
|
jules
|
ddb7e88cf9
|
Added Slider::isRotary()
|
2015-01-14 10:54:05 +00:00 |
|
jules
|
ac8bc1a7b4
|
Added methods to Label and TextEditor to specify the type of virtual keyboard they require.
|
2015-01-07 12:03:02 +00:00 |
|
jules
|
41152916c0
|
Made the combo box repaint when its menu is hidden.
|
2014-12-31 15:26:18 +00:00 |
|
jules
|
5c802e340c
|
Added method ComboBox::isPopupActive()
|
2014-12-31 09:55:48 +00:00 |
|
jules
|
2ee8084658
|
Added a method ComboBox::hidePopup().
|
2014-12-28 11:06:57 +00:00 |
|
jules
|
d4a913d9ec
|
Added a method ListBox::getHeaderComponent()
|
2014-12-18 11:23:14 +00:00 |
|
jules
|
ccdd0aa94f
|
Made ComboBox::addItemsToMenu virtual
|
2014-12-03 11:42:23 +00:00 |
|
jules
|
43c7f38acf
|
Made Slider::getNumDecimalPlacesToDisplay() public.
|
2014-11-21 14:14:30 +01:00 |
|
jules
|
80f0219f71
|
Tweaked the way the ComboBox popup menu height is calculated, to work with a wider range of sizes.
|
2014-11-15 16:26:53 +00:00 |
|
jules
|
898080d187
|
Fix for ListBox::getRowNumberOfComponent
|
2014-10-31 16:16:44 +00:00 |
|
jules
|
214674123e
|
Fix for ListBox::createSnapshotOfSelectedRows
|
2014-10-14 14:36:11 +01:00 |
|
jules
|
93c717e9ec
|
Added method ListBox::setClickingTogglesRowSelection()
|
2014-10-07 11:52:58 +01:00 |
|
jules
|
6678046167
|
Made the Slider's popup display inherit from its parent's lookandfeel.
|
2014-10-06 11:03:25 +01:00 |
|
jules
|
40ba90b19f
|
Fixed some escaping of slash characters in TreeViewItem identifier strings.
|
2014-09-26 09:34:03 +01:00 |
|
jules
|
d284f892b5
|
Workaround for VS2005 compiler bug.
|
2014-09-25 12:46:01 +01:00 |
|
jules
|
05b166d048
|
Clarified a couple of comments.
|
2014-09-16 17:49:14 +01:00 |
|
jules
|
b7d922d4d1
|
Improved the way sliders react to vertical/horizontal mouse-wheel moves.
|
2014-09-15 18:53:34 +01:00 |
|
jules
|
446de5ff17
|
Fixed a typo in ToolBar dragging.
|
2014-09-15 17:18:09 +01:00 |
|
jules
|
300029971a
|
Fixed some assertions in Slider
|
2014-08-28 16:53:00 +01:00 |
|
jules
|
f8dc72cb0a
|
Tidied up some comments in TableListBox.
|
2014-08-24 12:53:10 +01:00 |
|
jules
|
87a2c67e99
|
Fixed tooltips with certain kinds of sliders.
|
2014-08-20 20:58:18 +01:00 |
|
jules
|
3e7d305094
|
A few minor whitespace cleanups.
|
2014-08-16 21:06:27 +01:00 |
|
jules
|
8c99011b4c
|
Minor change to the order in which Slider callbacks are made, so that the order is the same for async/sync callbacks.
|
2014-08-11 18:50:25 +01:00 |
|
jules
|
859e23d550
|
Made sure that ListBox updates its opacity when re-parented
|
2014-08-08 12:04:25 +01:00 |
|