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.