668 Commits (94da373c31eb04ec4cff03c1ee6eb51a85ce11f7)

Author SHA1 Message Date
  jules c322d6243e 10.5 SDK fix. 12 years ago
  jules 8f26cc79c9 Minor clean-ups. 12 years ago
  jules 7bc0cf13b1 Added method Component::mouseMagnify(), to respond to pinch-to-zoom gestures. Supported in OSX and (untested) Windows. 12 years ago
  jules af18430f08 Changed Label::setText to use a NotificationType parameter rather than a bool. 12 years ago
  jules 93dd9757e5 Added XmlElement methods to help parse namespaces on tagnames. Updated SVG parser to handle files which use namespaces. 12 years ago
  jules 910b834f72 Minor clean-ups. 12 years ago
  jules 1bf9f441e6 Fix for listbox mousewheeling when using select-on-mouse-move mode. 12 years ago
  jules e10dfff1af Cleaned up some FileChooser code, and added a new method showDialog() 12 years ago
  jules 4779259cb7 Handling of default file type in win32 file chooser. 12 years ago
  jules 01d123d1e8 Workarounds for a few mingw warnings and errors. 12 years ago
  jules d9c89a2a5f Doh! Fixed a typo. 12 years ago
  jules cb5ea1573b Linux window SHM repainting fix. 12 years ago
  jules ed978fc8dc win32 windowing robustness fix. 12 years ago
  jules 36ade1a49b linux implementation of juce_areThereAnyAlwaysOnTopWindows() 12 years ago
  jules 85ce81e15a Linux windowing fix 12 years ago
  jules 7150970e6a Fix for SVG linear gradient transforms. 12 years ago
  jules ef19327996 Fixed for z-order problem in DropShadower. 12 years ago
  jules ba2dc52b34 Made use of @autoreleasepool for clang builds. 12 years ago
  jules 823d0da856 Minor clean-ups 12 years ago
  jules 1f90f380b3 Made native OSX windows call ComponentBoundsConstrainer::resizeStart() and resizeEnd() 12 years ago
  jules 4c44d852b3 Fix for a problem with accelerator keys running modal comps while an OSX menu is open. 12 years ago
  jules aec62f376e Fix for OSX10.4 fonts. 12 years ago
  jules 14ca3470e6 Changed the parameters of FilenameComponent::setCurrentFile() to use a NotificationType. 12 years ago
  jules 152d91fa9e Prevented TreeViews from responding to mouse clicks when they're disabled. 12 years ago
  jules fd90a9d449 Fix for linux updating of child window bounds. 12 years ago
  jules 1fe9bc5a7e Minor fix + isEmpty() method for PropertyPanel. 12 years ago
  jules 2c5bfb952f Minor clean-ups. 12 years ago
  jules cf91fc2d6b Method DropShadow::drawForRectangle, which approximates a shadow with gradients. Used this to simplify the DropShadower class. 12 years ago
  jules b627a75c21 Minor docs updates. Added a method to Rectangle. 12 years ago
  jules cc26ae1fc1 Added ResizableBorderComponent::getCurrentZone(). Misc tidying-up. 12 years ago
  jules dc8f268143 OSX 10.6 compatibility fix. 12 years ago
  jules 4d4cc13a46 2.0.38 12 years ago
  jules 96ca3fbaf4 Windows: better screensaver defeating. 12 years ago
  jules d046e30b25 FileTreeComponent selection fix. 12 years ago
  jules d0135d9efc Worked around a GCC compiler bug. Also tidied up a bunch of GCC warnings. 12 years ago
  jules 63411d7a47 2.0.37 12 years ago
  jules 13c03e6228 Replaced some OSX 10.8 deprecated functions. Also a fix for the OSX recently-used menu. 12 years ago
  jules 7969ec3611 NativeAlertWindow callback implementations. 12 years ago
  jules a1ed537463 Added callback to AlertWindow::showMessageBoxAsync 12 years ago
  jules fa941156c2 Fix for win32 drag-and-drop on GL components. 12 years ago
  jules a50977e2f9 Added method ComponentPeer::setRepresentedFile() (and used this in the introjucer app) 12 years ago
  jules 655468a380 Fix for FileTreeComponent::setSelectedFile 12 years ago
  jules 14b0493bb0 2.0.36 12 years ago
  jules eee4176331 VC2008 build fix. Rebuild of projects. 12 years ago
  jules 942b2922a5 2.0.35 12 years ago
  jules bfd9350bed Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode. 12 years ago
  jules 9152fc8120 v2.0.34 12 years ago
  jules 9fbc963d96 2.0.33 12 years ago
  jules d273693ce2 OSX file chooser fix. 12 years ago
  jules d8454fc2b8 Added missing JUCE_API flags. 12 years ago