198 Commits (c20a61b80210de917a0123fe110f6207e6f62d45)

Author SHA1 Message Date
  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. 10 years ago
  jules 859e23d550 Made sure that ListBox updates its opacity when re-parented 10 years ago
  jules 7d8b9ad597 Avoided a few linux gcc warnings. 10 years ago
  jules fdf6f12185 Made Label take its editing colours from the L+F. 10 years ago
  jules 1b7c4ea6a4 Added some extra Label colour IDs to allow control over the text editor colours while it's being edited. 10 years ago
  jules 82726a9e66 Improved slider mouse wheel behaviour for inc/dec sliders. 10 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
  jules 5930215e09 Avoided static-order-of-initialisation problems from causing crashes in the Time::getMillisecondCounter function. 11 years ago
  jules 426f5a7174 Added a method TextEditor::getInputFilter 11 years ago
  jules 4bd38dc619 Added callback Label::Listener::editorShown 11 years ago
  jules fb5f750523 Avoided a problem with calls to newly-created ComboBoxes. 11 years ago
  jules 242cb2213c Small fix for table header stretch-to-fit mode. 11 years ago
  jules fb3a3a0fb4 Made ComboBox update its L+F when reparented. 11 years ago
  jules 8cad74a22a Changed the Label class to use BorderSize to define its border instead of raw values. 11 years ago
  jules f96ee7c860 Extended TextInputTarget to include a preference for the type of virtual keyboard (implemented on iOS + android) 11 years ago
  jules d440bc9d46 Better mouse-wheel handling for ComboBox. 11 years ago
  jules 9aa3245315 Slider drag mode fix. 11 years ago
  jules 51a0f6e9ff Changed Slider::snapValue to provide more details about the drag mode involved. 11 years ago
  jules 00aa1df346 TreeViewItem::setSelected() - avoided deselecting items before re-selecting them if they're already selected. 11 years ago
  jules e9451587ea Added method Viewport::getViewArea() 11 years ago
  jules 4d16481aa0 Made 'paste' menu item available in text editors with a password field. 11 years ago
  jules 542c4bc8eb Refactored some TextEditor allocation. 11 years ago
  jules fc683ee72a Avoided listener callbacks during TextEditor destructor. 11 years ago
  jules dad1b4634c Numeric rounding error fix in Slider. 11 years ago
  jules 4d79bed3d1 Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 11 years ago
  jules f2e456d00e Minor tidying. 11 years ago
  jules 19a6a282a2 Slider behaviour fix. 11 years ago
  jules a316bd5f6f Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors. 11 years ago
  jules 2edec00b55 Removed a few more uses of String::empty. 11 years ago
  jules f9759ecc6b Documentation fixes. 11 years ago
  jules 7a11730317 Improvements to PluginListComponent - it's now a sortable table rather than a list. 11 years ago
  jules bca169c6fb Fix for some text editor selection rendering problems. 11 years ago
  jules aa408bd982 Avoided TreeView consuming return key presses if the selected item can't be opened. 11 years ago