tuikit/common.py
Fri, 01 Feb 2013 00:24:02 +0100 Radek Brich Add ScrollWindow. Rewrite EditBox to work with OffsetLayout. Add propery "exposed" to DrawEvent. Add Widget._view_size. Add config file (driver, log_level).
Sun, 20 Jan 2013 00:49:19 +0100 Radek Brich Drop Container.offset, add special layout for that - OffsetLayout.
Sat, 19 Jan 2013 13:05:21 +0100 Radek Brich Rework MenuBar. Add MenuButton. Add mouse event cascading to floaters.
Fri, 18 Jan 2013 22:36:50 +0100 Radek Brich Rework layouts: Layout is now normal Container which places its children upon resize event.
Wed, 02 Jan 2013 00:16:12 +0100 Radek Brich Rename emitter module to events.
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.
Sun, 16 Dec 2012 21:04:03 +0100 Radek Brich Fix mousewheel.
Tue, 11 Oct 2011 10:09:58 +0200 Radek Brich DriverPygame: add mouse events and key press autorepeat.
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.
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, 10 Apr 2011 22:54:38 +0200 Radek Brich New GridLayout. Change cursor behavior (hide on unfocus event). Change resize event to propagate through containers. Change container clipping - allowlayout=false children are clipped without borders. More Widget doc.
Wed, 16 Feb 2011 23:51:30 +0100 Radek Brich tuikit
less more (0) tip