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 |
|
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 |
|