190 Commits (63411d7a47b10dc46e719e73532b27036fede67d)

Author SHA1 Message Date
  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 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 eee4176331 VC2008 build fix. Rebuild of projects. 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 d273693ce2 OSX file chooser fix. 12 years ago
  jules a97fb3024d Linux mouse-drag fix. 12 years ago
  jules f0618a1095 OSX file chooser fix. 12 years ago
  jules 7dafc1e836 Fix for sandboxed OSX filechoosers. 12 years ago
  jules 960e604baa Removed restriction on number of touches in iOS/Android. 12 years ago
  jules 4e17b8d2a9 Minor tidying-up of docs + warnings. 12 years ago
  jules 7cb3beaf19 Added ComponentPeer::setDocumentEditedStatus(). 12 years ago
  jules e543949bda Minor clean-ups. 12 years ago
  jules 6f88b7ae60 Minor clean-ups. 13 years ago
  jules 7a3453f48b Minor clean-ups. 13 years ago
  jules 234525aef9 Increased the warning level in a couple of OSX builds, and removed some pedantic warnings in the introjucer. 13 years ago
  jules 784c1f5dae Fix for mouse-over in overlapping windows with older SDKs. 13 years ago
  jules e83e076f7d Better always-on-top detection in a few component types. 13 years ago
  jules 9ca3ab9454 AlertWindows should now be always-on-top if the process is using any other windows are in that mode. 13 years ago
  jules 0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 13 years ago
  jules 02c0cd009c Cleaned up some compiler warnings. 13 years ago
  jules f292238b32 Android: keyboard input support. 13 years ago
  jules 9a9adab648 (Removed some debugging code) 13 years ago
  jules e704ed0c46 Support for high-dpi software rendering on OSX. 13 years ago
  jules 667a18712f Added begin()/end() iterators to RectangleList. You should use these in preference to RectangleList::Iterator, as they're faster. 13 years ago
  jules c16c3a7c28 Fixed some documentation and minor GCC warnings. Fixed a JACK bug that would have mixed up the input/output channels. 13 years ago
  jules 8e8dc5667f Renamed a few old references to "iPhoneOS" as "iOS". 13 years ago
  jules 699b5303e2 Android: multi-touch support. 13 years ago
  jules 09fd0206dc OSX main menu fix. 13 years ago
  jules 4ef89c890f Avoided a few gcc compiler warnings. 13 years ago
  jules 8a3298ebb8 Added a PropertiesFile::reload() method. 13 years ago
  jules 793fec6592 iOS multi-touch fix. 13 years ago
  jules d1ceed0c14 Workaround for Xcode3 compiler bug. 13 years ago
  jules f13621a78d Added support for native OSX recent files menu - to enable it, see the MenuBarModel::setMacMainMenu() method, and re-save your project using this version of the introjucer. 13 years ago
  jules 9f52845c38 Minor update to linux drag+drop 13 years ago
  jules 565cb189ea Introjucer: ability to drag files from the project tree into external apps. Added more drag-and-drop functionality for linux. 13 years ago
  jules d94a1afcdc Linux drag-and-drop fix. 13 years ago
  jules 8c864ceb9e Made sure that audio device block sizes are multiples of 16. 13 years ago
  jules 89d5e19fca misc cleanups. 13 years ago
  jules a25acde808 Image subsection fix. Linux text drag-and-drop. 13 years ago
  jules e4a153de57 Linux drag-and-drop improvements. 13 years ago
  jules e6faf25559 Added File::userPicturesDirectory, and improved detection of special file locations on linux. 13 years ago
  jules 98fcdca3ba Added a new ChildProcess::start method that takes an argument array. 13 years ago
  jules 1aefda8763 Safeguard when removing NSViews. 13 years ago
  jules a7a16116d0 Linux: fixed dependency between juce_gui_basics and juce_events. 13 years ago
  jules 6b1654e1d2 Fixed some more warnings. 13 years ago
  jules 0033491cc8 Cleaned up some compiler warnings. 13 years ago
  jules 46f1c15f92 Introjucer: fix for binary data with duplicate filenames. 13 years ago
  jules e5172b88e9 Fixed some iOS screen position problems. 13 years ago