|
167b3bb4
|
2014-11-02T11:26:54
|
|
WinRT: updated docs to include details of recently-expanded GLES2 support
|
|
1c85ba23
|
2014-11-01T11:41:18
|
|
WinRT: moved documentation + setup related TODO items out of README-winrt.md
The TODO items were moved to SDL Bugzilla, case 2775 (https://bugzilla.libsdl.org/show_bug.cgi?id=2775).
|
|
796f7bbf
|
2014-11-01T11:17:07
|
|
WinRT: made README-winrt.md slightly easier to read in an 80-column text editor
|
|
438a55a4
|
2014-11-01T11:14:46
|
|
WinRT: added details of the port's status, to README-winrt.md
|
|
f2bd99da
|
2014-10-27T19:53:44
|
|
WinRT: detailed steps, via the WinRT README, to fix a common build error
|
|
96fd9cef
|
2014-10-21T11:27:06
|
|
Clarify (lack of) support for desktop OpenGL on the Raspberry Pi
|
|
53feb228
|
2014-09-19T12:09:51
|
|
WinRT: cleaned up the opening section of the README
|
|
16773fd4
|
2014-09-19T11:27:18
|
|
WinRT: fixed broken emphasis formatting in README, when rendering it with Doxygen
|
|
60df8130
|
2014-09-16T23:09:32
|
|
Fixed doxygen warning and markdown formatting.
Three backticks for blocks are not supported by doxygen.
|
|
df37d1d5
|
2014-09-14T13:10:21
|
|
WinRT: made README note that Win 8.0 targeting via MSVC 2013 Express is not possible
|
|
75d0396e
|
2014-09-14T12:57:26
|
|
WinRT: expanded and updated the README section on MSVC requirements
|
|
0903aa3f
|
2014-09-14T11:36:24
|
|
WinRT: added manual, app-setup instructions to the README
A number of other parts of the WinRT README were edited, either for clarity, or to help with Markdown rendering.
|
|
11d865b8
|
2014-09-14T10:31:18
|
|
WinRT: added a note to README regarding need for a MS account
|
|
4eef8bbc
|
2014-09-14T10:29:54
|
|
WinRT: cleaned up section headers
|
|
24c86b55
|
2014-09-11T19:24:42
|
|
[X11] Reconcile logical keyboard state with physical state on FocusIn
since the window system doesn't do it for us like other platforms.
This prevents sticky keys and missed keys when going in and out
of focus, for example Alt would appear to stick if switching away
from an SDL app with Alt-Tab and had to be pressed again.
CR: Sam
|