2015-02-15 Radek Brich GridLayout: basic implementation.
2015-02-15 Radek Brich Add Widget.posreq. Add OffsetLayout.
2014-09-03 Radek Brich Merge.
2014-09-03 Radek Brich Refactor cursor.
2014-09-03 Radek Brich Refactor events.
2014-09-03 Radek Brich Add cursesw driver, using curses get_wch() for unicode input. It alse has enabled keypad() to let curses interpret control keys and mouse input.
2014-09-03 Radek Brich Update keypress propagation. Allow focus change by tab key. Add log property to Widget for smart logging.
2014-09-03 Radek Brich Fix cursor.
2014-09-03 Radek Brich Refactoring. Add ImmutablePoint.
2014-09-03 Radek Brich Use Point for mouse events, add them to Container and Widget.
2014-09-01 Radek Brich Update logging.
2014-09-01 Radek Brich Update TextBox: Replace "spot" with "cursor".
2014-08-27 Radek Brich Update TextField: Handle home, end keys.
2014-08-20 Radek Brich Update TreeView (old uncommitted work). api0
2014-08-20 Radek Brich Add old uncomitted docs.
2014-08-20 Radek Brich Update TableView (old uncommitted work).
2014-08-20 Radek Brich Update TableView (old uncommitted work).
2013-02-04 Radek Brich Fix redraw of overlapping widgets inside AnchorLayout.
2014-03-28 Radek Brich Add TextField widget, keypress event, cursor.
2014-03-28 Radek Brich Add TextBox, text editor demo. Update demobase.
2014-03-28 Radek Brich Refactoring: Swap drawing operations parameters. Coords are now last and have default values.
2014-03-28 Radek Brich Add origin to Buffer. Use it to simplify hierarchical drawing.
2014-03-27 Radek Brich Add Layout, FixedLayout.
2014-03-26 Radek Brich Configure logging for demos.
2014-03-26 Radek Brich Add clipping for Buffer draw operations.
2014-03-19 Radek Brich Add timer, adjust inheritance of Widget, Container, Window.
2014-03-18 Radek Brich Add Theme, Button.
2014-03-18 Radek Brich Add WindowManager, basic event handling.
2014-03-17 Radek Brich Add core Widget, Container. Add widgets Label.
2014-03-17 Radek Brich Add core Application (adjusted), Window (new version), Signal (replaces Emitter), Size (adjusted). Add application demo.
2014-03-15 Radek Brich Add colors to curses demo.
2014-03-15 Radek Brich Refactor Driver, CursesDriver: draw, setattr, input.
2014-03-15 Radek Brich Refactor Driver, CursesDriver: init, close, draw.
2014-03-14 Radek Brich Fix original modules and demos.
2014-03-14 Radek Brich Add frame method to Buffer.
2014-03-14 Radek Brich Move UnicodeGraphics to core. Update it.
2014-03-14 Radek Brich Add attribute storage to Buffer.
2014-03-12 Radek Brich Add Buffer class with basic drawing methods.
2013-02-03 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.
2013-02-02 Radek Brich Update demo_input, demo_editor. Update ScrollView: show/hide scrollbars as needed on child size requests.
2013-02-01 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.
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.
(0) -100 -60 tip