2013-01-31 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).
2013-01-30 Radek Brich Add mousehover event (only SDL).
2013-01-30 Radek Brich DriverSDL: Fix event dispatching. Add SDL events test.
2013-01-29 Radek Brich Report mousemove relative position change. Window: when in AnchorLayout, aligned right/bottom - fix resizing by mouse to behave as expected.
2013-01-27 Radek Brich Update drivers: Rename setcolor to defcolor, add real setcolor which ignores color stack.
2013-01-27 Radek Brich Add sdlterm to setup.py. Simplify color description, allow missing bg.
2013-01-23 Radek Brich DriverCurses: filter mousemove - generate event only when coordinates changes.
2013-01-23 Radek Brich DriverSDL: add support for key modifiers.
2013-01-22 Radek Brich Fix.
2013-01-22 Radek Brich DriverCurses: Add support for key modifiers.
2013-01-19 Radek Brich Drop Container.offset, add special layout for that - OffsetLayout.
2013-01-19 Radek Brich Rework MenuBar. Add MenuButton. Add mouse event cascading to floaters.
2013-01-18 Radek Brich Rework layouts: Layout is now normal Container which places its children upon resize event.
2013-01-09 Radek Brich DriverSDL: Fix.
2013-01-09 Radek Brich DriverSDL: Implement blink attribute.
2013-01-08 Radek Brich Cleanup timeouts.
2013-01-08 Radek Brich sdlterm: Cleanup exceptions.
2013-01-08 Radek Brich DriverSDL: Add support for timeouts.
2013-01-07 Radek Brich Drop PyGame driver, replaced by compiled SDL driver.
2013-01-06 Radek Brich DriverSDL: mousewheel, key repeation.
2013-01-06 Radek Brich DriverSDL: system font lookup.
2013-01-06 Radek Brich DriverSDL: Implement cursor, handle window resize.
2013-01-05 Radek Brich Update SDL driver: Enlarge char, attr to 32 bits, 64 bits per terminal cell. Colors and attributes are complete, only blink does not work.
2013-01-05 Radek Brich Clean up: expand unwanted tabs.
2013-01-05 Radek Brich DriverSDL: Implement colors.
2013-01-05 Radek Brich Update sdlterm: Optimize commit() - use two cell buffers, redraw only dirty cells, not everything. Fix keypress event, filter mousemove.
2013-01-05 Radek Brich Add SDL driver prototype. Update sdlterm: Handle keyboard, mouse events. Add glyph cache.
2013-01-04 Radek Brich Add sdlterm prototype: extension module for SDL driver.
(0) -50 -28 +28 tip