Mercurial
Mercurial
>
tuikit
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
help
less
more
|
(0)
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Redraw widgets on request. Add scrollbar demo.
default
tip
api1
2015-02-22, by Radek Brich
Add mouse events, event demo.
2015-02-21, by Radek Brich
Update FixedLayout. Add demo launcher.
2015-02-16, by Radek Brich
Drop AnchorLayout, merge its features into FixedLayout.
2015-02-15, by Radek Brich
GridLayout: basic implementation.
2015-02-15, by Radek Brich
Add Widget.posreq. Add OffsetLayout.
2015-02-15, by Radek Brich
Merge.
2014-09-03, by Radek Brich
Refactor cursor.
2014-09-03, by Radek Brich
Refactor events.
2014-09-03, by 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, by Radek Brich
Update keypress propagation. Allow focus change by tab key. Add log property to Widget for smart logging.
2014-09-03, by Radek Brich
Fix cursor.
2014-09-03, by Radek Brich
Refactoring. Add ImmutablePoint.
2014-09-03, by Radek Brich
Use Point for mouse events, add them to Container and Widget.
2014-09-03, by Radek Brich
Update logging.
2014-09-01, by Radek Brich
Update TextBox: Replace "spot" with "cursor".
2014-09-01, by Radek Brich
Update TextField: Handle home, end keys.
2014-08-27, by Radek Brich
Update TreeView (old uncommitted work).
api0
2014-08-20, by Radek Brich
Add old uncomitted docs.
2014-08-20, by Radek Brich
Update TableView (old uncommitted work).
2014-08-20, by Radek Brich
Update TableView (old uncommitted work).
2014-08-20, by Radek Brich
Fix redraw of overlapping widgets inside AnchorLayout.
2013-02-04, by Radek Brich
Add TextField widget, keypress event, cursor.
2014-03-28, by Radek Brich
Add TextBox, text editor demo. Update demobase.
2014-03-28, by Radek Brich
Refactoring: Swap drawing operations parameters. Coords are now last and have default values.
2014-03-28, by Radek Brich
Add origin to Buffer. Use it to simplify hierarchical drawing.
2014-03-28, by Radek Brich
Add Layout, FixedLayout.
2014-03-27, by Radek Brich
Configure logging for demos.
2014-03-26, by Radek Brich
Add clipping for Buffer draw operations.
2014-03-26, by Radek Brich
Add timer, adjust inheritance of Widget, Container, Window.
2014-03-19, by Radek Brich
Add Theme, Button.
2014-03-19, by Radek Brich
Add WindowManager, basic event handling.
2014-03-18, by Radek Brich
Add core Widget, Container. Add widgets Label.
2014-03-17, by Radek Brich
Add core Application (adjusted), Window (new version), Signal (replaces Emitter), Size (adjusted). Add application demo.
2014-03-17, by Radek Brich
Add colors to curses demo.
2014-03-15, by Radek Brich
Refactor Driver, CursesDriver: draw, setattr, input.
2014-03-15, by Radek Brich
Refactor Driver, CursesDriver: init, close, draw.
2014-03-15, by Radek Brich
Fix original modules and demos.
2014-03-14, by Radek Brich
Add frame method to Buffer.
2014-03-14, by Radek Brich
Move UnicodeGraphics to core. Update it.
2014-03-14, by Radek Brich
Add attribute storage to Buffer.
2014-03-14, by Radek Brich
Add Buffer class with basic drawing methods.
2014-03-12, by 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-03, by Radek Brich
Update demo_input, demo_editor. Update ScrollView: show/hide scrollbars as needed on child size requests.
2013-02-02, by 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-02-01, by 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-02-01, by Radek Brich
Add mousehover event (only SDL).
2013-01-30, by Radek Brich
DriverSDL: Fix event dispatching. Add SDL events test.
2013-01-30, by Radek Brich
Report mousemove relative position change. Window: when in AnchorLayout, aligned right/bottom - fix resizing by mouse to behave as expected.
2013-01-30, by Radek Brich
Update drivers: Rename setcolor to defcolor, add real setcolor which ignores color stack.
2013-01-27, by Radek Brich
Add sdlterm to setup.py. Simplify color description, allow missing bg.
2013-01-27, by Radek Brich
DriverCurses: filter mousemove - generate event only when coordinates changes.
2013-01-23, by Radek Brich
DriverSDL: add support for key modifiers.
2013-01-23, by Radek Brich
Fix.
2013-01-23, by Radek Brich
DriverCurses: Add support for key modifiers.
2013-01-23, by Radek Brich
Drop Container.offset, add special layout for that - OffsetLayout.
2013-01-20, by Radek Brich
Rework MenuBar. Add MenuButton. Add mouse event cascading to floaters.
2013-01-19, by Radek Brich
Rework layouts: Layout is now normal Container which places its children upon resize event.
2013-01-18, by Radek Brich
DriverSDL: Fix.
2013-01-10, by Radek Brich
DriverSDL: Implement blink attribute.
2013-01-09, by Radek Brich
Cleanup timeouts.
2013-01-08, by Radek Brich
sdlterm: Cleanup exceptions.
2013-01-08, by Radek Brich
DriverSDL: Add support for timeouts.
2013-01-08, by Radek Brich
Drop PyGame driver, replaced by compiled SDL driver.
2013-01-07, by Radek Brich
DriverSDL: mousewheel, key repeation.
2013-01-07, by Radek Brich
DriverSDL: system font lookup.
2013-01-06, by Radek Brich
DriverSDL: Implement cursor, handle window resize.
2013-01-06, by 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, by Radek Brich
Clean up: expand unwanted tabs.
2013-01-05, by Radek Brich
DriverSDL: Implement colors.
2013-01-05, by Radek Brich
Update sdlterm: Optimize commit() - use two cell buffers, redraw only dirty cells, not everything. Fix keypress event, filter mousemove.
2013-01-05, by Radek Brich
Add SDL driver prototype. Update sdlterm: Handle keyboard, mouse events. Add glyph cache.
2013-01-05, by Radek Brich
Add sdlterm prototype: extension module for SDL driver.
2013-01-05, by Radek Brich
Minor updates. Replace super() with direct class reference. Add demo_colors.
2013-01-05, by Radek Brich
Clean up Emitter class, simplify event handling. Fix Container.focusnext() method. Add events test (handler auto-registration, order).
2013-01-04, by Radek Brich
Add Widget.spot property. TreeView: move spot with cursor node. ScrollView: scroll when spot moves.
2013-01-02, by Radek Brich
Rename emitter module to events.
2013-01-02, by Radek Brich
Make Container.layout a property.
2012-12-30, by Radek Brich
Update Emitter: All event handlers now have exactly one argument: object inherited from Event class, which carries any data.
2012-12-29, by Radek Brich
Add ScrollView widget. Update Emitter, rename "on_event" methods to "_handle_event". Update VScrollbar, Layout.
2012-12-26, by Radek Brich
Fixes.
2012-12-17, by Radek Brich
Documentation, fix names of focus methods.
2012-12-17, by Radek Brich
Clean up and update TreeView.
2012-12-17, by Radek Brich
Update docs.
2012-12-17, by Radek Brich
Fix mousewheel.
2012-12-16, by Radek Brich
Update event propagation, keypress event, focusing.
2012-12-16, by Radek Brich
Refactoring: rename eventsource module to emitter.
2012-12-14, by Radek Brich
Clean up, refactoring. Rename EventSource to Emitter, begin merging emit() method with handle().
2012-12-14, by Radek Brich
Update PyGame driver.
2012-12-14, by rbrich
Add setup script. Add Checkbox widget + demo. Updates.
2012-12-13, by Radek Brich
Import only one driver from application.
2012-02-20, by Radek Brich
DriverPygame: output to character buffer, draw whole screen at once.
2011-10-12, by Radek Brich
DriverPygame: add colors, make window resizable.
2011-10-12, by Radek Brich
DriverPygame: add mouse events and key press autorepeat.
2011-10-11, by 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-10, by Radek Brich
Add DriverPygame (incomplete). Move unicode graphics constants to UnicodeGraphics class. Move shared parts of drivers to Driver base class.
2011-10-09, by 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, by Radek Brich
Update TableView: cursor movement.
2011-10-09, by Radek Brich
Add TableView plus demo.
2011-10-08, by Radek Brich
Update utf8 character input to Python3. Reorganize tests.
2011-10-07, by Radek Brich
Update demos and tests.
2011-10-07, by Radek Brich
Eliminate relative imports.
2011-10-07, by Radek Brich
Handle curses resize event.
2011-10-07, by Radek Brich
Update VerticalLayout/HorizontalLayout. Add layout demo. Add Size, Borders to common. Update Coords, Rect.
2011-10-04, by Radek Brich
Add Pager.
2011-10-02, by Radek Brich
Add inheritance diagram to documentation.
2011-09-12, by Radek Brich
Add more generated documentation.
2011-09-08, by Radek Brich
Update EventSource documentation.
2011-09-08, by Radek Brich
TreeView: Add cursor, node collapse, reworked draw.
2011-08-17, by Radek Brich
Use isinstance instead of type.
2011-08-17, by Radek Brich
Added ComboBox, HorizontalLayout, TreeNode, TreeModel, TreeView. Widget is now descendant of EventSource. Improved color management (color prefixes).
2011-07-31, by Radek Brich
Update editfield - place cursor to end initially.
2011-04-13, by Radek Brich
New color management - named colors.
2011-04-13, by Radek Brich
Test for GridLayout. New Label widget.
2011-04-10, by 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-04-10, by Radek Brich
Add escape sequences for linux console.
2011-03-18, by Radek Brich
Fixed escape sequence handling.
2011-03-16, by Radek Brich
Menu, Window and other improvements.
2011-03-15, by Radek Brich
Menu development. New focus. Easier imports from tuikit package.
2011-02-17, by Radek Brich
tuikit
2011-02-16, by Radek Brich
less
more
|
(0)
tip