1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
Commit graph

256 commits

Author SHA1 Message Date
jules
fb864a5cb1 Corrected some spelling mistakes in comments 2016-04-11 11:13:44 +01:00
jules
189853720a Cleaned up a few uses of Image::null 2016-03-10 17:20:15 +00:00
jules
674c833c84 Added method MouseEvent::mouseWasDraggedSinceMouseDown() 2016-02-16 12:59:49 +00:00
jules
3ca13481eb Quick bit of optimisation to TableListBox repainting 2016-02-08 15:09:17 +00:00
jules
ecfa5d1040 Tidied up some rotary parameter handling code in Slider 2016-02-04 09:38:20 +00:00
jules
95d88e3356 Marked Slider popup windows as temporary 2016-01-29 11:21:14 +00:00
jules
fcf1683f48 Moved a method in LengthAndCharacterRestriction to be public. 2016-01-12 15:20:34 +00:00
jules
4583fa3fbf Used the ignoreUnused() function to tidy up some old code 2015-12-23 16:27:50 +00:00
jules
02492b36b9 Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
Joshua Gerrard
854e8af44a Documentation: changed insertText to insertTextAtCaret 2015-12-03 13:54:03 +00:00
jules
2b869c48eb Fix for caret updating in TextEditor when look+feel changes 2015-11-16 10:35:36 +00:00
jules
732de2784c Fix for the Label::outlineWhenEditingColourId colour ID not working. 2015-10-06 12:28:56 +01:00
jules
f8b5da8b1e Minor fixes + cleanups to TextEditor. 2015-09-30 14:31:31 +01:00
jules
7edb1b5614 Cleaned up some caret code in TextEditor. 2015-09-24 16:32:38 -07:00
jules
2682e917cf Fix for caret visibility problem when TextEditor is disabled. 2015-09-22 07:38:46 -07:00
jules
7b42c1846a Added a couple of missing override keywords. 2015-09-17 10:54:02 +01:00
jules
78ee86e658 Couple of minor documentation corrections 2015-09-14 20:07:45 +01:00
jules
f8047066d6 Made Slider::getPositionOfValue() const 2015-08-28 16:55:00 +01:00
jules
cf90b59e9f Added ownerViewChanged callback to TreeView 2015-08-20 09:52:21 +01:00
jules
c90467d6e1 Added set/getOpenness() methods to TreeView 2015-08-19 11:43:58 +01:00
hogliux
71e7624235 Jump to slider default value if only the alt key is down (and no other modifiers) 2015-07-29 15:28:22 +01:00
Timur Doumler
dca4d77f9d Fixed compiler warnings on Visual Studio 2015 RTM. 2015-07-23 15:57:18 +01:00
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00
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