307 Commits (71d10e750a0fb03c63c32b162c6e103600abe656)

Author SHA1 Message Date
  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 7 years ago
  tpoole 8aca5604eb Fixed a VS2013 compiler error 7 years ago
  jules 32fe9e81ce Removed the need for the window to be focused for the slider's hover popup to work 7 years ago
  jules 95e02b1b26 A bit of minor tidying up in TableHeaderComponent 7 years ago
  jules e30178418c Modernised some code in TableListBox 7 years ago
  hogliux 66da02d233 Fixed an issue where ComboBox popup menus would flicker if a second combobox menu was opened 7 years ago
  jules 17fb72f826 Tweak to the updating of the popup display value in Slider 7 years ago
  ed 12e99c7152 Allow select all key command for read-only TextEditors 7 years ago
  hogliux e65708eb4c Added colour ids to modify the colours of the TableHeaderComponent 7 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 7 years ago
  jules 723a15c7a0 Removed a few more old compiler workarounds 7 years ago
  jules 357dd2c9c9 Removed some old compiler bug workarounds 7 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 7 years ago
  hogliux 530bdf6f45 Fixed an assertion when using an IncDec slider with the AudioProcessorValueTree 7 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 7 years ago
  tpoole d62749770a Fixed an infinite loop when setting a Slider's range 7 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
  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 8 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