273 Commits (d4b47809a146a0b6ad3b0bb1d1ef96739c61f2bc)

Author SHA1 Message Date
  tpoole 6f27a1d4a4 Typo fixes 8 years ago
  hogliux 00c0671c6b Added sub-menu support to ComboBoxes 8 years ago
  tpoole 255dc1d1ba Fixed documentation typo 8 years ago
  hogliux 62ac568b77 Made sure that colours are updated when the look and feel of a TextEditor changes 8 years ago
  tpoole b24aadcc72 Added ColourIds to allow alternate colouring of TreeViewItems 8 years ago
  jules 9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 8 years ago
  ed 9276540e7d Fix to avoid negative width assertion when drawing fitted text in very deep TreeView file trees. 8 years ago
  luigisambuy ed0c032a01 Added a styleChanged flag to enable setText() to take effect after setColor() 8 years ago
  ed 16e6c6fd84 Slider and NormalisableRange changed to use standard library math functions 8 years ago
  jules 3f83eedd45 Minor tidying up 8 years ago
  tpoole e9832ffdf4 Added a symmetric skew option to Slider 8 years ago
  hogliux a258295481 Don't repeatedly set the wantsFocus flag if it hasn't changed 8 years ago
  luigisambuy f5398fcab2 Added additional dontScrollToShowThisRange parameter to selectRangeOfRows in ListBox 8 years ago
  jules b439452edd Changed the Array::remove() method to return void, and added an Array::removeAndReturn() method to replace the old functionality 9 years ago
  hogliux 0a4b2ae3b6 Return parent row number if any of the tree view item's paraents are closed 9 years ago
  jules 31f935cc60 Added a new Graphics::drawImage method that takes a Rectangle<float> 9 years ago
  jules 58ca0673c4 Avoided spacer components in a ToolBar getting keyboard focus 9 years ago
  jules fb864a5cb1 Corrected some spelling mistakes in comments 9 years ago
  jules 189853720a Cleaned up a few uses of Image::null 9 years ago
  jules 674c833c84 Added method MouseEvent::mouseWasDraggedSinceMouseDown() 9 years ago
  jules 3ca13481eb Quick bit of optimisation to TableListBox repainting 9 years ago
  jules ecfa5d1040 Tidied up some rotary parameter handling code in Slider 9 years ago
  jules 95d88e3356 Marked Slider popup windows as temporary 9 years ago
  jules fcf1683f48 Moved a method in LengthAndCharacterRestriction to be public. 9 years ago
  jules 4583fa3fbf Used the ignoreUnused() function to tidy up some old code 9 years ago
  jules 02492b36b9 Lots of small whitespace tweaks. 9 years ago
  Joshua Gerrard 854e8af44a Documentation: changed insertText to insertTextAtCaret 9 years ago
  jules 2b869c48eb Fix for caret updating in TextEditor when look+feel changes 9 years ago
  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 10 years ago
  hogliux 5265bbf81e Add optional setDrawsInRightMargin to disable clipping of right edge of TreeViewItems 10 years ago
  jules d635ced700 Minor comment addition 10 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