Radek Brich <radek.brich@devl.cz> [Mon, 01 Sep 2014 08:55:40 +0200] rev 105
 
Update logging.
Radek Brich <radek.brich@devl.cz> [Mon, 01 Sep 2014 08:45:51 +0200] rev 104
 
Update TextBox: Replace "spot" with "cursor".
Radek Brich <radek.brich@devl.cz> [Wed, 27 Aug 2014 23:09:53 +0200] rev 103
 
Update TextField: Handle home, end keys.
Radek Brich <radek.brich@devl.cz> [Wed, 20 Aug 2014 15:06:52 +0200] rev 102
 
Update TreeView (old uncommitted work).
Radek Brich <radek.brich@devl.cz> [Wed, 20 Aug 2014 15:01:11 +0200] rev 101
 
Add old uncomitted docs.
Radek Brich <radek.brich@devl.cz> [Wed, 20 Aug 2014 14:48:16 +0200] rev 100
 
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).
Radek Brich <radek.brich@devl.cz> [Mon, 04 Feb 2013 20:12:09 +0100] rev 98
 
Fix redraw of overlapping widgets inside AnchorLayout.
Radek Brich <radek.brich@devl.cz> [Fri, 28 Mar 2014 19:58:59 +0100] rev 97
 
Add TextField widget, keypress event, cursor.
Radek Brich <radek.brich@devl.cz> [Fri, 28 Mar 2014 14:58:20 +0100] rev 96
 
Add TextBox, text editor demo. Update demobase.
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.
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.
Radek Brich <radek.brich@devl.cz> [Thu, 27 Mar 2014 08:03:51 +0100] rev 93
 
Add Layout, FixedLayout.
Radek Brich <radek.brich@devl.cz> [Wed, 26 Mar 2014 21:26:39 +0100] rev 92
 
Configure logging for demos.
Radek Brich <radek.brich@devl.cz> [Wed, 26 Mar 2014 09:08:10 +0100] rev 91
 
Add clipping for Buffer draw operations.
Radek Brich <radek.brich@devl.cz> [Wed, 19 Mar 2014 20:42:52 +0100] rev 90
 
Add timer, adjust inheritance of Widget, Container, Window.
Radek Brich <radek.brich@devl.cz> [Wed, 19 Mar 2014 00:32:38 +0100] rev 89
 
Add Theme, Button.
Radek Brich <radek.brich@devl.cz> [Tue, 18 Mar 2014 22:39:21 +0100] rev 88
 
Add WindowManager, basic event handling.
Radek Brich <radek.brich@devl.cz> [Mon, 17 Mar 2014 23:44:18 +0100] rev 87
 
Add core Widget, Container. Add widgets Label.
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.
Radek Brich <radek.brich@devl.cz> [Sat, 15 Mar 2014 15:28:20 +0100] rev 85
 
Add colors to curses demo.
Radek Brich <radek.brich@devl.cz> [Sat, 15 Mar 2014 14:43:47 +0100] rev 84
 
Refactor Driver, CursesDriver: draw, setattr, input.
Radek Brich <radek.brich@devl.cz> [Sat, 15 Mar 2014 11:05:12 +0100] rev 83
 
Refactor Driver, CursesDriver: init, close, draw.
Radek Brich <radek.brich@devl.cz> [Fri, 14 Mar 2014 18:23:23 +0100] rev 82
 
Fix original modules and demos.
Radek Brich <radek.brich@devl.cz> [Fri, 14 Mar 2014 10:30:43 +0100] rev 81
 
Add frame method to Buffer.
Radek Brich <radek.brich@devl.cz> [Fri, 14 Mar 2014 10:03:36 +0100] rev 80
 
Move UnicodeGraphics to core. Update it.
Radek Brich <radek.brich@devl.cz> [Fri, 14 Mar 2014 08:44:15 +0100] rev 79
 
Add attribute storage to Buffer.
Radek Brich <radek.brich@devl.cz> [Wed, 12 Mar 2014 23:21:20 +0100] rev 78
 
Add Buffer class with basic drawing methods.
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.
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.
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.
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).
Radek Brich <radek.brich@devl.cz> [Wed, 30 Jan 2013 20:21:08 +0100] rev 73
 
Add mousehover event (only SDL).
Radek Brich <radek.brich@devl.cz> [Wed, 30 Jan 2013 19:44:01 +0100] rev 72
 
DriverSDL: Fix event dispatching. Add SDL events test.
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.
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.
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.
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.
Radek Brich <radek.brich@devl.cz> [Wed, 23 Jan 2013 21:49:40 +0100] rev 67
 
DriverSDL: add support for key modifiers.
Radek Brich <radek.brich@devl.cz> [Wed, 23 Jan 2013 00:59:21 +0100] rev 66
 
Fix.
Radek Brich <radek.brich@devl.cz> [Wed, 23 Jan 2013 00:50:23 +0100] rev 65
 
DriverCurses: Add support for key modifiers.
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.
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.
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.
Radek Brich <radek.brich@devl.cz> [Thu, 10 Jan 2013 00:03:34 +0100] rev 61
 
DriverSDL: Fix.
Radek Brich <radek.brich@devl.cz> [Wed, 09 Jan 2013 22:32:15 +0100] rev 60
 
DriverSDL: Implement blink attribute.
Radek Brich <radek.brich@devl.cz> [Tue, 08 Jan 2013 23:59:55 +0100] rev 59
 
Cleanup timeouts.
Radek Brich <radek.brich@devl.cz> [Tue, 08 Jan 2013 23:36:01 +0100] rev 58
 
sdlterm: Cleanup exceptions.
Radek Brich <radek.brich@devl.cz> [Tue, 08 Jan 2013 01:12:07 +0100] rev 57
 
DriverSDL: Add support for timeouts.
Radek Brich <radek.brich@devl.cz> [Mon, 07 Jan 2013 23:15:17 +0100] rev 56
 
Drop PyGame driver, replaced by compiled SDL driver.
Radek Brich <radek.brich@devl.cz> [Mon, 07 Jan 2013 00:23:45 +0100] rev 55
 
DriverSDL: mousewheel, key repeation.
Radek Brich <radek.brich@devl.cz> [Sun, 06 Jan 2013 23:03:24 +0100] rev 54
 
DriverSDL: system font lookup.
Radek Brich <radek.brich@devl.cz> [Sun, 06 Jan 2013 13:55:02 +0100] rev 53
 
DriverSDL: Implement cursor, handle window resize.
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.
Radek Brich <radek.brich@devl.cz> [Sat, 05 Jan 2013 18:56:45 +0100] rev 51
 
Clean up: expand unwanted tabs.
Radek Brich <radek.brich@devl.cz> [Sat, 05 Jan 2013 18:44:56 +0100] rev 50
 
DriverSDL: Implement colors.
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.
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.
Radek Brich <radek.brich@devl.cz> [Sat, 05 Jan 2013 00:40:27 +0100] rev 47
 
Add sdlterm prototype: extension module for SDL driver.
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.
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).
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.
Radek Brich <radek.brich@devl.cz> [Wed, 02 Jan 2013 00:16:12 +0100] rev 43
 
Rename emitter module to events.
Radek Brich <radek.brich@devl.cz> [Sun, 30 Dec 2012 13:03:29 +0100] rev 42
 
Make Container.layout a property.