323 Commits (9e6de22e7351c83e4f6808c6731f04ab4b0941e7)

Author SHA1 Message Date
  tpoole 3cb185fcc3 A minor code cleanup 8 years ago
  jules 62955e7737 Fixed some typos and did a bit of code cleanup 8 years ago
  jules dd4230586f Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up 8 years ago
  jules 1884e0142a Corrected a small bug in TextEditor when clicking to the right of the last line to place the cursor. 8 years ago
  ed 5d8d37eb87 Added support for multi-touch drag and drop 8 years ago
  jules 3d7c777238 Some light modernisation of a bunch of old code 8 years ago
  ed 1cb2d8143e Fixed an assertion when enabling the popup display with a two-value slider and disabled the popup display when using an IncDec slider 8 years ago
  jules a4f5663fce Added an option for Viewport subclasses to create custom scrollbars. Also modified Viewport::getVerticalScrollBar() and ListBox::getVerticalScrollBar() to return references instead of pointers 8 years ago
  jules d00a459480 Added method TextEditor::setJustification() 8 years ago
  ed f83fcafb84 Fixed a bug where a Slider popup display set to show on mouse hover wouldn't show when dragging the mouse over the Slider and releasing 8 years ago
  jules 6290e95152 Whitespace 8 years ago
  jules c309a5b244 Avoided forcing TextEditor to be always opaque 8 years ago
  ed 0b6f02a29e Fixed some errors and warnings when building with JUCE_DLL_BUILD=1 8 years ago
  ed 320c3476c4 Added some more documentation to ProgressBar 8 years ago
  hogliux 8e9edeff8b Ensured that the "textWhenNothingSelected" takes the label font of label's lookandfeel into account 8 years ago
  ed 2fed2af669 Updated the documentation in ProgressBar to reflect the circular, spinning ProgressBar that was added in LookAndFeel_V4 8 years ago
  jules eda613c6db Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 8 years ago
  tpoole 8aca5604eb Fixed a VS2013 compiler error 8 years ago
  jules 32fe9e81ce Removed the need for the window to be focused for the slider's hover popup to work 8 years ago
  jules 95e02b1b26 A bit of minor tidying up in TableHeaderComponent 8 years ago
  jules e30178418c Modernised some code in TableListBox 8 years ago
  hogliux 66da02d233 Fixed an issue where ComboBox popup menus would flicker if a second combobox menu was opened 8 years ago
  jules 17fb72f826 Tweak to the updating of the popup display value in Slider 8 years ago
  ed 12e99c7152 Allow select all key command for read-only TextEditors 8 years ago
  hogliux e65708eb4c Added colour ids to modify the colours of the TableHeaderComponent 8 years ago
  jules 55f536078a Added a parameter to Slider::setPopupDisplayEnabled() to allow the popup to optionally appear on a mouse-over as well as a drag 8 years ago
  jules 723a15c7a0 Removed a few more old compiler workarounds 8 years ago
  jules 357dd2c9c9 Removed some old compiler bug workarounds 8 years ago
  jules b653e838d0 Tweaked the order in which properties are set when TreeViewItems are added, and did some internal modernisation of the TreeView classes 8 years ago
  hogliux 530bdf6f45 Fixed an assertion when using an IncDec slider with the AudioProcessorValueTree 8 years ago
  jules 4e5f005421 Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase 8 years ago
  tpoole d62749770a Fixed an infinite loop when setting a Slider's range 8 years ago
  tpoole c63a8a56cd Documentation fixes 8 years ago
  ed 919e3e36ec Added TextEditor::applyColourToAllText() method 8 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  ed 79885fc6ad Force TreeView to recalculate its size after restoring item openness in TreeView::restoreOpennessState() so that its Viewport scroll position is restored correctly 8 years ago
  jules bf94ab0e4c Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings 8 years ago
  jules 6bb3d9b1db Tweaks to ListBox so that if its viewport is in drag-to-scroll mode, the selection automatically happens on mouse-up so not to interfere with dragging. (Also a bit of modernisation of the class internals) 8 years ago
  jules b0f06df714 In TextEditor, avoided an unwanted change callback in TextEditor::setText(), and did a bit of C++11 modernising 8 years ago
  jules 60e9231fb1 Removed need for std::function in order to use MessageManager::callAsync(). Used it to modernise a few bits of old code. 8 years ago
  jules 44cd80969d A few C++11 modernisations and comment corrections 8 years ago
  jules 8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 8 years ago
  ed 479390c689 Try to use TreeView background colour when painting open/close button in TreeViewItem::paintRecursively() instead of always using white 8 years ago
  ed b7b8d5be57 Multiple fixes for touch and pen input on Windows 8 years ago
  jules d6bf2e8cf9 Added line spacing to TextEditor and methods to set/get the current line spacing 8 years ago
  ed 182b0e4cb0 Added isProgressBarOpaque() method to ProgressBar::LookAndFeelMethods 8 years ago
  hogliux 3bb8dbe3ac Fixed a bug where ComboBoxes with no itmes wouldn't show the "no choices" entry 8 years ago
  ed 08707ec85c Fixed bug in ThreeValueVertical Slider where initial mouse down/drag wouldn't get correct thumb index 8 years ago
  ed fbda56f168 Fixed bug where ListBox mouse listener wasn't being removed when ListBoxMouseMoveSelector was destroyed 8 years ago
  hogliux 2da1bc5f41 Replace include guards with "#pragma once" 8 years ago