log pytouhou/lib/sdl.pxd @ 561:bafe6361c0af

age author description
Fri, 30 May 2014 16:40:36 +0200 Emmanuel Gil Peyrot Make the OpenGL flavor and version options work.
Thu, 24 Apr 2014 20:01:42 +0200 Emmanuel Gil Peyrot Don’t retrieve the keyboard_state pointer at each frame.
Thu, 19 Dec 2013 00:44:18 +0100 Emmanuel Gil Peyrot Display important messages in popups, instead of the terminal.
Thu, 05 Dec 2013 01:55:39 +0100 Emmanuel Gil Peyrot Add a pure SDL backend.
Fri, 04 Oct 2013 14:32:28 +0200 Emmanuel Gil Peyrot Fix gcc’s warnings with -Wall -Wextra.
Wed, 11 Sep 2013 15:55:19 +0200 Emmanuel Gil Peyrot Make the window resizable, and scale its content correctly.
Fri, 06 Sep 2013 23:29:19 +0200 Emmanuel Gil Peyrot Add a context manager to initialize and shut down SDL outside of Window.