Mercurial > touhou
log pytouhou/ui/window.pyx @ 588:7a82c4b52b16
age | author | description |
---|---|---|
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. |
Thu, 29 May 2014 12:31:55 +0200 | Emmanuel Gil Peyrot | Refactor graphics backend selection, to make them fallbackable and optional. |
Tue, 27 May 2014 19:25:33 +0200 | Emmanuel Gil Peyrot | Don’t store framerate limit in the Window while it already is in the Clock. |
Mon, 10 Feb 2014 18:03:50 +0100 | Emmanuel Gil Peyrot | Optimise Clock a bit more. |
Thu, 05 Dec 2013 02:16:31 +0100 | Emmanuel Gil Peyrot | Move the OpenGL backend to its own package. |