1669 Commits (f2261faee72c16ab14e4154b80a0d4cfadecf4aa)

Author SHA1 Message Date
  ed 98f8ee9e04 Added some colourIds to FileBrowserComponent to control current path ComboBox and filename TextEditor colours 8 years ago
  ed f24e59e6ff Added DirectoryContentsDisplayComponent::ColourIds::highlightedTextColourId and removed a line in LookAndFeel_V4::drawFileBrowserRow() that could result in multiple unnecessary repaints 8 years ago
  ed a40f6b3e5e Added ComboBox::ColourIds::focusedOutlineColourId 8 years ago
  Noah Dayan 257aeb50eb Added documentation for juce_Grid.h and juce_GridItem.h 8 years ago
  Noah Dayan 3671995344 Add missing enum documentation in juce_FlexBox.h and juce_FlexItem.h 8 years ago
  Noah Dayan 1815d7db8a Add missing enum documentation and fix comma in juce_Slider.h 8 years ago
  ed 2540e8785e Added a componentEnablementChanged method to ComponentListener 8 years ago
  hogliux 7e23bf28ae Added iOS/Android native file chooser support and support for asynchronous invocation of file choosers 8 years ago
  ed 7e1ec31df9 Increased the movement tolerance for double-clicks when using a touch input source 8 years ago
  ed 6568635216 Fixed an unused variable warning in last commit 8 years ago
  ed eb5d4ea0a7 Moved the check for Component viewportIgnoreDragFlag from Viewport::DragToScrollListener::mouseDown and mouseUp to mouseDrag 8 years ago
  ed e8518048b4 Fixed a rounding error in Component::isMouseOver 8 years ago
  hogliux 4bb2f83203 FlexBox: Clarified some documentation on object life-times 8 years ago
  jules babea0885b Added a method ValueTree::appendChild(). Also tidied up a lot of the ValueTree comments, which were a bit scrappy. 8 years ago
  hogliux e2a0759ab3 Added a BurgerMenu component which will display your menus and menu items in a "burger" menu 8 years ago
  jules ccbe16f7df Fix for side-panel close button shape rendering 8 years ago
  ed 92545f9deb Convert mouse coordinate to correct Component space when dragging SidePanel 8 years ago
  ed 1e240aeb48 Fixed a bug in SidePanel when adding a new content component 8 years ago
  ed 1b962aa2f2 GUI: Added a SidePanel component class which is useful for auxiliary UI components on mobile 8 years ago
  Lukasz Kozakiewicz 5d30fcd9b5 Android: move a bunch of generic Android and Java classes to JNI helpers, add Android/Java prefixes to disambiguate. 8 years ago
  jules c3a218ab49 Added some methods ColourGradient::vertical and ColourGradient::horizontal, and also some missing move operators for that class 8 years ago
  Lukasz Kozakiewicz 073921445c Android: add WebBrowserComponent implementation. 8 years ago
  ed 1356ab1819 Fixed an issue in the last commit where an assertion would be triggered when not explicitly passing the inputSourceCausingDrag parameter to DragAndDropContainer::startDragging() 8 years ago
  ed 112f1af3e8 Fixed a bug where multiple itemDropped() callbacks were being triggered when using drag and drop 8 years ago
  jules d4a7afa73f Replaced some old juce-style sort operations with std::sort and lambdas 8 years ago
  ed 3ed0e05c9e Fixed a bug when using drag and drop on devices with both mouse and touch inputs 8 years ago
  jules eece581e73 Added an assertion if you try to create a MouseCursor with a hotspot that's outside the image bounds 8 years ago
  jules 2dc9316420 Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 8 years ago
  tpoole 71bd8f6bed Whitespace tidy up 8 years ago
  jules fe8ba4c02f Made the PopupMenu use the L+F to set the border it uses for custom components, and improved the layout of menus with icons 8 years ago
  Lukasz Kozakiewicz e1c181425b PushNotifications: compile out any PN code on iOS if PNs are not enabled. 8 years ago
  jules 98f37e02ae Tweaked the ComboBox to not keep a reference to its LookAndFeel when its popup is not active. Also improved its scroll-wheel behaviour 8 years ago
  ed dbb2f620b4 Bump version number to 5.2.0 8 years ago
  ed a63f1808fc Fixed a bug where a Slider popup display added to a parent component would never be dismissed 8 years ago
  ed 331bd17aa5 Fixed a bug where the Slider popup display was being shown at the wrong position 8 years ago
  Lukasz Kozakiewicz b2d2bda7a1 Add Push Notifications feature for iOS and Android. 8 years ago
  jules 115354bef6 Avoided a pedantic warning/error in GCC 8 years ago
  jules f2d8c4bc6b Tweaked the new LookAndFeel misuse detector to avoid bothering people who don't clear their global L+F before deleting it 8 years ago
  tpoole 75236aa61d Fixed a FlexBox rounding bug 8 years ago
  jules f0ef700e46 Modernised a bunch of code mainly relating to character/string iteration 8 years ago
  Lukasz Kozakiewicz bbf6053544 Viewport: enable “scroll on drag” mode by default on Android and iOS. 8 years ago
  Lukasz Kozakiewicz 37d151cdce ListBox: update obsolete comment. 8 years ago
  jules 6db06f7a9a Added an assertion that will be triggered at the moment you attempt to delete a LookAndFeel object that's still in use somewhere 8 years ago
  hogliux 431c834db2 Android: Make sure nav bars get hidden when asking for full screen mode and avoid retriggering the timer when they are already hidden 8 years ago
  tpoole 51b3eaebb2 Fixed some VS2013 compiler errors 8 years ago
  jules 7ea9874a01 Changed Component to hold a WeakReference to its LookAndFeel object, so that if you accidentally delete a LookAndFeel that's being used, it won't be a dangling pointer (but you may see some unexpected drawing behaviour!) 8 years ago
  jules 7c4a40470d Added some better use of the Range class in NormalisableRange and Slider 8 years ago
  jules c2a2d5c734 Updated some code to use cleaner array initialisation from constant data 8 years ago
  ed c550c81874 Added an option to pass -1 as the hoverTimeout parameter of Slider::setPopupDisplayEnabled() to cause the popup to remain until a mouseExit() and added some documentation 8 years ago
  jules ffb64487ed When calling repaint() without a MessageManagerLock, it now always asserts 8 years ago