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.
2012-12-16 Radek Brich Update event propagation, keypress event, focusing.
2012-12-14 Radek Brich Refactoring: rename eventsource module to emitter.
2012-12-14 Radek Brich Clean up, refactoring. Rename EventSource to Emitter, begin merging emit() method with handle().
2012-12-14 rbrich Update PyGame driver.
2012-12-13 Radek Brich Add setup script. Add Checkbox widget + demo. Updates.
2012-02-20 Radek Brich Import only one driver from application.
2011-10-12 Radek Brich DriverPygame: output to character buffer, draw whole screen at once.
2011-10-11 Radek Brich DriverPygame: add colors, make window resizable.
2011-10-11 Radek Brich DriverPygame: add mouse events and key press autorepeat.
2011-10-10 Radek Brich Partial DriverPygame.putch() implementation. Add patch for PyGame implementing font.render_glyph(). Add test for PyGame font module. Add special key definitions to DriverPygame.
2011-10-09 Radek Brich Add DriverPygame (incomplete). Move unicode graphics constants to UnicodeGraphics class. Move shared parts of drivers to Driver base class.
2011-10-09 Radek Brich Rename BackendCurses to DriverCurses. Add DriverDummy - dummy driver for debugging purposes. Move clipping stack from driver to common.ClipStack class.
2011-10-09 Radek Brich Update TableView: cursor movement.
2011-10-08 Radek Brich Add TableView plus demo.
2011-10-07 Radek Brich Update utf8 character input to Python3. Reorganize tests.
2011-10-07 Radek Brich Update demos and tests.
2011-10-07 Radek Brich Eliminate relative imports.
2011-10-07 Radek Brich Handle curses resize event.
2011-10-04 Radek Brich Update VerticalLayout/HorizontalLayout. Add layout demo. Add Size, Borders to common. Update Coords, Rect.
2011-10-02 Radek Brich Add Pager.
2011-09-12 Radek Brich Add inheritance diagram to documentation.
2011-09-08 Radek Brich Add more generated documentation.
2011-09-08 Radek Brich Update EventSource documentation.
2011-08-17 Radek Brich TreeView: Add cursor, node collapse, reworked draw.
2011-08-17 Radek Brich Use isinstance instead of type.
2011-07-31 Radek Brich Added ComboBox, HorizontalLayout, TreeNode, TreeModel, TreeView. Widget is now descendant of EventSource. Improved color management (color prefixes).
2011-04-13 Radek Brich Update editfield - place cursor to end initially.
2011-04-12 Radek Brich New color management - named colors.
2011-04-10 Radek Brich Test for GridLayout. New Label widget.
2011-04-10 Radek Brich New GridLayout. Change cursor behavior (hide on unfocus event). Change resize event to propagate through containers. Change container clipping - allowlayout=false children are clipped without borders. More Widget doc.
2011-03-18 Radek Brich Add escape sequences for linux console.
2011-03-16 Radek Brich Fixed escape sequence handling.
2011-03-15 Radek Brich Menu, Window and other improvements.
2011-02-17 Radek Brich Menu development. New focus. Easier imports from tuikit package.
2011-02-16 Radek Brich tuikit
(0) tip