245 Commits (ddcd78eae8f126dbde48e112d10aee9b64e784d0)

Author SHA1 Message Date
  jules 732de2784c Fix for the Label::outlineWhenEditingColourId colour ID not working. 9 years ago
  jules f8b5da8b1e Minor fixes + cleanups to TextEditor. 9 years ago
  jules 7edb1b5614 Cleaned up some caret code in TextEditor. 9 years ago
  jules 2682e917cf Fix for caret visibility problem when TextEditor is disabled. 9 years ago
  jules 7b42c1846a Added a couple of missing override keywords. 9 years ago
  jules 78ee86e658 Couple of minor documentation corrections 9 years ago
  jules f8047066d6 Made Slider::getPositionOfValue() const 9 years ago
  jules cf90b59e9f Added ownerViewChanged callback to TreeView 9 years ago
  jules c90467d6e1 Added set/getOpenness() methods to TreeView 9 years ago
  hogliux 71e7624235 Jump to slider default value if only the alt key is down (and no other modifiers) 9 years ago
  Timur Doumler dca4d77f9d Fixed compiler warnings on Visual Studio 2015 RTM. 9 years ago
  hogliux c7b8e77031 Update copyright notice 9 years ago
  hogliux 586b428707 Make setDrawsInRightMargin comment more readable 9 years ago
  hogliux 5265bbf81e Add optional setDrawsInRightMargin to disable clipping of right edge of TreeViewItems 9 years ago
  jules d635ced700 Minor comment addition 9 years ago
  jules 06c1a15496 Added some missing 'override' decorators 10 years ago
  jules db4a0ffec5 Added method UndoManager::getCurrentTransactionName 10 years ago
  jules 395cf7ac46 Added a small comment to TextEditor 10 years ago
  hogliux cb2eee8f02 Fixed typo in ComboBox class 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
  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 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