1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00
Commit graph

293 commits

Author SHA1 Message Date
jules
dc8f268143 OSX 10.6 compatibility fix. 2013-03-09 18:18:56 +00:00
jules
96ca3fbaf4 Windows: better screensaver defeating. 2013-03-08 19:16:57 +00:00
jules
d0135d9efc Worked around a GCC compiler bug. Also tidied up a bunch of GCC warnings. 2013-03-08 14:07:51 +00:00
jules
13c03e6228 Replaced some OSX 10.8 deprecated functions. Also a fix for the OSX recently-used menu. 2013-03-08 12:01:46 +00:00
jules
7969ec3611 NativeAlertWindow callback implementations. 2013-03-06 20:56:33 +00:00
jules
fa941156c2 Fix for win32 drag-and-drop on GL components. 2013-03-05 15:43:01 +00:00
jules
a50977e2f9 Added method ComponentPeer::setRepresentedFile() (and used this in the introjucer app) 2013-03-02 19:55:57 +00:00
jules
eee4176331 VC2008 build fix. Rebuild of projects. 2013-02-25 14:40:08 +00:00
jules
bfd9350bed Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode. 2013-02-24 15:49:06 +00:00
jules
d273693ce2 OSX file chooser fix. 2013-02-14 17:53:29 +00:00
jules
a97fb3024d Linux mouse-drag fix. 2013-02-12 12:13:29 +00:00
jules
f0618a1095 OSX file chooser fix. 2013-02-09 15:21:19 +00:00
jules
7dafc1e836 Fix for sandboxed OSX filechoosers. 2013-02-07 09:52:19 +00:00
jules
960e604baa Removed restriction on number of touches in iOS/Android. 2013-02-03 12:29:03 +00:00
jules
4e17b8d2a9 Minor tidying-up of docs + warnings. 2013-01-16 15:50:14 +00:00
jules
7cb3beaf19 Added ComponentPeer::setDocumentEditedStatus(). 2013-01-09 16:49:47 +00:00
jules
e543949bda Minor clean-ups. 2013-01-05 20:07:22 +00:00
jules
6f88b7ae60 Minor clean-ups. 2013-01-03 10:29:01 +00:00
jules
7a3453f48b Minor clean-ups. 2012-12-31 19:10:54 +00:00
jules
234525aef9 Increased the warning level in a couple of OSX builds, and removed some pedantic warnings in the introjucer. 2012-12-27 19:56:18 +00:00
jules
784c1f5dae Fix for mouse-over in overlapping windows with older SDKs. 2012-12-27 16:36:51 +00:00
jules
e83e076f7d Better always-on-top detection in a few component types. 2012-12-23 13:04:54 +00:00
jules
9ca3ab9454 AlertWindows should now be always-on-top if the process is using any other windows are in that mode. 2012-12-15 17:22:32 +00:00
jules
0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
jules
02c0cd009c Cleaned up some compiler warnings. 2012-12-03 15:04:08 +00:00
jules
f292238b32 Android: keyboard input support. 2012-11-25 17:05:44 +00:00
jules
9a9adab648 (Removed some debugging code) 2012-11-25 14:01:28 +00:00
jules
e704ed0c46 Support for high-dpi software rendering on OSX. 2012-11-25 14:00:23 +00:00
jules
667a18712f Added begin()/end() iterators to RectangleList. You should use these in preference to RectangleList::Iterator, as they're faster. 2012-11-15 13:58:49 +00:00
jules
c16c3a7c28 Fixed some documentation and minor GCC warnings. Fixed a JACK bug that would have mixed up the input/output channels. 2012-11-14 11:42:17 +00:00
jules
8e8dc5667f Renamed a few old references to "iPhoneOS" as "iOS". 2012-11-13 18:28:55 +00:00
jules
699b5303e2 Android: multi-touch support. 2012-11-13 17:14:32 +00:00
jules
09fd0206dc OSX main menu fix. 2012-11-12 21:22:18 +00:00
jules
4ef89c890f Avoided a few gcc compiler warnings. 2012-11-11 18:43:36 +00:00
jules
8a3298ebb8 Added a PropertiesFile::reload() method. 2012-11-02 16:58:13 +00:00
jules
793fec6592 iOS multi-touch fix. 2012-10-31 18:35:05 +00:00
jules
d1ceed0c14 Workaround for Xcode3 compiler bug. 2012-10-30 12:25:48 +00:00
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. 2012-10-28 18:38:10 +00:00
jules
9f52845c38 Minor update to linux drag+drop 2012-10-23 19:38:27 +01:00
jules
565cb189ea Introjucer: ability to drag files from the project tree into external apps. Added more drag-and-drop functionality for linux. 2012-10-22 12:28:46 +01:00
jules
d94a1afcdc Linux drag-and-drop fix. 2012-10-20 15:12:48 +01:00
jules
8c864ceb9e Made sure that audio device block sizes are multiples of 16. 2012-10-20 11:07:34 +01:00
jules
89d5e19fca misc cleanups. 2012-10-18 09:50:10 +01:00
jules
a25acde808 Image subsection fix. Linux text drag-and-drop. 2012-10-17 18:40:44 +01:00
jules
e4a153de57 Linux drag-and-drop improvements. 2012-10-15 15:38:54 +01:00
jules
e6faf25559 Added File::userPicturesDirectory, and improved detection of special file locations on linux. 2012-10-15 15:09:55 +01:00
jules
98fcdca3ba Added a new ChildProcess::start method that takes an argument array. 2012-10-14 12:54:40 +01:00
jules
1aefda8763 Safeguard when removing NSViews. 2012-09-28 11:11:34 +01:00
jules
a7a16116d0 Linux: fixed dependency between juce_gui_basics and juce_events. 2012-09-24 16:59:14 +01:00
jules
6b1654e1d2 Fixed some more warnings. 2012-09-24 15:45:25 +01:00