1186 Commits (8174ad00b3712f993791c2a3aae61b84d4524e24)

Author SHA1 Message Date
  jules ea07c5b2b0 Added a workaround in OSX so that plugin windows inside modal host windows can open popups 9 years ago
  jules 8c6ef0b0e4 A better optimisation for parsing SVG files with certain types of line dash attributes 9 years ago
  jules 30ac2dce0a Minor optimisation for the SVG parser 9 years ago
  jules 4e48b3b661 Tweak to Button so that they will always visibly flash even if released before they had time to be painted in the down state 9 years ago
  jules 5398ba5f06 Fixed a capitalisation mistake in the SVG parser 9 years ago
  jules 39ba4ed577 Avoided an iOS compile warning 9 years ago
  jules d3d47ab27d Fix for Android kiosk mode components 9 years ago
  jules 99052af8bc Added Android support for screen orientation control 9 years ago
  jules fcf1683f48 Moved a method in LengthAndCharacterRestriction to be public. 9 years ago
  jules 606e7be12f Added dashed-line support to the SVG parser and DrawablePath 9 years ago
  jules d0cb3d222a Updated to iOS8 alert windows to avoid deprecation warnings 9 years ago
  jules ceb1b405f0 Removed an iOS deprecated function in setKioskComponent() 9 years ago
  jules 135a1b65de Fixed a typo in the last commit 9 years ago
  jules 622add3dc9 Made the PopupMenu keep a weak reference to its LookAndFeel, so that it'll avoid crashing in situations where the L+F is deleted while the menu is still on-screen. 9 years ago
  jules bc523c6724 Fixed a win32 pen/touch detection issue 9 years ago
  Timur Doumler 8c2b2a2247 Fixed iOS warning: 'applicationFrame' is deprecated: first deprecated in iOS 9.0 - Use -[UIScreen bounds] 9 years ago
  jules 9ab9476fbc Fix for iOS builds targeting OS versions without touch-force 9 years ago
  jules 1f433a8bfb Fix for an obscure win32 situation where a click from another app window could end up causing a click in a juce window if the other window closes with the mouse still down 9 years ago
  jules 923e8fabdb Removed some unnecessary includes of AppConfig.h 9 years ago
  jules c95253fad0 Cleaned out some old amalgamated build references. 9 years ago
  jules 4583fa3fbf Used the ignoreUnused() function to tidy up some old code 9 years ago
  jules 2a1234b6ac Simplified some inter-module dependencies and exception-catching fallbacks 9 years ago
  jules edec7b34b2 Replaced some uses of AffineTransform::identity with a default-constructed object 9 years ago
  jules ae712c72d8 Cleaned up a few String::empty uses 9 years ago
  jules 19d0c71050 Version number update 9 years ago
  jules 3a061ad319 Removed an old piece of code that hard-coded a dark border around non-resizable non-native DocumentWindows 9 years ago
  jules 02492b36b9 Lots of small whitespace tweaks. 9 years ago
  jules 8cab6c7356 Fixed a deprecation macro in DragAndDropContainer 9 years ago
  hogliux 9510c16665 Handle paste, copy, cut events which come from plug-in hosts 9 years ago
  jules 428c8a79a5 Version number update 9 years ago
  jules e1ff30d8bf Specialised a recent OSX window resizing change to only apply on 10.11 or later, due to problems on older OS versions. 9 years ago
  Joshua Gerrard 854e8af44a Documentation: changed insertText to insertTextAtCaret 9 years ago
  jules 8ab8bd733e Optimisation to the last commit to avoid extra repainting when dragging windows 9 years ago
  jules d63fe244b3 Workaround for new OSX 10.11 behaviour that caused repaint problems when setting window bounds frequently 9 years ago
  jules 31381c6864 Stripped out some defunct OSX 10.4 fallback code 9 years ago
  jules 24d974a7cd Avoided older versions of iOS grumbling about a call to get force-touch value. 9 years ago
  jules be3dbd5b3e Made ImageButton take into account the state of Component::setIgnoresMouseClicks 9 years ago
  jules 4d3fc5a3d9 Added a couple of missing 'override' keywords 9 years ago
  Joshua Gerrard 210fe4a5d6 Fixed warnings on MinGW 9 years ago
  jules cc8063813a Minor spelling fix. 9 years ago
  jules c35ed85677 Version number update 9 years ago
  jules 2b869c48eb Fix for caret updating in TextEditor when look+feel changes 9 years ago
  jules 8aa1831d3c Fix for exceptions in OSX pressure detection when WebKit views are used. 9 years ago
  jules 89ba69ab29 Android Bluetooth MIDI, pro-audio i/o and improved openGL support 9 years ago
  jules 02041328dc Misc minor fix-ups 9 years ago
  jules a3426aae10 Added support for iOS force-touch 9 years ago
  jules ba672f03fb Made LookAndFeel_V3 the default. 9 years ago
  jules 12447ba38f Version 4.0.1 9 years ago
  jules e6ee514873 Fix to allow setting colour of text inside AlertWindow by using setColour directly on the window 9 years ago
  jules 63f49e4c6b Fix for AlertWindow::addTextEditor with custom look+feels 9 years ago