Fri, 14 Mar 2014 08:44:15 +0100 |
Radek Brich |
Add attribute storage to Buffer.
|
changeset |
files
|
Wed, 12 Mar 2014 23:21:20 +0100 |
Radek Brich |
Add Buffer class with basic drawing methods.
|
changeset |
files
|
Sun, 03 Feb 2013 16:38:41 +0100 |
Radek Brich |
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.
|
changeset |
files
|
Sat, 02 Feb 2013 12:54:27 +0100 |
Radek Brich |
Update demo_input, demo_editor. Update ScrollView: show/hide scrollbars as needed on child size requests.
|
changeset |
files
|
Fri, 01 Feb 2013 09:34:15 +0100 |
Radek Brich |
Clean up hints - add methods update_hint, hint_value to Widget. Split ScrollView into OffsetView and Scrolling components. Reimplement ScrollWindow using Scrolling component.
|
changeset |
files
|
Fri, 01 Feb 2013 00:24:02 +0100 |
Radek Brich |
Add ScrollWindow. Rewrite EditBox to work with OffsetLayout. Add propery "exposed" to DrawEvent. Add Widget._view_size. Add config file (driver, log_level).
|
changeset |
files
|
Wed, 30 Jan 2013 20:21:08 +0100 |
Radek Brich |
Add mousehover event (only SDL).
|
changeset |
files
|
Wed, 30 Jan 2013 19:44:01 +0100 |
Radek Brich |
DriverSDL: Fix event dispatching. Add SDL events test.
|
changeset |
files
|
Wed, 30 Jan 2013 00:38:48 +0100 |
Radek Brich |
Report mousemove relative position change. Window: when in AnchorLayout, aligned right/bottom - fix resizing by mouse to behave as expected.
|
changeset |
files
|
Sun, 27 Jan 2013 23:51:59 +0100 |
Radek Brich |
Update drivers: Rename setcolor to defcolor, add real setcolor which ignores color stack.
|
changeset |
files
|
Sun, 27 Jan 2013 12:54:52 +0100 |
Radek Brich |
Add sdlterm to setup.py. Simplify color description, allow missing bg.
|
changeset |
files
|
Wed, 23 Jan 2013 21:59:16 +0100 |
Radek Brich |
DriverCurses: filter mousemove - generate event only when coordinates changes.
|
changeset |
files
|