David Ludwig
86ea4c4edf
WinRT: made all WinRT-related TODO comments use the same prefix, "TODO, WinRT"
2013-08-27 13:03:43 -04:00
David Ludwig
17ca1d00b5
WinRT: code cleanup wrt. display mode(s)
2013-08-27 12:56:49 -04:00
David Ludwig
f860141aa6
WinRT: renamed "windowsrt" directories to "winrt"
2013-08-27 12:33:36 -04:00
David Ludwig
fa229f3790
WinRT: fixed a crash that occurred on device rotation (oops!)
2013-08-27 12:22:02 -04:00
David Ludwig
1e78c4a5d1
WinRT: more "Windows RT" to "WinRT" renaming
2013-08-27 12:20:35 -04:00
David Ludwig
3070086431
WinRT: took out a deprecated TODO-comment
2013-08-27 12:16:42 -04:00
David Ludwig
6dc2a410eb
WinRT: moved the WinRT SDL_VideoDevice out of SDL_WinRTApp
...
This was done to help pave the way for XAML support.
2013-08-27 12:13:45 -04:00
David Ludwig
253b9aae89
WinRT: moved the pointer to the global SDL_Window to a separate variable
...
This is a cleanup that is being done to help with WIP XAML support. It may be reverted in the future.
2013-08-27 11:51:17 -04:00
David Ludwig
7be2ad71c9
WinRT: renamed SDL_SYSWM_WINDOWSRT to SDL_SYSWM_WINRT
...
This is part of an overall effort to use the name, "WinRT", rather than "WindowsRT" (or "Windows RT"), as the shorthand name often seems to mean something different than the longhand name. (WinRT is an API, Windows RT is a product name)
2013-08-27 11:44:43 -04:00
David Ludwig
d06276732e
WinRT: Windows Phone build fix
2013-08-27 11:40:06 -04:00
David Ludwig
3e83fd784c
WinRT: misc code cleanups
2013-08-27 11:39:44 -04:00
David Ludwig
f8e80edf09
WinRT: removed more hack-code that attempted to help have non-standard window sizes
...
"Non-standard" is defined here as any window size that differs from that provided by WinRT's CoreWindow.
2013-08-27 11:00:52 -04:00
David Ludwig
80abfc4d60
WinRT: minor function and variable name cleanup
2013-08-27 10:57:55 -04:00
David Ludwig
065b2cf470
WinRT: made all SDL_Windows get sized to the WinRT-defined window size
...
This change removes some code that attempted to allow non-standard window sizes, the idea of which was to do display scaling, and a hackish one at that. If display scaling is needed, use SDL_Renderer as appropriate.
2013-08-27 10:56:10 -04:00
David Ludwig
409d9b1ce7
WinRT: removed a deprecated hack regarding window resizing and Direct3D viewports
2013-08-27 09:53:58 -04:00
David Ludwig
d78b26ed69
WinRT: moved most platform-specific keyboard and mouse code to shared locations
2013-08-26 17:17:53 -04:00
David Ludwig
73dfcdcfe1
WinRT: removed some old debugging code from SDL_mutexP and SDL_mutexV
2013-08-20 22:18:48 -04:00
David Ludwig
dcb1689fb2
WinRT: made a note that WinRT doesn't appear to support modifying a thread's priority
2013-08-20 22:16:09 -04:00
David Ludwig
6300b3606f
WinRT: made SDL_ThreadID() return the native thread ID, rather than a fake one
2013-08-20 22:04:09 -04:00
David Ludwig
3fce6688b8
WinRT: made testthread log output via SDL_Log
...
- this will allow output to be read via Visual C++'s Output pane
2013-08-20 21:55:13 -04:00
David Ludwig
90a9278f9d
WinRT: made the C++11-based threading backend only try to catch exceptions that it knows it (the threading APIs) might throw, rather than all exceptions
2013-08-20 21:54:34 -04:00
David Ludwig
19a168b4b3
WinRT: file naming and placement cleanup
...
- moved SDL_WinRTApp.* from src/video/windowsrt/ to src/core/winrt/, and renamed them to SDL_winrtapp.* (to mimick case-sensitivity used elsewhere in SDL)
- renamed all "windowsrt" directories (in src) to "winrt", as the shorthand name is used more often (and, IMO, "WinRT" != "Windows RT", not entirely at least)
2013-08-20 21:22:32 -04:00
David Ludwig
eaf26ff66a
WinRT: added a stub implementation of UpdateClipRect to the D3D 11.1 renderer
2013-08-13 20:33:15 -04:00
David Ludwig
45ef345df0
WinRT: fixed a crash in some display orientation hint code
2013-08-13 20:28:48 -04:00
David Ludwig
3dde6e1e9f
WinRT: made sure SDL_main gets used in the latest SDL 2.0.0 based code
2013-08-13 20:28:10 -04:00
David Ludwig
11dc53221b
WinRT: Windows Phone 8 build fixes
2013-08-13 20:11:51 -04:00
David Ludwig
d41fdc94d6
WinRT: build fixes and additional WinRT-related integrations with SDL 2.0.0
2013-08-13 20:09:52 -04:00
David Ludwig
f7049b93d5
WinRT: merged with SDL 2.0.0 codebase (aka. SDL hg rev d4ce48ff30d1)
2013-08-12 22:29:55 -04:00
Sam Lantinga
1ad936eb29
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
...
Rainer Deyke
I'm running Linux Mint 15 with the Cinnamon window manager. SDL_DestroyWindow consistently locks up for me when the window if fullscreen.
2013-08-11 19:56:43 -07:00