log pytouhou/ui/window.pyx @ 610:1b31169dc344

age author description
Wed, 26 Nov 2014 13:36:38 +0100 Emmanuel Gil Peyrot Fix compilation under Cython 0.22, by making the pyx and the pxd declarations’ except clause similar.
Sat, 25 Oct 2014 18:49:41 +0200 Emmanuel Gil Peyrot Fix a regression introduced in the previous commit when the interface has a different resolution than 640Ă—480 and framebuffer_blit is enabled.
Sat, 18 Oct 2014 18:04:43 +0200 Emmanuel Gil Peyrot Make frameskip actually skip the rendering part, not just the buffer swap.
Fri, 10 Oct 2014 15:59:11 +0200 Emmanuel Gil Peyrot Add a frameskip option, and use swap interval to implement it.
Wed, 08 Oct 2014 19:20:15 +0200 Emmanuel Gil Peyrot Prevent a traceback when we call Window.run without a runner set.
Mon, 04 Aug 2014 18:18:55 +0200 Emmanuel Gil Peyrot Make Runner.update callable from Python code.