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.