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.
2013-01-04 Radek Brich Minor updates. Replace super() with direct class reference. Add demo_colors.
2013-01-03 Radek Brich Clean up Emitter class, simplify event handling. Fix Container.focusnext() method. Add events test (handler auto-registration, order).
2013-01-02 Radek Brich Add Widget.spot property. TreeView: move spot with cursor node. ScrollView: scroll when spot moves.
2013-01-01 Radek Brich Rename emitter module to events.
2012-12-30 Radek Brich Make Container.layout a property.
2012-12-29 Radek Brich Update Emitter: All event handlers now have exactly one argument: object inherited from Event class, which carries any data.
2012-12-26 Radek Brich Add ScrollView widget. Update Emitter, rename "on_event" methods to "_handle_event". Update VScrollbar, Layout.
2012-12-17 Radek Brich Fixes.
2012-12-17 Radek Brich Documentation, fix names of focus methods.
2012-12-17 Radek Brich Clean up and update TreeView.
2012-12-16 Radek Brich Update docs.
2012-12-16 Radek Brich Fix mousewheel.
(0) -50 -24 +24 +50 tip