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.
(0) -14 +14 tip