1556 Commits (c8c692e2b70dbb70d7ca4bd96d04558c607243b6)

Author SHA1 Message Date
  hogliux 7cbb792f71 Fixed an issue where sliders would draw incorrectly in LookAndFeel4 if the slider's value text box was placed left to the slider 8 years ago
  hogliux da30211b19 Fixed an issue where sliders would draw incorrectly in LookAndFeel4 if the slider's value text box was placed above the slider 8 years ago
  hogliux d105d9418a Added a minimum velocity property to the ContinuousWithMomentum animated position behaviour and increased the minimum velocity of the viewport to avoid some jitter when the viewport animation is close to stand still 8 years ago
  hogliux 66da02d233 Fixed an issue where ComboBox popup menus would flicker if a second combobox menu was opened 8 years ago
  hogliux 768163f75c Added support for more F-keys 8 years ago
  tpoole 9b687968db Fixed some g++ compiler warnings 8 years ago
  hogliux a2a0a2cae6 Fixed compiler errors when compiling with GNU libstdc++ 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 88c734d28d Fixed a crash when performing layout on an empty Grid using auto flow and added a few Margin convenience constructors 8 years ago
  ed dc8033633c Added a virtual getTabButtonFont() method to TabbedButtonBar::LookAndFeelMethods 8 years ago
  ed 8b81379c46 Fixed a bug where PopupMenus with a border size of 0 were being immediately dismissed 8 years ago
  hogliux b2ae412e26 Android: Replaced jni type in JUCE header with generic void* to avoid compilation errors if the user does not include jni.h 8 years ago
  hogliux 51311ce8f7 macOS: Fixed an issue where the menuIndex was shifted by one when using the native macOS menu bar 8 years ago
  jules ac9ccc0dfd Avoided unnecessarily including the grid unit test code 8 years ago
  hogliux 8892026ec7 Android: Fixed a bug where getCurrentRawMousePosition() would incorrectly return the mouse position local to the peer that had the last touch event 8 years ago
  hogliux e65708eb4c Added colour ids to modify the colours of the TableHeaderComponent 8 years ago
  ed 37cf001599 Reduced the minimum height of PopupMenu ItemComponent from 2 to 1 8 years ago
  ed b7a7563a59 Added a virtual getPopupMenuBorderSize() to PopupMenu::LookAndFeelMethods 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
  hogliux 2fbbb59fef PopupMenu: Minor documentation fix 8 years ago
  jules 5e4fd94b8f SVG parser: if font-size is unspecified for text, a non-zero default size is used 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 df91b15455 Added in-app purchase feature to JUCE 8 years ago
  jules 82e9d47416 Tweaked a LookAndFeel_V2 method to avoid a subtle rectangle rendering glitch 8 years ago
  ed 3947df98a9 Fixed a scaling bug when doing drag auto-repeat 8 years ago
  hogliux 530bdf6f45 Fixed an assertion when using an IncDec slider with the AudioProcessorValueTree 8 years ago
  jules 3c43707a54 Avoided some assertions drawing very small ToggleButtons 8 years ago
  jules 0ca253856b Added a method DrawableButton::getEdgeIndent() 8 years ago
  ed b2db1f48c1 Defined some Windows touch API flags that were not defined when compiling using MinGW 8 years ago
  jules 39cb22cf5e Fixed a problem with the SVG parser 8 years ago
  hogliux c02ef79fd6 Bump version number to 5.1.1 8 years ago
  jules 2bbd2b9785 Added CSS Grid classes 8 years ago
  jules 50183e5318 Bit of tidying up in Component 8 years ago
  hogliux beb905df7a AlertWindow: Fixed an issue with the AlertWindow's text block having incorrect colours 8 years ago
  hogliux cb8f9b389c Linux: Fixed an issue where windows beneath hidden windows would not receive any clicks 8 years ago
  hogliux 4ea8c871b8 Android: Implemented Desktop::getCurrentOrientation() for Android 8 years ago
  hogliux c1ad53c14e Bump version number to 5.1.0 8 years ago
  jules 99c5843c3f Worked around a situation where mouse-drag auto-repeat can create a message-queue traffic jam on windows. Also tidied up inside MouseInputSource 8 years ago
  ed 58fe117260 Added a extra check in FocusRestorer to check if the last focused Component is showing before giving it keyboard focus 8 years ago
  hogliux 98b76b54de Fixed an issue in LookAndFeel v4 which would always override the combobox justification 8 years ago
  tpoole 61321d2eb9 Button: Added a getTriggeredOnMouseDown method 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 98cb1011bb JUCE Demo: Increased the compiler warning level 8 years ago
  tpoole d6ea60b2e5 Flexbox: Fixed a bug in the integer rounding of component bounds 8 years ago
  hogliux b2576d288a Added a sourceComponent parameter to the performExternalDragDropOfFiles/performExternalDragDropOfText methods of DragAndDropContainer 8 years ago
  hogliux b1b5c7bf23 iOS: Always assume that your main view is in focus if you are running as an app extension 8 years ago
  ed cfdb747a42 Fixed a bug in ComponentBoundsConstrainer that caused JUCE windows to be snapped to the wrong position when using multiple displays 8 years ago