jules
|
d9c89a2a5f
|
Doh! Fixed a typo.
|
2013-03-26 15:42:48 +00:00 |
|
jules
|
cb5ea1573b
|
Linux window SHM repainting fix.
|
2013-03-26 14:59:14 +00:00 |
|
jules
|
ed978fc8dc
|
win32 windowing robustness fix.
|
2013-03-26 14:58:44 +00:00 |
|
jules
|
36ade1a49b
|
linux implementation of juce_areThereAnyAlwaysOnTopWindows()
|
2013-03-26 13:30:26 +00:00 |
|
jules
|
85ce81e15a
|
Linux windowing fix
|
2013-03-26 11:03:31 +00:00 |
|
jules
|
ba2dc52b34
|
Made use of @autoreleasepool for clang builds.
|
2013-03-21 18:33:01 +00:00 |
|
jules
|
823d0da856
|
Minor clean-ups
|
2013-03-21 10:37:19 +00:00 |
|
jules
|
1f90f380b3
|
Made native OSX windows call ComponentBoundsConstrainer::resizeStart() and resizeEnd()
|
2013-03-19 13:39:41 +00:00 |
|
jules
|
4c44d852b3
|
Fix for a problem with accelerator keys running modal comps while an OSX menu is open.
|
2013-03-19 13:30:33 +00:00 |
|
jules
|
aec62f376e
|
Fix for OSX10.4 fonts.
|
2013-03-19 11:38:31 +00:00 |
|
jules
|
fd90a9d449
|
Fix for linux updating of child window bounds.
|
2013-03-17 19:21:58 +00:00 |
|
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 |
|