tuikit/container.py
Sun, 03 Feb 2013 16:38:41 +0100 Radek Brich Propagate "quit" event, do not just terminate application. Resize: flag widgets to be resized, do resizes only once before draw. Draw: flag widgets to be redrawn, do not draw everything on any event.
Fri, 01 Feb 2013 09:34:15 +0100 Radek Brich Clean up hints - add methods update_hint, hint_value to Widget. Split ScrollView into OffsetView and Scrolling components. Reimplement ScrollWindow using Scrolling component.
Wed, 30 Jan 2013 20:21:08 +0100 Radek Brich Add mousehover event (only SDL).
Sun, 27 Jan 2013 23:51:59 +0100 Radek Brich Update drivers: Rename setcolor to defcolor, add real setcolor which ignores color stack.
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.
Sat, 05 Jan 2013 00:37:11 +0100 Radek Brich Minor updates. Replace super() with direct class reference. Add demo_colors.
Fri, 04 Jan 2013 00:13:59 +0100 Radek Brich Clean up Emitter class, simplify event handling. Fix Container.focusnext() method. Add events test (handler auto-registration, order).
Sun, 30 Dec 2012 13:03:29 +0100 Radek Brich Make Container.layout a property.
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:19:58 +0100 Radek Brich Documentation, fix names of focus methods.
Mon, 17 Dec 2012 00:24:34 +0100 Radek Brich Update docs.
Sun, 16 Dec 2012 20:49:54 +0100 Radek Brich Update event propagation, keypress event, focusing.
Fri, 14 Dec 2012 10:20:14 +0100 Radek Brich Clean up, refactoring. Rename EventSource to Emitter, begin merging emit() method with handle().
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.
Fri, 07 Oct 2011 11:07:59 +0200 Radek Brich Eliminate relative imports.
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.
Thu, 08 Sep 2011 11:37:27 +0200 Radek Brich Add more generated documentation.
Sun, 31 Jul 2011 13:04:39 +0200 Radek Brich Added ComboBox, HorizontalLayout, TreeNode, TreeModel, TreeView. Widget is now descendant of EventSource. Improved color management (color prefixes).
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.
Tue, 15 Mar 2011 17:27:09 +0100 Radek Brich Menu, Window and other improvements.
Thu, 17 Feb 2011 23:35:05 +0100 Radek Brich Menu development. New focus. Easier imports from tuikit package.
Wed, 16 Feb 2011 23:51:30 +0100 Radek Brich tuikit
less more (0) tip