ed
|
46e21fef13
|
Updated win32 Process::isForegroundProcess() method to use process ID
|
2017-01-16 14:02:53 +00:00 |
|
hogliux
|
2ad22dc6cf
|
Added workaround to check the state of the on-screen keyboard on Windows before toggling it's display
|
2017-01-09 10:18:51 +00:00 |
|
hogliux
|
2c8b98b6e1
|
Added windows native code to show and hide the on-screen keyboard when juce text boxes are in focus
|
2016-12-31 16:35:19 +01:00 |
|
hogliux
|
b5fb095696
|
Fixed a few VS2008 build errors
|
2016-11-30 11:43:47 +00:00 |
|
ed
|
7bd5c05216
|
Fixed touch event bug on Windows where touches weren't being received when a modal dialog was open.
|
2016-11-29 10:19:39 +00:00 |
|
ed
|
60b5f72384
|
Fixed a bug in Windows where clicking outside an application after opening a PopupMenu would sometimes result in mouseDrag events when re-entering the application with the mouse not held down
|
2016-11-23 16:35:44 +00:00 |
|
tpoole
|
cff1793d89
|
Exposed some functions when building JUCE as a DLL
|
2016-11-16 11:14:58 +00:00 |
|
hogliux
|
6c52bf5971
|
Changed the way windows modifiers are probed in an attempt to fix right alt-key issues. Part II.
|
2016-10-20 10:14:38 +01:00 |
|
hogliux
|
c6a75d0550
|
Changed the way windows modifiers are probed in an attempt to fix right alt-key issues
|
2016-10-18 09:25:08 +01:00 |
|
ed
|
56423ae9fd
|
Changed Windows windowing so that the resizeStart() and resizeEnd() methods of the constrainer associated with the application window are called when it is maximised.
|
2016-09-05 14:24:17 +01:00 |
|
jules
|
55194a09d2
|
On Windows, suppressed the behaviour that pressing the ALT key triggers the old top-left window menu. If you still need this archaic behaviour in your app, there's a JUCE_WINDOWS_ALT_KEY_TRIGGERS_MENU flag which you can use to keep it
|
2016-08-17 17:25:20 +01:00 |
|
ed
|
cbdf707116
|
Windows touch with CallOutBox bug fix
|
2016-08-11 11:02:04 +01:00 |
|
ed
|
9062ad9ec1
|
Windows 10 update touch events bug fix
|
2016-08-08 15:51:42 +01:00 |
|
jules
|
9e6988acaa
|
For drag-and-drop on win32, prioritised file-drag mode over text-drag mode if both are available
|
2016-07-14 09:35:40 +01:00 |
|
jules
|
4097fab06c
|
Fixed a silly typo!
|
2016-06-22 18:16:26 +01:00 |
|
jules
|
021209e216
|
Changed ImagePixelData::clone to return a smart pointer rather than a raw one, to avoid a reference-count leak
|
2016-06-22 16:33:09 +01:00 |
|
hogliux
|
749bffed7a
|
Add missing ifdefs from recent commit
|
2016-05-24 09:25:41 +01:00 |
|
hogliux
|
f11a2b2ff1
|
Fix modifier keys in AAX plug-ins on Windows 10
|
2016-05-23 18:47:39 +01:00 |
|
jules
|
e034958d55
|
Added some desktop scale compensation to drag + drop on Windows
|
2016-04-26 17:14:32 +01:00 |
|
jules
|
fb864a5cb1
|
Corrected some spelling mistakes in comments
|
2016-04-11 11:13:44 +01:00 |
|
jules
|
189853720a
|
Cleaned up a few uses of Image::null
|
2016-03-10 17:20:15 +00:00 |
|
jules
|
6b75e59e1f
|
Added some behind-the-scenes functions for creating snapshots of native windows
|
2016-02-18 17:37:20 +00:00 |
|
jules
|
876b4ae1d3
|
Cleared up some overlap between the JUCE_CLANG and JUCE_GCC flags
|
2016-02-12 17:03:21 +00:00 |
|
jules
|
99052af8bc
|
Added Android support for screen orientation control
|
2016-01-13 12:05:29 +00:00 |
|
jules
|
bc523c6724
|
Fixed a win32 pen/touch detection issue
|
2016-01-06 10:49:25 +00:00 |
|
jules
|
1f433a8bfb
|
Fix for an obscure win32 situation where a click from another app window could end up causing a click in a juce window if the other window closes with the mouse still down
|
2015-12-29 11:21:03 +00:00 |
|
jules
|
4583fa3fbf
|
Used the ignoreUnused() function to tidy up some old code
|
2015-12-23 16:27:50 +00:00 |
|
jules
|
2a1234b6ac
|
Simplified some inter-module dependencies and exception-catching fallbacks
|
2015-12-23 11:47:18 +00:00 |
|
jules
|
ae712c72d8
|
Cleaned up a few String::empty uses
|
2015-12-21 12:01:28 +00:00 |
|
jules
|
a3426aae10
|
Added support for iOS force-touch
|
2015-11-02 11:51:16 +00:00 |
|
hogliux
|
b0ae8bd4b4
|
Always use WM_TOUCH events for JUCE mouse input (and ignore any subsequent WM mouse events)
|
2015-10-05 10:43:43 +01:00 |
|
jules
|
962e364010
|
Avoided some mingw errors and warnings.
|
2015-08-19 17:31:06 +01:00 |
|
Timur Doumler
|
dca4d77f9d
|
Fixed compiler warnings on Visual Studio 2015 RTM.
|
2015-07-23 15:57:18 +01:00 |
|
hogliux
|
c7b8e77031
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
jules
|
9b79610cb0
|
Added a flag MouseWheelEvent::isInertial (currently only implemented for OSX 10.7 or later), and used this to replace some clunky behaviour in the Viewport class that was there to avoid inertial wheel movements triggering nested scrollable components.
|
2015-06-22 20:28:15 +01:00 |
|
hogliux
|
324f26cc11
|
Fix incorrect key-code translation which could occur for special key-codes in KeyPress::isKeyCurrentlyDown on Windows
|
2015-06-10 10:03:29 +01:00 |
|
jules
|
4260a08038
|
Added a Windows version of the MouseCursor::CopyingCursor types.
|
2014-12-22 18:34:57 +00:00 |
|
jules
|
50a55b2e9c
|
Avoided a few compiler warnings.
|
2014-12-03 11:45:15 +00:00 |
|
jules
|
e58a0ace65
|
Avoided issues in win32 mouse-handling code when a window is deleted mid-way through a particular type of mouse operation.
|
2014-11-05 17:27:26 +00:00 |
|
jules
|
06c31487c1
|
Made it possible to set JUCE_DISABLE_WIN32_DPI_AWARENESS=1 to disable win32 high-res scaling.
|
2014-10-16 12:28:39 +01:00 |
|
jules
|
925961b389
|
Added win32 support for JUCEApplication::suspended() and resumed() callbacks.
|
2014-09-15 18:26:10 +01:00 |
|
jules
|
da8e3c53b6
|
Fix for win32 openGL repaints when continuous rendering is turned off.
|
2014-08-14 11:44:46 +01:00 |
|
jules
|
4af1478dfb
|
Fixed a few windowing issues when using global scale factors.
|
2014-08-08 09:23:01 +01:00 |
|
jules
|
a46b96e585
|
win32 component peer deletion safety check.
|
2014-07-02 14:07:41 +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
|
6c50dda488
|
Extra safeguards against things that can happen during the win32 PeekMessage call
|
2014-05-16 11:37:04 +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
|
86d6018fb3
|
win32 numeric keypad handling fix
|
2014-03-23 17:54:10 +00:00 |
|
jules
|
5feabe9687
|
Another attempt to fix the infamous VST cubase key focus problem.
|
2014-03-19 21:00:47 +00:00 |
|