1939 Commits (03a118d380a357390d901b604d5285e711d1d7e9)

Author SHA1 Message Date
  Tom Poole c2a877cac8 Passed the valueToTextFunction and textToValueFunction lambdas from an AudioProcessorValueTreeState parameter to an attached slider 7 years ago
  Tom Poole f1af3908d5 Documentation fixes 7 years ago
  Tom Poole c077d8662e Fixed a compiler warning 7 years ago
  ed 10be540f19 Use LookAndFeel::getCrossShape() for SidePanel dismiss button 7 years ago
  ed 4aa7e318bb Decrease LookAndFeel_V4 TextButton font size slightly 7 years ago
  Tom Poole ff474962fd Added an option to set a preferred popup direction 7 years ago
  Tom Poole 284fdc51df Added a setNormalisableRange method to Slider 7 years ago
  Lukasz Kozakiewicz 3fae666465 Android: restore nav bars visibility on back button press too. 7 years ago
  Lukasz Kozakiewicz 4469217b3e Android: un-focus TextEditor when keyboard is hidden from nav bar. Ensure immersive mode is properly restored. Fix TextEditor not hiding keyboard if deleted immediately after getting focus. 7 years ago
  hogliux be9c776c3c Fixed an issue where JUCE's ScrollBars could not be hidden 7 years ago
  Lukasz Kozakiewicz 780a7662cd Android: restore nav bar visibility when native keyboard gets dismissed. 7 years ago
  ed df29478f64 Increase LookAndFeel_V4 TextButton font size 7 years ago
  ed 11e3d17433 Fixed an issue with bar slider text box colours when using the grey colour scheme of LookAndFeel_V4 7 years ago
  jules edbeb50eeb Whitespace 7 years ago
  jules 5d9eabb084 Added a method LookAndFeel::setDefaultSansSerifTypeface() 7 years ago
  ed ac44306a4c Fixed a documentation typo 7 years ago
  ed 26697f2421 Ensure global mouse listener is removed when SidePanel is destructed 7 years ago
  ed a604c49a35 Added some methods to SidePanel to set a custom title bar 7 years ago
  ed 26734f7f85 Added some lambda callbacks to SidePanel 7 years ago
  ed d17595518f Disable automatic window tabbing behaviour on macOS 7 years ago
  ed 9a6d05641d Windows: Make sure currentModifiers are cleared after a pen up event 7 years ago
  ed 9027d1e5a1 Implemented setIcon() in NSViewComponentPeer 7 years ago
  hogliux c72cf7ed64 Added Slider method to modify the number of decimal places that are displayed in a slider's text box 7 years ago
  hogliux 3724a52ac8 FileBrowserComponents and non-native FileChoosers will now correctly respect the initialFileOrDirectory parameter and actually select the file (if initialFileOrDirectory points to a file) 7 years ago
  ed fa0f7a4281 Bump version number to 5.2.1 7 years ago
  jules c6edf39d1d (fixed a typo in the last commit) 7 years ago
  jules ecbc07b855 Prevvented ComponentPeer from trying to send the keyboard focus to components that don't want it 7 years ago
  hogliux 506425fdbe macOS: Fixed an issue where the native file chooser's Edit menu would not be deleted after it completed 7 years ago
  ed 1af959a423 Implemented changeToggleButtonWidthToFitText() in LookAndFeel_V4 and updated LookAndFeel_V2 to calculate width more accurately 7 years ago
  jules 56a6bf06cd Fixed Drawable clip-paths not being copied correctly 7 years ago
  ed c24c06d2bb Windows: Remove an old check that occurred when a WM_NCPAINT message was received and always call handlePaintMessage() instead 7 years ago
  Lukasz Kozakiewicz c90835eafc Android: do quit the app when calling JUCEApplicationBase::quit(), rather than just placing it in the background (same as on iOS). 7 years ago
  Tom Poole 8c0f0815f0 iOS: Added memory warning callbacks 7 years ago
  Tom Poole 57a75bc990 MacOS: Fixed an intermittent crash when closing a window from kiosk mode 7 years ago
  ed 6dcc41c9a8 Fixed a bug in AlertWindow layouts when using LookAndFeel_V4 7 years ago
  jules b56e7560a7 Added some missing logic to flexbox 7 years ago
  Noah Dayan e690350df3 Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes 7 years ago
  Noah Dayan 77c3d790a5 Added helper objects to Label and Slider to allow lambda callbacks 7 years ago
  Noah Dayan 1c21f34e21 Fix typo in juce_Button.h 7 years ago
  Tom Poole aed439ab4f Linux: Fixed a leaking XWindowSystem 7 years ago
  jules 415f0e4c90 Added an alternative version of File::findChildFiles that returns the results array rather than it being an out-parameter. In almost all cases using this new version will make your code smaller and cleaner, as you can see from all the changes in this commit! 7 years ago
  Tom Poole 7d943e76dc Tidied up some module dependencies 7 years ago
  jules 8d09eaadb6 Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability 7 years ago
  jules 1a60fa9765 More ScopedPointer/unique_ptr compatibility work 7 years ago
  jules 48a5fbd333 Another batch of ScopedPointer cleanups 7 years ago
  Tom Poole 49c36a20e0 Windows: Fixed an issue getting file icons with an alpha channel 7 years ago
  jules 3ec5c17bb1 Misc cleanups relating to ScopedPointer 7 years ago
  jules edea094d7d Added an option to Slider::setVelocityModeParameters() to set the modifier keys 7 years ago
  Noah Dayan 004360b59e Projucer: Added missing tooltip descriptions 7 years ago
  jules 4fcedf7be5 Standardised some lambda syntax 7 years ago