jules
|
2db3582466
|
win32: avoid beep on alt-key press.
|
2013-06-13 16:36:27 +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
|
c7506df13f
|
Changed some pass-by-references to pass-by-value to improve compiler optimisation.
|
2013-05-22 23:05:53 -06:00 |
|
jules
|
ce3ecc752b
|
Window positioning fix.
|
2013-04-25 11:33:37 +01:00 |
|
jules
|
9387c7fdaf
|
Simplified some ComponentPeer methods.
|
2013-04-21 19:01:02 +01:00 |
|
jules
|
b26cc92546
|
Fixes for Windows 8 DPI awareness, Windows GL window touch events, and some GL compatibility tweaks.
|
2013-04-07 19:28:52 +01:00 |
|
jules
|
8f26cc79c9
|
Minor clean-ups.
|
2013-04-03 14:44:19 +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
|
01d123d1e8
|
Workarounds for a few mingw warnings and errors.
|
2013-03-28 21:40:41 +00:00 |
|
jules
|
d9c89a2a5f
|
Doh! Fixed a typo.
|
2013-03-26 15:42:48 +00:00 |
|
jules
|
ed978fc8dc
|
win32 windowing robustness fix.
|
2013-03-26 14:58:44 +00:00 |
|
jules
|
96ca3fbaf4
|
Windows: better screensaver defeating.
|
2013-03-08 19:16:57 +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
|
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
|
960e604baa
|
Removed restriction on number of touches in iOS/Android.
|
2013-02-03 12:29:03 +00:00 |
|
jules
|
e543949bda
|
Minor clean-ups.
|
2013-01-05 20:07:22 +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
|
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
|
a25acde808
|
Image subsection fix. Linux text drag-and-drop.
|
2012-10-17 18:40:44 +01:00 |
|
jules
|
d5dc5b2ba9
|
MouseCursor refactoring.
|
2012-09-21 15:59:12 +01:00 |
|
jules
|
710dec8a1e
|
Handling win32 hide/show messages.
|
2012-09-17 10:03:02 +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
|
976be45c2a
|
Minor updates for mingw compatibility.
|
2012-08-24 08:57:18 +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
|
19e304bc6f
|
Better support for pixel strides in the software renderer.
|
2012-08-03 16:27:45 +01:00 |
|
jules
|
67ee4a6201
|
New method Process::makeForegroundProcess() (only implemented in OSX)
|
2012-07-31 21:06:12 +01:00 |
|
jules
|
fdb176b9e9
|
Windows drag-and-drop fix. OSX 10.5 build fix.
|
2012-07-26 08:24:40 +01:00 |
|
jules
|
5a69cc6ce2
|
Internal tidying-up.
|
2012-07-13 19:31:00 +01:00 |
|
jules
|
8d283685fc
|
Fixed a mouse-position bug in win32 when dragging windows.
|
2012-07-13 10:32:05 +01:00 |
|
jules
|
df729be74a
|
Cleaned-up class inheritance visibilities and encapsulation for some internal classes.
|
2012-07-12 14:10:46 +01:00 |
|
jules
|
9af7f2f480
|
Fixed a dependency issue in the graphics module.
|
2012-07-12 11:19:32 +01:00 |
|
jules
|
3ddc6dd43d
|
New class: DropShadow, and a complete refactoring of the way shadows are rendered. The DropShadowEffect and DropShadower classes now take a DropShadow object to describe their shadow parameters, instead of the raw numbers.
|
2012-07-11 21:07:47 +01:00 |
|
jules
|
18cfadf898
|
Refactored the handling of command-line args: added new static methods JUCEApplication::getCommandLineParameters() and getCommandLineParameterArray().
|
2012-06-25 11:05:39 +01:00 |
|
jules
|
87175c91f5
|
Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction.
|
2012-05-25 16:42:36 +01:00 |
|
jules
|
75f8a6a440
|
Removed compatibility for iOS versions before 3.2.
|
2012-05-24 13:10:20 +01:00 |
|
jules
|
5caaa4009a
|
Added class: TextDragAndDropTarget.
|
2012-05-23 13:07:27 +01:00 |
|
jules
|
7d4bbd114a
|
New class Desktop::Displays, which now handles all display size information and replaces some methods that were in Desktop. Also now supports display scaling values. See Desktop::getDisplays().
|
2012-04-24 13:24:07 +01:00 |
|
jules
|
e87f833183
|
Tidied up a few rectangle methods.
|
2012-03-18 17:22:05 +00:00 |
|
jules
|
83b35eba25
|
Minor tweaks to help support mingw, and to avoid namespace issues with assertions.
|
2012-03-06 20:31:39 +00:00 |
|
jules
|
96976db624
|
Windows: faster rendering on 32-bit video cards. Audio fix for iOS.
|
2012-02-29 15:10:11 +00:00 |
|
jules
|
a6fe278654
|
Avoided spurious mouse-up when double-clicking win32 native titlebars. More OpenGL fixes.
|
2012-02-03 14:09:47 +00:00 |
|
jules
|
c539feabd5
|
Avoided win32 memory leak warning with file preview comps. Minor introjucer and colour parsing clean-ups.
|
2012-01-27 16:56:55 +00:00 |
|
jules
|
6899d2c56f
|
Minor tweaks to win32, tab key handling.
|
2012-01-11 11:17:05 +00:00 |
|
jules
|
38703ee4c3
|
Cleaned up a few 64-bit VC++ warnings.
|
2011-12-24 10:06:45 +00:00 |
|
jules
|
d6ed09e158
|
TextLayout fix. Windows stylus fix. Minor clean-ups.
|
2011-12-13 13:45:51 +00:00 |
|
jules
|
c1ab947a53
|
Couple of minor windowing fixes.
|
2011-12-12 12:55:56 +00:00 |
|