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.
Wed, 26 Dec 2012 01:00:31 +0100 Radek Brich Add ScrollView widget. Update Emitter, rename "on_event" methods to "_handle_event". Update VScrollbar, Layout.
Mon, 17 Dec 2012 23:27:37 +0100 Radek Brich Fixes.
Mon, 17 Dec 2012 23:19:58 +0100 Radek Brich Documentation, fix names of focus methods.
Mon, 17 Dec 2012 21:07:59 +0100 Radek Brich Clean up and update TreeView.
Mon, 17 Dec 2012 00:24:34 +0100 Radek Brich Update docs.
Sun, 16 Dec 2012 21:04:03 +0100 Radek Brich Fix mousewheel.
Sun, 16 Dec 2012 20:49:54 +0100 Radek Brich Update event propagation, keypress event, focusing.
Fri, 14 Dec 2012 10:32:43 +0100 Radek Brich Refactoring: rename eventsource module to emitter.
Fri, 14 Dec 2012 10:20:14 +0100 Radek Brich Clean up, refactoring. Rename EventSource to Emitter, begin merging emit() method with handle().
Fri, 14 Dec 2012 10:16:33 +0100 rbrich Update PyGame driver.
Thu, 13 Dec 2012 10:01:32 +0100 Radek Brich Add setup script. Add Checkbox widget + demo. Updates.
Mon, 20 Feb 2012 18:15:13 +0100 Radek Brich Import only one driver from application.
Wed, 12 Oct 2011 10:11:27 +0200 Radek Brich DriverPygame: output to character buffer, draw whole screen at once.
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.
Sun, 09 Oct 2011 11:17:42 +0200 Radek Brich Update TableView: cursor movement.
Sat, 08 Oct 2011 17:16:07 +0200 Radek Brich Add TableView plus demo.
Fri, 07 Oct 2011 12:36:14 +0200 Radek Brich Update utf8 character input to Python3. Reorganize tests.
Fri, 07 Oct 2011 12:02:33 +0200 Radek Brich Update demos and tests.
Fri, 07 Oct 2011 11:07:59 +0200 Radek Brich Eliminate relative imports.
Fri, 07 Oct 2011 10:57:12 +0200 Radek Brich Handle curses resize event.
Tue, 04 Oct 2011 22:51:12 +0200 Radek Brich Update VerticalLayout/HorizontalLayout. Add layout demo. Add Size, Borders to common. Update Coords, Rect.
Sun, 02 Oct 2011 23:32:35 +0200 Radek Brich Add Pager.
Mon, 12 Sep 2011 13:30:31 +0200 Radek Brich Add inheritance diagram to documentation.
Thu, 08 Sep 2011 11:37:27 +0200 Radek Brich Add more generated documentation.
Thu, 08 Sep 2011 10:13:55 +0200 Radek Brich Update EventSource documentation.
(0) -30 +30 +50 tip