Wed, 26 Mar 2014 21:26:39 +0100 Configure logging for demos.
Radek Brich <radek.brich@devl.cz> [Wed, 26 Mar 2014 21:26:39 +0100] rev 92
Configure logging for demos.
Wed, 26 Mar 2014 09:08:10 +0100 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.
Wed, 19 Mar 2014 20:42:52 +0100 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.
Wed, 19 Mar 2014 00:32:38 +0100 Add Theme, Button.
Radek Brich <radek.brich@devl.cz> [Wed, 19 Mar 2014 00:32:38 +0100] rev 89
Add Theme, Button.
Tue, 18 Mar 2014 22:39:21 +0100 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.
Mon, 17 Mar 2014 23:44:18 +0100 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.
Mon, 17 Mar 2014 20:40:04 +0100 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.
Sat, 15 Mar 2014 15:28:20 +0100 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.
Sat, 15 Mar 2014 14:43:47 +0100 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.
Sat, 15 Mar 2014 11:05:12 +0100 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.
Fri, 14 Mar 2014 18:23:23 +0100 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.
Fri, 14 Mar 2014 10:30:43 +0100 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.
Fri, 14 Mar 2014 10:03:36 +0100 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.
Fri, 14 Mar 2014 08:44:15 +0100 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.
Wed, 12 Mar 2014 23:21:20 +0100 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.
Sun, 03 Feb 2013 16:38:41 +0100 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.
Sat, 02 Feb 2013 12:54:27 +0100 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.
Fri, 01 Feb 2013 09:34:15 +0100 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.
Fri, 01 Feb 2013 00:24:02 +0100 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).
Wed, 30 Jan 2013 20:21:08 +0100 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).
Wed, 30 Jan 2013 19:44:01 +0100 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.
Wed, 30 Jan 2013 00:38:48 +0100 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.
Sun, 27 Jan 2013 23:51:59 +0100 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.
Sun, 27 Jan 2013 12:54:52 +0100 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.
Wed, 23 Jan 2013 21:59:16 +0100 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.
Wed, 23 Jan 2013 21:49:40 +0100 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.
Wed, 23 Jan 2013 00:59:21 +0100 Fix.
Radek Brich <radek.brich@devl.cz> [Wed, 23 Jan 2013 00:59:21 +0100] rev 66
Fix.
Wed, 23 Jan 2013 00:50:23 +0100 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.
Sun, 20 Jan 2013 00:49:19 +0100 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.
Sat, 19 Jan 2013 13:05:21 +0100 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.
Fri, 18 Jan 2013 22:36:50 +0100 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.
Thu, 10 Jan 2013 00:03:34 +0100 DriverSDL: Fix.
Radek Brich <radek.brich@devl.cz> [Thu, 10 Jan 2013 00:03:34 +0100] rev 61
DriverSDL: Fix.
Wed, 09 Jan 2013 22:32:15 +0100 DriverSDL: Implement blink attribute.
Radek Brich <radek.brich@devl.cz> [Wed, 09 Jan 2013 22:32:15 +0100] rev 60
DriverSDL: Implement blink attribute.
Tue, 08 Jan 2013 23:59:55 +0100 Cleanup timeouts.
Radek Brich <radek.brich@devl.cz> [Tue, 08 Jan 2013 23:59:55 +0100] rev 59
Cleanup timeouts.
Tue, 08 Jan 2013 23:36:01 +0100 sdlterm: Cleanup exceptions.
Radek Brich <radek.brich@devl.cz> [Tue, 08 Jan 2013 23:36:01 +0100] rev 58
sdlterm: Cleanup exceptions.
Tue, 08 Jan 2013 01:12:07 +0100 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.
Mon, 07 Jan 2013 23:15:17 +0100 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.
Mon, 07 Jan 2013 00:23:45 +0100 DriverSDL: mousewheel, key repeation.
Radek Brich <radek.brich@devl.cz> [Mon, 07 Jan 2013 00:23:45 +0100] rev 55
DriverSDL: mousewheel, key repeation.
Sun, 06 Jan 2013 23:03:24 +0100 DriverSDL: system font lookup.
Radek Brich <radek.brich@devl.cz> [Sun, 06 Jan 2013 23:03:24 +0100] rev 54
DriverSDL: system font lookup.
Sun, 06 Jan 2013 13:55:02 +0100 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.
Sat, 05 Jan 2013 23:00:41 +0100 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.
Sat, 05 Jan 2013 18:56:45 +0100 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.
Sat, 05 Jan 2013 18:44:56 +0100 DriverSDL: Implement colors.
Radek Brich <radek.brich@devl.cz> [Sat, 05 Jan 2013 18:44:56 +0100] rev 50
DriverSDL: Implement colors.
Sat, 05 Jan 2013 16:47:30 +0100 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.
Sat, 05 Jan 2013 12:40:32 +0100 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.
Sat, 05 Jan 2013 00:40:27 +0100 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.
Sat, 05 Jan 2013 00:37:11 +0100 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.
Fri, 04 Jan 2013 00:13:59 +0100 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).
Wed, 02 Jan 2013 11:48:36 +0100 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.
Wed, 02 Jan 2013 00:16:12 +0100 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.
Sun, 30 Dec 2012 13:03:29 +0100 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.
Sat, 29 Dec 2012 12:16:06 +0100 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.
Wed, 26 Dec 2012 01:00:31 +0100 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.
Mon, 17 Dec 2012 23:27:37 +0100 Fixes.
Radek Brich <radek.brich@devl.cz> [Mon, 17 Dec 2012 23:27:37 +0100] rev 39
Fixes.
Mon, 17 Dec 2012 23:19:58 +0100 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.
Mon, 17 Dec 2012 21:07:59 +0100 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.
Mon, 17 Dec 2012 00:24:34 +0100 Update docs.
Radek Brich <radek.brich@devl.cz> [Mon, 17 Dec 2012 00:24:34 +0100] rev 36
Update docs.
Sun, 16 Dec 2012 21:04:03 +0100 Fix mousewheel.
Radek Brich <radek.brich@devl.cz> [Sun, 16 Dec 2012 21:04:03 +0100] rev 35
Fix mousewheel.
Sun, 16 Dec 2012 20:49:54 +0100 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.
Fri, 14 Dec 2012 10:32:43 +0100 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.
Fri, 14 Dec 2012 10:20:14 +0100 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().
Fri, 14 Dec 2012 10:16:33 +0100 Update PyGame driver.
rbrich [Fri, 14 Dec 2012 10:16:33 +0100] rev 31
Update PyGame driver.
Thu, 13 Dec 2012 10:01:32 +0100 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.
Mon, 20 Feb 2012 18:15:13 +0100 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.
Wed, 12 Oct 2011 10:11:27 +0200 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.
Wed, 12 Oct 2011 00:58:46 +0200 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.
Tue, 11 Oct 2011 10:09:58 +0200 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.
Mon, 10 Oct 2011 22:20:59 +0200 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.
Sun, 09 Oct 2011 19:30:25 +0200 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.
Sun, 09 Oct 2011 13:06:58 +0200 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.
Sun, 09 Oct 2011 11:17:42 +0200 Update TableView: cursor movement.
Radek Brich <radek.brich@devl.cz> [Sun, 09 Oct 2011 11:17:42 +0200] rev 22
Update TableView: cursor movement.
Sat, 08 Oct 2011 17:16:07 +0200 Add TableView plus demo.
Radek Brich <radek.brich@devl.cz> [Sat, 08 Oct 2011 17:16:07 +0200] rev 21
Add TableView plus demo.
Fri, 07 Oct 2011 12:36:14 +0200 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.
Fri, 07 Oct 2011 12:02:33 +0200 Update demos and tests.
Radek Brich <radek.brich@devl.cz> [Fri, 07 Oct 2011 12:02:33 +0200] rev 19
Update demos and tests.
Fri, 07 Oct 2011 11:07:59 +0200 Eliminate relative imports.
Radek Brich <radek.brich@devl.cz> [Fri, 07 Oct 2011 11:07:59 +0200] rev 18
Eliminate relative imports.
Fri, 07 Oct 2011 10:57:12 +0200 Handle curses resize event.
Radek Brich <radek.brich@devl.cz> [Fri, 07 Oct 2011 10:57:12 +0200] rev 17
Handle curses resize event.
Tue, 04 Oct 2011 22:51:12 +0200 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.
Sun, 02 Oct 2011 23:32:35 +0200 Add Pager.
Radek Brich <radek.brich@devl.cz> [Sun, 02 Oct 2011 23:32:35 +0200] rev 15
Add Pager.
Mon, 12 Sep 2011 13:30:31 +0200 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.
Thu, 08 Sep 2011 11:37:27 +0200 Add more generated documentation.
Radek Brich <radek.brich@devl.cz> [Thu, 08 Sep 2011 11:37:27 +0200] rev 13
Add more generated documentation.
Thu, 08 Sep 2011 10:13:55 +0200 Update EventSource documentation.
Radek Brich <radek.brich@devl.cz> [Thu, 08 Sep 2011 10:13:55 +0200] rev 12
Update EventSource documentation.
Wed, 17 Aug 2011 23:43:52 +0200 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.
Wed, 17 Aug 2011 21:11:47 +0200 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.
Sun, 31 Jul 2011 13:04:39 +0200 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).
Wed, 13 Apr 2011 13:07:26 +0200 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.
Wed, 13 Apr 2011 01:33:27 +0200 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.
Sun, 10 Apr 2011 22:56:13 +0200 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.
Sun, 10 Apr 2011 22:54:38 +0200 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.
Fri, 18 Mar 2011 20:14:44 +0100 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.
Wed, 16 Mar 2011 15:19:05 +0100 Fixed escape sequence handling.
Radek Brich <radek.brich@devl.cz> [Wed, 16 Mar 2011 15:19:05 +0100] rev 3
Fixed escape sequence handling.
Tue, 15 Mar 2011 17:27:09 +0100 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.
Thu, 17 Feb 2011 23:35:05 +0100 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.
Wed, 16 Feb 2011 23:51:30 +0100 tuikit
Radek Brich <radek.brich@devl.cz> [Wed, 16 Feb 2011 23:51:30 +0100] rev 0
tuikit
(0) tip