1221 Commits (ff79ea06c72bb6a8fdb7ed1a7a641c5b1365dbec)

Author SHA1 Message Date
  jules ef98ae9ced Avoided an assertion in LookAndFeel_V2 with small TextButtons 9 years ago
  jules e04ebc8929 Added missing JUCE_API 9 years ago
  jules 6f8b9205a5 Added a shortcut key description field to PopupMenu::Item 9 years ago
  jules 2fe8465482 Added a minor assertion in Viewport. 9 years ago
  jules e5fd6d6e01 Simplification/refactoring of the PopupMenu class by adding a subclass PopupMenu::Item which holds all the info about an item. You can now use this for more control over adding items and the PopupMenu::MenuItemIterator uses it to return info about existing items. 9 years ago
  jules b6c3add330 Added drag-to-scroll functionality to Viewport 9 years ago
  jules a886a38c00 Avoided an unnecessary refresh when a FileBrowserComponent is first created 9 years ago
  jules 5d23645ca2 Workaround for some OSX10.11 repaint region coalescing problems 9 years ago
  jules 328652c3ad Added some workarounds in the OSX windowing code to help keep window resizing smooth when components are repainting at high speeds (only seems to be an issue since OSX 10.11) 9 years ago
  hogliux 688969da20 Fix missing window decorations in KDE 9 years ago
  jules 6fba61fdeb Allowed mouse-wheel events to be delivered while the mouse button is down 9 years ago
  jules 5ca221ee11 Made Viewport remove the old viewed component when setViewedComponent is called, even if it doesn't own it 9 years ago
  jules b5907fa90d Normalised some divider comments 9 years ago
  jules 5c05483fbb Fixed a minor typo in the Component docs. 9 years ago
  jules 6b75e59e1f Added some behind-the-scenes functions for creating snapshots of native windows 9 years ago
  jules deae885df4 Avoided a warning in OSX when core graphics is disabled 9 years ago
  jules 674c833c84 Added method MouseEvent::mouseWasDraggedSinceMouseDown() 9 years ago
  jules 876b4ae1d3 Cleared up some overlap between the JUCE_CLANG and JUCE_GCC flags 9 years ago
  jules 00d98c991d Fix for ResizableWindow handling size constraints that are set before it gets made visible 9 years ago
  hogliux 9629de32bb Add treatFilePackagesAsDirectories flag to native FileChooser 9 years ago
  jules 3ca13481eb Quick bit of optimisation to TableListBox repainting 9 years ago
  jules 3a8f6d0300 Added some layout arguments to BubbleComponent::setPosition() 9 years ago
  jules 6f19816cf4 Added another PopupMenu::addItem method for coloured items with drawables 9 years ago
  jules 08b853ee35 Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public 9 years ago
  jules ecfa5d1040 Tidied up some rotary parameter handling code in Slider 9 years ago
  jules 76f4ca8a63 Fixed an edge-case problem involving component clipping. 9 years ago
  jules 28a322138d Added method Desktop::isOSXDarkModeActive() 9 years ago
  Timur Doumler c5488e2f09 Fixed a bug on Android where dragging a window around would erroneously increase its size. 9 years ago
  jules 76737287c7 Simplified some component modal state handling code, hopefully also fixing an edge-case problem when showing modal windows on linux 9 years ago
  jules 95d88e3356 Marked Slider popup windows as temporary 9 years ago
  jules 92bb5e8b74 Added an 'includeChildren' parameter to Component::isMouseOverOrDragging 9 years ago
  jules 50af60fa81 Simplified some linux X11 code involving atoms 9 years ago
  jules b557277f6f Removed a few stray semicolons 9 years ago
  jules 76177fc431 Added a callback method DialogWindow::escapeKeyPressed() and used it to fix a minor introjucer bug with tool windows 9 years ago
  Timur Doumler f73c8e0c59 Fixed bug where Viewport::lookAndFeelChanged() would not update its visibleArea if the call changed its scrollBarThickness. 9 years ago
  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