Ryan C. Gordon
bf03bec120
Patched to compile on Visual Studio.
2014-05-30 01:48:26 -04:00
Ryan C. Gordon
4ef6eddaf7
Make some printf() calls into SDL_Log() so I can see them on Windows. :)
2014-05-30 01:48:08 -04:00
Ryan C. Gordon
7364ed016b
Added a few debug printf() calls.
2014-05-28 01:27:27 -04:00
Ryan C. Gordon
98c03f391d
Changed drag area API to a hit-testing API.
...
There were several good arguments for this: it's how Windows works with
WM_NCHITTEST, SDL doesn't need to manage a list of rects, it allows more
control over the regions (how do you use rects to cleanly surround a circular
button?), the callback can be more optimized than a iterating a list of
rects, and you don't have to send an updated list of rects whenever the
window resizes or layout changes.
2014-05-28 01:22:47 -04:00
Ryan C. Gordon
3cbc83ef11
First shot at SDL_SetWindowDragAreas().
...
Only Cocoa implemented right now.
2014-05-27 01:27:42 -04:00
Philipp Wiesemann
9bc47465ca
Changed C++ style comments.
2014-05-18 21:11:30 +02:00
Philipp Wiesemann
ca11d7c8b5
Changed C++ style comments to fix pedantic warnings.
2014-05-17 22:02:25 +02:00
Gabriel Jacobo
f565d81af7
A few more ANDROID for __ANDROID__ replacements
2014-05-10 15:57:09 -03:00
Dimitris Zenios
548a0ee7b8
__ANDROID__ is the correct macro to check for an android system.ANDROID is only defined in NDK build system (.mk) and not in the standalone NDK.
2014-05-05 22:21:26 +03:00
Sam Lantinga
d9ffe549e2
Fixed the inertia effect in the test program
2014-04-26 12:29:40 -07:00
Philipp Wiesemann
65c82148e0
Removed global variable from test program.
2014-04-19 15:28:13 +02:00
Sam Lantinga
353feb5c76
Fixed bug 2475 - Incorrect SDL_Log() format specifiers in test/testgesture.c
...
rettichschnidi
The floats should not be interpreted as integers. Patch against the current head attached.
2014-04-17 22:40:57 -07:00
David Ludwig
3dcb451f85
Added a README file regarding WinRT support
...
To note, this file is currently formatted with CRLF line endings, rather than
LF, to allow the file to be viewed with Notepad.
2014-04-09 21:29:19 -04:00