tuikit/driver_curses.py
Wed, 23 Jan 2013 00:59:21 +0100 Radek Brich Fix.
Wed, 23 Jan 2013 00:50:23 +0100 Radek Brich DriverCurses: Add support for key modifiers.
Tue, 08 Jan 2013 01:12:07 +0100 Radek Brich DriverSDL: Add support for timeouts.
Sat, 05 Jan 2013 00:37:11 +0100 Radek Brich Minor updates. Replace super() with direct class reference. Add demo_colors.
Sat, 29 Dec 2012 12:16:06 +0100 Radek Brich Update Emitter: All event handlers now have exactly one argument: object inherited from Event class, which carries any data.
Sun, 16 Dec 2012 20:49:54 +0100 Radek Brich Update event propagation, keypress event, focusing.
Mon, 20 Feb 2012 18:15:13 +0100 Radek Brich Import only one driver from application.
Wed, 12 Oct 2011 00:58:46 +0200 Radek Brich DriverPygame: add colors, make window resizable.
Tue, 11 Oct 2011 10:09:58 +0200 Radek Brich DriverPygame: add mouse events and key press autorepeat.
Mon, 10 Oct 2011 22:20:59 +0200 Radek Brich Partial DriverPygame.putch() implementation. Add patch for PyGame implementing font.render_glyph(). Add test for PyGame font module. Add special key definitions to DriverPygame.
Sun, 09 Oct 2011 19:30:25 +0200 Radek Brich Add DriverPygame (incomplete). Move unicode graphics constants to UnicodeGraphics class. Move shared parts of drivers to Driver base class.
Sun, 09 Oct 2011 13:06:58 +0200 Radek Brich Rename BackendCurses to DriverCurses. Add DriverDummy - dummy driver for debugging purposes. Move clipping stack from driver to common.ClipStack class.
less more (0) tip