kc3-lang/SDL/docs

Branch :


Log

Author Commit Date CI Message
96fd9cef 2014-10-21 11:27:06 Clarify (lack of) support for desktop OpenGL on the Raspberry Pi
53feb228 2014-09-19 12:09:51 WinRT: cleaned up the opening section of the README
16773fd4 2014-09-19 11:27:18 WinRT: fixed broken emphasis formatting in README, when rendering it with Doxygen
60df8130 2014-09-16 23:09:32 Fixed doxygen warning and markdown formatting. Three backticks for blocks are not supported by doxygen.
df37d1d5 2014-09-14 13:10:21 WinRT: made README note that Win 8.0 targeting via MSVC 2013 Express is not possible
75d0396e 2014-09-14 12:57:26 WinRT: expanded and updated the README section on MSVC requirements
0903aa3f 2014-09-14 11: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-14 10:31:18 WinRT: added a note to README regarding need for a MS account
4eef8bbc 2014-09-14 10:29:54 WinRT: cleaned up section headers
24c86b55 2014-09-11 19: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