jules
|
30aa1f3a80
|
Whitespace cleanup
|
2015-04-09 10:58:23 +01:00 |
|
hogliux
|
36e5939820
|
Fix window ordering on mac
|
2015-04-07 14:13:13 +01:00 |
|
jules
|
426c8fad0b
|
Avoided out-of-range values in OSX magnify gesture callbacks.
|
2015-03-24 16:19:25 +00:00 |
|
jules
|
e1dcd96892
|
Workarounds to allow building with Xcode option "strict checking of objc_msgSend calls" enabled.
|
2015-03-03 09:47:03 +00:00 |
|
jules
|
893774561d
|
Fix for OSX window coordinate conversion mistake.
|
2014-12-08 12:40:40 +00:00 |
|
jules
|
7e8cc2734d
|
Some workarounds for people still using the 10.5 SDK
|
2014-11-02 20:40:48 +00:00 |
|
jules
|
61bf9392d0
|
Cleaned up a few OSX 10.10 deprecated functions.
|
2014-10-28 10:29:01 +00:00 |
|
jules
|
4af1478dfb
|
Fixed a few windowing issues when using global scale factors.
|
2014-08-08 09:23:01 +01:00 |
|
jules
|
93b9708777
|
Fixed a coordinate issue with NSViewComponent hit testing.
|
2014-08-07 16:38:54 +01:00 |
|
jules
|
43252902f1
|
Made OSX windows do a better job of checking for overlapping windows when calling contains()
|
2014-08-01 20:59:09 +01:00 |
|
jules
|
2f1ef234ce
|
Tightened up a few places where numeric conversion warnings could happen.
|
2014-07-10 18:57:24 +01:00 |
|
jules
|
0bf57ddf0c
|
Added a method RectangleList::ensureStorageAllocated
|
2014-06-29 18:39:45 +01:00 |
|
jules
|
a0bcb86e08
|
Window focus fix for OSX app builds.
|
2014-06-15 12:05:01 +01:00 |
|
jules
|
6c61dbb68e
|
Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>.
|
2014-06-14 13:06:53 +01:00 |
|
jules
|
db02a89fda
|
Kiosk mode workarounds for 10.8
|
2014-06-13 17:57:27 +01:00 |
|
jules
|
3cc8406b3d
|
Workaround for mysterious OSX focus problem.
|
2014-05-19 10:38:43 +01:00 |
|
jules
|
f96ee7c860
|
Extended TextInputTarget to include a preference for the type of virtual keyboard (implemented on iOS + android)
|
2014-04-23 20:35:45 +01:00 |
|
jules
|
f629a61e13
|
Fixes for kiosk mode on windows with non-native title bars.
|
2014-03-29 19:39:13 +00:00 |
|
jules
|
fb9ef9e906
|
Avoided windows being made visible when using toBehind on OSX.
|
2014-03-24 19:22:16 +00:00 |
|
jules
|
e2461cd5b0
|
Improved z-order of always-on-top temporary windows in OSX.
|
2014-03-19 12:31:00 +00:00 |
|
jules
|
9f1dd01625
|
Avoided an inputAttemptWhenModal callback on OSX when making windows visible.
|
2014-03-14 18:59:40 +00:00 |
|
jules
|
a79292179d
|
Better handling of ResizableWindow screen bounds handling when in kiosk mode.
|
2014-01-09 17:44:46 +00:00 |
|
jules
|
2623f4d1e1
|
Added method String::clear(), and used it to replace a few uses of String::empty.
|
2013-12-01 11:32:39 +00:00 |
|
jules
|
12a8dd3092
|
Avoided some pedantic GCC warnings.
|
2013-11-03 19:16:52 +00:00 |
|
jules
|
40ca8a7787
|
Tweaked an OSX obj-C window event signature.
|
2013-10-21 09:13:29 +01:00 |
|
jules
|
09d20dcae8
|
Added some new methods to SystemTrayIconComponent for highlighting and message bubbles.
|
2013-09-16 11:21:49 +01:00 |
|
jules
|
42aa27900b
|
Moved most of the functionality from JUCEApplication into JUCEApplicationBase, so that it can be used without needing juce_gui_basics to be present.
|
2013-09-07 09:43:45 +01:00 |
|
jules
|
be1d5253ee
|
Moved some mouse code out of Desktop class. Made the MouseInputSource class pass-by-value.
|
2013-09-03 10:44:55 +01:00 |
|
jules
|
bb2bdb2c7c
|
Avoided function key presses sending a unicode character on OSX.
|
2013-08-24 10:27:20 +01:00 |
|
jules
|
823039215f
|
Corrected the naming of the iOS component peer rendering engine.
|
2013-08-12 15:20:46 +01:00 |
|
jules
|
7fb2533bb0
|
Some rendering fixes.
|
2013-08-08 18:01:47 +01:00 |
|
jules
|
16b9bbe212
|
Fix for win32 scaled component mouse positioning.
|
2013-08-07 19:05:21 +01:00 |
|
jules
|
fc21a145cf
|
Fix for broken screen coord conversion in plugin windows.
|
2013-07-29 16:31:03 +01:00 |
|
jules
|
1b9a60e52c
|
Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before.
|
2013-07-28 18:08:28 +01:00 |
|
jules
|
60a0087114
|
Some internal component peer work.
|
2013-07-25 14:55:55 +01:00 |
|
jules
|
5918d039ce
|
Added some "override" annotations.
|
2013-07-08 19:05:14 +01:00 |
|
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
jules
|
178dc9012b
|
Plugin hosting cleanups + workarounds for some Mackie plugins.
|
2013-05-03 15:39:34 +01:00 |
|
jules
|
9387c7fdaf
|
Simplified some ComponentPeer methods.
|
2013-04-21 19:01:02 +01:00 |
|
jules
|
c322d6243e
|
10.5 SDK fix.
|
2013-04-03 17:22:36 +01:00 |
|
jules
|
7bc0cf13b1
|
Added method Component::mouseMagnify(), to respond to pinch-to-zoom gestures. Supported in OSX and (untested) Windows.
|
2013-04-01 20:12:51 +01:00 |
|
jules
|
ba2dc52b34
|
Made use of @autoreleasepool for clang builds.
|
2013-03-21 18:33:01 +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
|
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
|
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 |
|