1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-19 01:04:20 +00:00
Commit graph

165 commits

Author SHA1 Message Date
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
jules
0033491cc8 Cleaned up some compiler warnings. 2012-09-24 14:03:54 +01:00
jules
46f1c15f92 Introjucer: fix for binary data with duplicate filenames. 2012-09-24 12:08:33 +01:00
jules
e5172b88e9 Fixed some iOS screen position problems. 2012-09-21 18:49:27 +01:00
jules
d5dc5b2ba9 MouseCursor refactoring. 2012-09-21 15:59:12 +01:00
jules
7141fe39dc Fix for menu bar problem on OSX. 2012-09-21 11:37:22 +01:00
jules
710dec8a1e Handling win32 hide/show messages. 2012-09-17 10:03:02 +01:00
jules
2e777f8943 Fix for iOS windowing, and some CGRect clean-ups. 2012-09-13 20:02:09 +01:00
jules
9a7e7a267a New method: Rectangle::constainedWithin(). 2012-09-11 10:57:09 +01:00
jules
9a24aa8a20 Minor clean-ups. 2012-09-11 09:35:03 +01:00
jules
ee7046be34 OSX mouse event tweaks. 2012-09-08 14:36:59 +01:00
jules
7d953a629d OSX modal behaviour fix. 2012-09-07 18:52:30 +01:00
jules
352e5999bc Displaying modifier + delete key shortcuts in OSX main menus. 2012-09-07 17:42:02 +01:00
jules
6e631bceb1 OSX filechooser modality fix. 2012-09-06 11:03:17 +01:00
jules
4ccba42fa8 OSX modality fix. 2012-09-04 10:39:42 +01:00
jules
d6848d3bb1 Small AAX fix, and plugin file-chooser fix. 2012-08-30 21:53:01 +01:00
jules
fa8cbe334d Linux XRender fix. 2012-08-30 12:55:44 +01:00
jules
b65255375a Linux windowing: supported the _NET_WM_USER_TIME value, and did some general tidying up. 2012-08-30 10:33:01 +01:00
jules
9281759612 Added method TextEditor::setEscapeAndReturnKeysConsumed(). 2012-08-29 19:02:57 +01:00
jules
de44f0a332 Tweaked some OSX modal window behaviour. 2012-08-28 19:03:39 +01:00
jules
976be45c2a Minor updates for mingw compatibility. 2012-08-24 08:57:18 +01:00
jules
dba5418a53 OSX mouse wheels in 10.6 - check for device returning NaNs. 2012-08-16 13:55:41 +01:00
jules
6fb039ba0f Tweak to win32 code for vs2005 compatibility. 2012-08-15 15:27:51 +01:00
jules
b7089dfa45 New type of mouse cursor: ParentCursor, which means "show the same cursor as the parent component". 2012-08-14 17:47:41 +01:00
jules
448f0c85bc Detecting minimisation state changes in OSX. 2012-08-14 13:10:30 +01:00
jules
ec995d9753 OSX 10.4 compile fix. 2012-08-09 16:25:53 +01:00
jules
cf959decce Minor string optimisation. 2012-08-09 08:54:43 +01:00
jules
0ce65462af Translation of OSX app menu strings. Minor misc changes and documentation fixes. 2012-08-08 14:25:59 +01:00
jules
7829d1e4bf Changed OSX native alert boxes to use TRANS to translate their ok/yes/no/cancel button text. 2012-08-07 14:50:35 +01:00