2015-02-22 Redraw widgets on request. Add scrollbar demo. default tip api1
Radek Brich <radek.brich@devl.cz> [Sun, 22 Feb 2015 09:53:13 +0100] rev 119
Redraw widgets on request. Add scrollbar demo.
2015-02-21 Add mouse events, event demo.
Radek Brich <radek.brich@devl.cz> [Sat, 21 Feb 2015 12:01:57 +0100] rev 118
Add mouse events, event demo.
2015-02-16 Update FixedLayout. Add demo launcher.
Radek Brich <radek.brich@devl.cz> [Mon, 16 Feb 2015 21:17:43 +0100] rev 117
Update FixedLayout. Add demo launcher.
2015-02-15 Drop AnchorLayout, merge its features into FixedLayout.
Radek Brich <radek.brich@devl.cz> [Sun, 15 Feb 2015 17:50:24 +0100] rev 116
Drop AnchorLayout, merge its features into FixedLayout.
2015-02-15 GridLayout: basic implementation.
Radek Brich <radek.brich@devl.cz> [Sun, 15 Feb 2015 12:52:46 +0100] rev 115
GridLayout: basic implementation.
2015-02-15 Add Widget.posreq. Add OffsetLayout.
Radek Brich <radek.brich@devl.cz> [Sun, 15 Feb 2015 12:48:23 +0100] rev 114
Add Widget.posreq. Add OffsetLayout.
2014-09-03 Merge.
Radek Brich <radek.brich@devl.cz> [Wed, 03 Sep 2014 21:56:20 +0200] rev 113
Merge. Due to my schizophrenia, I've accidentally forked my own code. The other set of changes were found in another computer.
2014-09-03 Refactor cursor.
Radek Brich <radek.brich@devl.cz> [Wed, 03 Sep 2014 19:17:04 +0200] rev 112
Refactor cursor.
2014-09-03 Refactor events.
Radek Brich <radek.brich@devl.cz> [Wed, 03 Sep 2014 19:14:43 +0200] rev 111
Refactor events.
2014-09-03 Add cursesw driver, using curses get_wch() for unicode input. It alse has enabled keypad() to let curses interpret control keys and mouse input.
Radek Brich <radek.brich@devl.cz> [Wed, 03 Sep 2014 19:13:37 +0200] rev 110
Add cursesw driver, using curses get_wch() for unicode input. It alse has enabled keypad() to let curses interpret control keys and mouse input.
2014-09-03 Update keypress propagation. Allow focus change by tab key. Add log property to Widget for smart logging.
Radek Brich <radek.brich@devl.cz> [Wed, 03 Sep 2014 19:08:21 +0200] rev 109
Update keypress propagation. Allow focus change by tab key. Add log property to Widget for smart logging.
2014-09-03 Fix cursor.
Radek Brich <radek.brich@devl.cz> [Wed, 03 Sep 2014 08:57:24 +0200] rev 108
Fix cursor.
2014-09-03 Refactoring. Add ImmutablePoint.
Radek Brich <radek.brich@devl.cz> [Wed, 03 Sep 2014 08:57:06 +0200] rev 107
Refactoring. Add ImmutablePoint.
2014-09-03 Use Point for mouse events, add them to Container and Widget.
Radek Brich <radek.brich@devl.cz> [Wed, 03 Sep 2014 08:53:44 +0200] rev 106
Use Point for mouse events, add them to Container and Widget.
2014-09-01 Update logging.
Radek Brich <radek.brich@devl.cz> [Mon, 01 Sep 2014 08:55:40 +0200] rev 105
Update logging.
2014-09-01 Update TextBox: Replace "spot" with "cursor".
Radek Brich <radek.brich@devl.cz> [Mon, 01 Sep 2014 08:45:51 +0200] rev 104
Update TextBox: Replace "spot" with "cursor".
2014-08-27 Update TextField: Handle home, end keys.
Radek Brich <radek.brich@devl.cz> [Wed, 27 Aug 2014 23:09:53 +0200] rev 103
Update TextField: Handle home, end keys.
2014-08-20 Update TreeView (old uncommitted work). api0
Radek Brich <radek.brich@devl.cz> [Wed, 20 Aug 2014 15:06:52 +0200] rev 102
Update TreeView (old uncommitted work).
2014-08-20 Add old uncomitted docs.
Radek Brich <radek.brich@devl.cz> [Wed, 20 Aug 2014 15:01:11 +0200] rev 101
Add old uncomitted docs.
2014-08-20 Update TableView (old uncommitted work).
Radek Brich <radek.brich@devl.cz> [Wed, 20 Aug 2014 14:48:16 +0200] rev 100
Update TableView (old uncommitted work).
2014-08-20 Update TableView (old uncommitted work).
Radek Brich <radek.brich@devl.cz> [Wed, 20 Aug 2014 14:24:48 +0200] rev 99
Update TableView (old uncommitted work).
2013-02-04 Fix redraw of overlapping widgets inside AnchorLayout.
Radek Brich <radek.brich@devl.cz> [Mon, 04 Feb 2013 20:12:09 +0100] rev 98
Fix redraw of overlapping widgets inside AnchorLayout.
2014-03-28 Add TextField widget, keypress event, cursor.
Radek Brich <radek.brich@devl.cz> [Fri, 28 Mar 2014 19:58:59 +0100] rev 97
Add TextField widget, keypress event, cursor.
2014-03-28 Add TextBox, text editor demo. Update demobase.
Radek Brich <radek.brich@devl.cz> [Fri, 28 Mar 2014 14:58:20 +0100] rev 96
Add TextBox, text editor demo. Update demobase.
2014-03-28 Refactoring: Swap drawing operations parameters. Coords are now last and have default values.
Radek Brich <radek.brich@devl.cz> [Fri, 28 Mar 2014 14:58:12 +0100] rev 95
Refactoring: Swap drawing operations parameters. Coords are now last and have default values.
2014-03-28 Add origin to Buffer. Use it to simplify hierarchical drawing.
Radek Brich <radek.brich@devl.cz> [Fri, 28 Mar 2014 10:44:29 +0100] rev 94
Add origin to Buffer. Use it to simplify hierarchical drawing.
2014-03-27 Add Layout, FixedLayout.
Radek Brich <radek.brich@devl.cz> [Thu, 27 Mar 2014 08:03:51 +0100] rev 93
Add Layout, FixedLayout.
2014-03-26 Configure logging for demos.
Radek Brich <radek.brich@devl.cz> [Wed, 26 Mar 2014 21:26:39 +0100] rev 92
Configure logging for demos.
2014-03-26 Add clipping for Buffer draw operations.
Radek Brich <radek.brich@devl.cz> [Wed, 26 Mar 2014 09:08:10 +0100] rev 91
Add clipping for Buffer draw operations.
2014-03-19 Add timer, adjust inheritance of Widget, Container, Window.
Radek Brich <radek.brich@devl.cz> [Wed, 19 Mar 2014 20:42:52 +0100] rev 90
Add timer, adjust inheritance of Widget, Container, Window.
2014-03-18 Add Theme, Button.
Radek Brich <radek.brich@devl.cz> [Wed, 19 Mar 2014 00:32:38 +0100] rev 89
Add Theme, Button.
2014-03-18 Add WindowManager, basic event handling.
Radek Brich <radek.brich@devl.cz> [Tue, 18 Mar 2014 22:39:21 +0100] rev 88
Add WindowManager, basic event handling.
2014-03-17 Add core Widget, Container. Add widgets Label.
Radek Brich <radek.brich@devl.cz> [Mon, 17 Mar 2014 23:44:18 +0100] rev 87
Add core Widget, Container. Add widgets Label.
2014-03-17 Add core Application (adjusted), Window (new version), Signal (replaces Emitter), Size (adjusted). Add application demo.
Radek Brich <radek.brich@devl.cz> [Mon, 17 Mar 2014 20:40:04 +0100] rev 86
Add core Application (adjusted), Window (new version), Signal (replaces Emitter), Size (adjusted). Add application demo.
2014-03-15 Add colors to curses demo.
Radek Brich <radek.brich@devl.cz> [Sat, 15 Mar 2014 15:28:20 +0100] rev 85
Add colors to curses demo.
2014-03-15 Refactor Driver, CursesDriver: draw, setattr, input.
Radek Brich <radek.brich@devl.cz> [Sat, 15 Mar 2014 14:43:47 +0100] rev 84
Refactor Driver, CursesDriver: draw, setattr, input.
2014-03-15 Refactor Driver, CursesDriver: init, close, draw.
Radek Brich <radek.brich@devl.cz> [Sat, 15 Mar 2014 11:05:12 +0100] rev 83
Refactor Driver, CursesDriver: init, close, draw.
2014-03-14 Fix original modules and demos.
Radek Brich <radek.brich@devl.cz> [Fri, 14 Mar 2014 18:23:23 +0100] rev 82
Fix original modules and demos.
2014-03-14 Add frame method to Buffer.
Radek Brich <radek.brich@devl.cz> [Fri, 14 Mar 2014 10:30:43 +0100] rev 81
Add frame method to Buffer.
2014-03-14 Move UnicodeGraphics to core. Update it.
Radek Brich <radek.brich@devl.cz> [Fri, 14 Mar 2014 10:03:36 +0100] rev 80
Move UnicodeGraphics to core. Update it.
2014-03-14 Add attribute storage to Buffer.
Radek Brich <radek.brich@devl.cz> [Fri, 14 Mar 2014 08:44:15 +0100] rev 79
Add attribute storage to Buffer.
2014-03-12 Add Buffer class with basic drawing methods.
Radek Brich <radek.brich@devl.cz> [Wed, 12 Mar 2014 23:21:20 +0100] rev 78
Add Buffer class with basic drawing methods.
2013-02-03 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.
Radek Brich <radek.brich@devl.cz> [Sun, 03 Feb 2013 16:38:41 +0100] rev 77
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.
2013-02-02 Update demo_input, demo_editor. Update ScrollView: show/hide scrollbars as needed on child size requests.
Radek Brich <radek.brich@devl.cz> [Sat, 02 Feb 2013 12:54:27 +0100] rev 76
Update demo_input, demo_editor. Update ScrollView: show/hide scrollbars as needed on child size requests.
2013-02-01 Clean up hints - add methods update_hint, hint_value to Widget. Split ScrollView into OffsetView and Scrolling components. Reimplement ScrollWindow using Scrolling component.
Radek Brich <radek.brich@devl.cz> [Fri, 01 Feb 2013 09:34:15 +0100] rev 75
Clean up hints - add methods update_hint, hint_value to Widget. Split ScrollView into OffsetView and Scrolling components. Reimplement ScrollWindow using Scrolling component.
2013-01-31 Add ScrollWindow. Rewrite EditBox to work with OffsetLayout. Add propery "exposed" to DrawEvent. Add Widget._view_size. Add config file (driver, log_level).
Radek Brich <radek.brich@devl.cz> [Fri, 01 Feb 2013 00:24:02 +0100] rev 74
Add ScrollWindow. Rewrite EditBox to work with OffsetLayout. Add propery "exposed" to DrawEvent. Add Widget._view_size. Add config file (driver, log_level).
2013-01-30 Add mousehover event (only SDL).
Radek Brich <radek.brich@devl.cz> [Wed, 30 Jan 2013 20:21:08 +0100] rev 73
Add mousehover event (only SDL).
2013-01-30 DriverSDL: Fix event dispatching. Add SDL events test.
Radek Brich <radek.brich@devl.cz> [Wed, 30 Jan 2013 19:44:01 +0100] rev 72
DriverSDL: Fix event dispatching. Add SDL events test.
2013-01-29 Report mousemove relative position change. Window: when in AnchorLayout, aligned right/bottom - fix resizing by mouse to behave as expected.
Radek Brich <radek.brich@devl.cz> [Wed, 30 Jan 2013 00:38:48 +0100] rev 71
Report mousemove relative position change. Window: when in AnchorLayout, aligned right/bottom - fix resizing by mouse to behave as expected.
2013-01-27 Update drivers: Rename setcolor to defcolor, add real setcolor which ignores color stack.
Radek Brich <radek.brich@devl.cz> [Sun, 27 Jan 2013 23:51:59 +0100] rev 70
Update drivers: Rename setcolor to defcolor, add real setcolor which ignores color stack. Application: Add overridable startup() method. Fix Widget draw clipping.
2013-01-27 Add sdlterm to setup.py. Simplify color description, allow missing bg.
Radek Brich <radek.brich@devl.cz> [Sun, 27 Jan 2013 12:54:52 +0100] rev 69
Add sdlterm to setup.py. Simplify color description, allow missing bg.
2013-01-23 DriverCurses: filter mousemove - generate event only when coordinates changes.
Radek Brich <radek.brich@devl.cz> [Wed, 23 Jan 2013 21:59:16 +0100] rev 68
DriverCurses: filter mousemove - generate event only when coordinates changes.
2013-01-23 DriverSDL: add support for key modifiers.
Radek Brich <radek.brich@devl.cz> [Wed, 23 Jan 2013 21:49:40 +0100] rev 67
DriverSDL: add support for key modifiers.
2013-01-22 Fix.
Radek Brich <radek.brich@devl.cz> [Wed, 23 Jan 2013 00:59:21 +0100] rev 66
Fix.
2013-01-22 DriverCurses: Add support for key modifiers.
Radek Brich <radek.brich@devl.cz> [Wed, 23 Jan 2013 00:50:23 +0100] rev 65
DriverCurses: Add support for key modifiers.
2013-01-19 Drop Container.offset, add special layout for that - OffsetLayout.
Radek Brich <radek.brich@devl.cz> [Sun, 20 Jan 2013 00:49:19 +0100] rev 64
Drop Container.offset, add special layout for that - OffsetLayout. Add Widget.bring_up(): moves child to end of children list.
2013-01-19 Rework MenuBar. Add MenuButton. Add mouse event cascading to floaters.
Radek Brich <radek.brich@devl.cz> [Sat, 19 Jan 2013 13:05:21 +0100] rev 63
Rework MenuBar. Add MenuButton. Add mouse event cascading to floaters. LinearLayout: spacing now applies to all children, not just those with expand. Fix Window resize request inside layouts. UnicodeGraphics: prepare for styling/theming.
2013-01-18 Rework layouts: Layout is now normal Container which places its children upon resize event.
Radek Brich <radek.brich@devl.cz> [Fri, 18 Jan 2013 22:36:50 +0100] rev 62
Rework layouts: Layout is now normal Container which places its children upon resize event. Drop TopWindow, top is now any subclass of Container. Add floater concept: floaters are widgets drawn over normal widgets, not clipped by parent. Add HScrollbar and Scrollbar abstract base class.
2013-01-09 DriverSDL: Fix.
Radek Brich <radek.brich@devl.cz> [Thu, 10 Jan 2013 00:03:34 +0100] rev 61
DriverSDL: Fix.
2013-01-09 DriverSDL: Implement blink attribute.
Radek Brich <radek.brich@devl.cz> [Wed, 09 Jan 2013 22:32:15 +0100] rev 60
DriverSDL: Implement blink attribute.
2013-01-08 Cleanup timeouts.
Radek Brich <radek.brich@devl.cz> [Tue, 08 Jan 2013 23:59:55 +0100] rev 59
Cleanup timeouts.
2013-01-08 sdlterm: Cleanup exceptions.
Radek Brich <radek.brich@devl.cz> [Tue, 08 Jan 2013 23:36:01 +0100] rev 58
sdlterm: Cleanup exceptions.
2013-01-08 DriverSDL: Add support for timeouts.
Radek Brich <radek.brich@devl.cz> [Tue, 08 Jan 2013 01:12:07 +0100] rev 57
DriverSDL: Add support for timeouts.
2013-01-07 Drop PyGame driver, replaced by compiled SDL driver.
Radek Brich <radek.brich@devl.cz> [Mon, 07 Jan 2013 23:15:17 +0100] rev 56
Drop PyGame driver, replaced by compiled SDL driver.
2013-01-06 DriverSDL: mousewheel, key repeation.
Radek Brich <radek.brich@devl.cz> [Mon, 07 Jan 2013 00:23:45 +0100] rev 55
DriverSDL: mousewheel, key repeation.
2013-01-06 DriverSDL: system font lookup.
Radek Brich <radek.brich@devl.cz> [Sun, 06 Jan 2013 23:03:24 +0100] rev 54
DriverSDL: system font lookup.
2013-01-06 DriverSDL: Implement cursor, handle window resize.
Radek Brich <radek.brich@devl.cz> [Sun, 06 Jan 2013 13:55:02 +0100] rev 53
DriverSDL: Implement cursor, handle window resize.
2013-01-05 Update SDL driver: Enlarge char, attr to 32 bits, 64 bits per terminal cell. Colors and attributes are complete, only blink does not work.
Radek Brich <radek.brich@devl.cz> [Sat, 05 Jan 2013 23:00:41 +0100] rev 52
Update SDL driver: Enlarge char, attr to 32 bits, 64 bits per terminal cell. Colors and attributes are complete, only blink does not work.
2013-01-05 Clean up: expand unwanted tabs.
Radek Brich <radek.brich@devl.cz> [Sat, 05 Jan 2013 18:56:45 +0100] rev 51
Clean up: expand unwanted tabs.
2013-01-05 DriverSDL: Implement colors.
Radek Brich <radek.brich@devl.cz> [Sat, 05 Jan 2013 18:44:56 +0100] rev 50
DriverSDL: Implement colors.
2013-01-05 Update sdlterm: Optimize commit() - use two cell buffers, redraw only dirty cells, not everything. Fix keypress event, filter mousemove.
Radek Brich <radek.brich@devl.cz> [Sat, 05 Jan 2013 16:47:30 +0100] rev 49
Update sdlterm: Optimize commit() - use two cell buffers, redraw only dirty cells, not everything. Fix keypress event, filter mousemove.
2013-01-05 Add SDL driver prototype. Update sdlterm: Handle keyboard, mouse events. Add glyph cache.
Radek Brich <radek.brich@devl.cz> [Sat, 05 Jan 2013 12:40:32 +0100] rev 48
Add SDL driver prototype. Update sdlterm: Handle keyboard, mouse events. Add glyph cache.
2013-01-04 Add sdlterm prototype: extension module for SDL driver.
Radek Brich <radek.brich@devl.cz> [Sat, 05 Jan 2013 00:40:27 +0100] rev 47
Add sdlterm prototype: extension module for SDL driver.
2013-01-04 Minor updates. Replace super() with direct class reference. Add demo_colors.
Radek Brich <radek.brich@devl.cz> [Sat, 05 Jan 2013 00:37:11 +0100] rev 46
Minor updates. Replace super() with direct class reference. Add demo_colors.
2013-01-03 Clean up Emitter class, simplify event handling. Fix Container.focusnext() method. Add events test (handler auto-registration, order).
Radek Brich <radek.brich@devl.cz> [Fri, 04 Jan 2013 00:13:59 +0100] rev 45
Clean up Emitter class, simplify event handling. Fix Container.focusnext() method. Add events test (handler auto-registration, order).
2013-01-02 Add Widget.spot property. TreeView: move spot with cursor node. ScrollView: scroll when spot moves.
Radek Brich <radek.brich@devl.cz> [Wed, 02 Jan 2013 11:48:36 +0100] rev 44
Add Widget.spot property. TreeView: move spot with cursor node. ScrollView: scroll when spot moves.
2013-01-01 Rename emitter module to events.
Radek Brich <radek.brich@devl.cz> [Wed, 02 Jan 2013 00:16:12 +0100] rev 43
Rename emitter module to events.
2012-12-30 Make Container.layout a property.
Radek Brich <radek.brich@devl.cz> [Sun, 30 Dec 2012 13:03:29 +0100] rev 42
Make Container.layout a property.
2012-12-29 Update Emitter: All event handlers now have exactly one argument: object inherited from Event class, which carries any data.
Radek Brich <radek.brich@devl.cz> [Sat, 29 Dec 2012 12:16:06 +0100] rev 41
Update Emitter: All event handlers now have exactly one argument: object inherited from Event class, which carries any data.
2012-12-26 Add ScrollView widget. Update Emitter, rename "on_event" methods to "_handle_event". Update VScrollbar, Layout.
Radek Brich <radek.brich@devl.cz> [Wed, 26 Dec 2012 01:00:31 +0100] rev 40
Add ScrollView widget. Update Emitter, rename "on_event" methods to "_handle_event". Update VScrollbar, Layout.
2012-12-17 Fixes.
Radek Brich <radek.brich@devl.cz> [Mon, 17 Dec 2012 23:27:37 +0100] rev 39
Fixes.
2012-12-17 Documentation, fix names of focus methods.
Radek Brich <radek.brich@devl.cz> [Mon, 17 Dec 2012 23:19:58 +0100] rev 38
Documentation, fix names of focus methods.
2012-12-17 Clean up and update TreeView.
Radek Brich <radek.brich@devl.cz> [Mon, 17 Dec 2012 21:07:59 +0100] rev 37
Clean up and update TreeView.
2012-12-16 Update docs.
Radek Brich <radek.brich@devl.cz> [Mon, 17 Dec 2012 00:24:34 +0100] rev 36
Update docs.
2012-12-16 Fix mousewheel.
Radek Brich <radek.brich@devl.cz> [Sun, 16 Dec 2012 21:04:03 +0100] rev 35
Fix mousewheel.
2012-12-16 Update event propagation, keypress event, focusing.
Radek Brich <radek.brich@devl.cz> [Sun, 16 Dec 2012 20:49:54 +0100] rev 34
Update event propagation, keypress event, focusing.
2012-12-14 Refactoring: rename eventsource module to emitter.
Radek Brich <radek.brich@devl.cz> [Fri, 14 Dec 2012 10:32:43 +0100] rev 33
Refactoring: rename eventsource module to emitter.
2012-12-14 Clean up, refactoring. Rename EventSource to Emitter, begin merging emit() method with handle().
Radek Brich <radek.brich@devl.cz> [Fri, 14 Dec 2012 10:20:14 +0100] rev 32
Clean up, refactoring. Rename EventSource to Emitter, begin merging emit() method with handle().
2012-12-14 Update PyGame driver.
rbrich [Fri, 14 Dec 2012 10:16:33 +0100] rev 31
Update PyGame driver.
2012-12-13 Add setup script. Add Checkbox widget + demo. Updates.
Radek Brich <radek.brich@devl.cz> [Thu, 13 Dec 2012 10:01:32 +0100] rev 30
Add setup script. Add Checkbox widget + demo. Updates.
2012-02-20 Import only one driver from application.
Radek Brich <radek.brich@devl.cz> [Mon, 20 Feb 2012 18:15:13 +0100] rev 29
Import only one driver from application.
2011-10-12 DriverPygame: output to character buffer, draw whole screen at once.
Radek Brich <radek.brich@devl.cz> [Wed, 12 Oct 2011 10:11:27 +0200] rev 28
DriverPygame: output to character buffer, draw whole screen at once.
2011-10-11 DriverPygame: add colors, make window resizable.
Radek Brich <radek.brich@devl.cz> [Wed, 12 Oct 2011 00:58:46 +0200] rev 27
DriverPygame: add colors, make window resizable.
2011-10-11 DriverPygame: add mouse events and key press autorepeat.
Radek Brich <radek.brich@devl.cz> [Tue, 11 Oct 2011 10:09:58 +0200] rev 26
DriverPygame: add mouse events and key press autorepeat.
2011-10-10 Partial DriverPygame.putch() implementation. Add patch for PyGame implementing font.render_glyph(). Add test for PyGame font module. Add special key definitions to DriverPygame.
Radek Brich <radek.brich@devl.cz> [Mon, 10 Oct 2011 22:20:59 +0200] rev 25
Partial DriverPygame.putch() implementation. Add patch for PyGame implementing font.render_glyph(). Add test for PyGame font module. Add special key definitions to DriverPygame.
2011-10-09 Add DriverPygame (incomplete). Move unicode graphics constants to UnicodeGraphics class. Move shared parts of drivers to Driver base class.
Radek Brich <radek.brich@devl.cz> [Sun, 09 Oct 2011 19:30:25 +0200] rev 24
Add DriverPygame (incomplete). Move unicode graphics constants to UnicodeGraphics class. Move shared parts of drivers to Driver base class.
2011-10-09 Rename BackendCurses to DriverCurses. Add DriverDummy - dummy driver for debugging purposes. Move clipping stack from driver to common.ClipStack class.
Radek Brich <radek.brich@devl.cz> [Sun, 09 Oct 2011 13:06:58 +0200] rev 23
Rename BackendCurses to DriverCurses. Add DriverDummy - dummy driver for debugging purposes. Move clipping stack from driver to common.ClipStack class.
2011-10-09 Update TableView: cursor movement.
Radek Brich <radek.brich@devl.cz> [Sun, 09 Oct 2011 11:17:42 +0200] rev 22
Update TableView: cursor movement.
2011-10-08 Add TableView plus demo.
Radek Brich <radek.brich@devl.cz> [Sat, 08 Oct 2011 17:16:07 +0200] rev 21
Add TableView plus demo.
2011-10-07 Update utf8 character input to Python3. Reorganize tests.
Radek Brich <radek.brich@devl.cz> [Fri, 07 Oct 2011 12:36:14 +0200] rev 20
Update utf8 character input to Python3. Reorganize tests.
2011-10-07 Update demos and tests.
Radek Brich <radek.brich@devl.cz> [Fri, 07 Oct 2011 12:02:33 +0200] rev 19
Update demos and tests.
2011-10-07 Eliminate relative imports.
Radek Brich <radek.brich@devl.cz> [Fri, 07 Oct 2011 11:07:59 +0200] rev 18
Eliminate relative imports.
2011-10-07 Handle curses resize event.
Radek Brich <radek.brich@devl.cz> [Fri, 07 Oct 2011 10:57:12 +0200] rev 17
Handle curses resize event.
2011-10-04 Update VerticalLayout/HorizontalLayout. Add layout demo. Add Size, Borders to common. Update Coords, Rect.
Radek Brich <radek.brich@devl.cz> [Tue, 04 Oct 2011 22:51:12 +0200] rev 16
Update VerticalLayout/HorizontalLayout. Add layout demo. Add Size, Borders to common. Update Coords, Rect.
2011-10-02 Add Pager.
Radek Brich <radek.brich@devl.cz> [Sun, 02 Oct 2011 23:32:35 +0200] rev 15
Add Pager.
2011-09-12 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz> [Mon, 12 Sep 2011 13:30:31 +0200] rev 14
Add inheritance diagram to documentation.
2011-09-08 Add more generated documentation.
Radek Brich <radek.brich@devl.cz> [Thu, 08 Sep 2011 11:37:27 +0200] rev 13
Add more generated documentation.
2011-09-08 Update EventSource documentation.
Radek Brich <radek.brich@devl.cz> [Thu, 08 Sep 2011 10:13:55 +0200] rev 12
Update EventSource documentation.
2011-08-17 TreeView: Add cursor, node collapse, reworked draw.
Radek Brich <radek.brich@devl.cz> [Wed, 17 Aug 2011 23:43:52 +0200] rev 11
TreeView: Add cursor, node collapse, reworked draw.
2011-08-17 Use isinstance instead of type.
Radek Brich <radek.brich@devl.cz> [Wed, 17 Aug 2011 21:11:47 +0200] rev 10
Use isinstance instead of type.
2011-07-31 Added ComboBox, HorizontalLayout, TreeNode, TreeModel, TreeView. Widget is now descendant of EventSource. Improved color management (color prefixes).
Radek Brich <radek.brich@devl.cz> [Sun, 31 Jul 2011 13:04:39 +0200] rev 9
Added ComboBox, HorizontalLayout, TreeNode, TreeModel, TreeView. Widget is now descendant of EventSource. Improved color management (color prefixes).
2011-04-13 Update editfield - place cursor to end initially.
Radek Brich <radek.brich@devl.cz> [Wed, 13 Apr 2011 13:07:26 +0200] rev 8
Update editfield - place cursor to end initially.
2011-04-12 New color management - named colors.
Radek Brich <radek.brich@devl.cz> [Wed, 13 Apr 2011 01:33:27 +0200] rev 7
New color management - named colors.
2011-04-10 Test for GridLayout. New Label widget.
Radek Brich <radek.brich@devl.cz> [Sun, 10 Apr 2011 22:56:13 +0200] rev 6
Test for GridLayout. New Label widget.
2011-04-10 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.
Radek Brich <radek.brich@devl.cz> [Sun, 10 Apr 2011 22:54:38 +0200] rev 5
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.
2011-03-18 Add escape sequences for linux console.
Radek Brich <radek.brich@devl.cz> [Fri, 18 Mar 2011 20:14:44 +0100] rev 4
Add escape sequences for linux console.
2011-03-16 Fixed escape sequence handling.
Radek Brich <radek.brich@devl.cz> [Wed, 16 Mar 2011 15:19:05 +0100] rev 3
Fixed escape sequence handling.
2011-03-15 Menu, Window and other improvements.
Radek Brich <radek.brich@devl.cz> [Tue, 15 Mar 2011 17:27:09 +0100] rev 2
Menu, Window and other improvements.
2011-02-17 Menu development. New focus. Easier imports from tuikit package.
Radek Brich <radek.brich@devl.cz> [Thu, 17 Feb 2011 23:35:05 +0100] rev 1
Menu development. New focus. Easier imports from tuikit package.
2011-02-16 tuikit
Radek Brich <radek.brich@devl.cz> [Wed, 16 Feb 2011 23:51:30 +0100] rev 0
tuikit
(0) tip