Mercurial > urwid-satext
graph
-
typo2019-02-06, by Goffi
-
Added tag 0.7.0a2 for changeset 86287fcbf6382018-07-08, by Goffi
-
Added tag 0.7.0a1 for changeset 406c310e52b52018-07-08, by Goffi
-
install (setup.py): don't force sys.prefix for locales2018-07-08, by Goffi
-
keys: don't lower() shortcuts anymore2017-07-14, by Goffi
-
set __version__ in __init__.py2017-07-14, by Goffi
-
added 0.6.1 tag2016-07-12, by Goffi
-
minor docstring correction2016-07-12, by Goffi
-
copyright update2016-01-03, by Goffi
-
tags harmonisation2015-12-07, by Goffi
-
Added tag 0.6.0 for changeset f19947bfd3bf2015-12-07, by Goffi
-
added 0.6.0 changelog2015-12-07, by Goffi
-
NotificationBar: fixed removePopUp2015-11-25, by Goffi
-
minor docstring fix2015-11-17, by Goffi
-
GenericDialog: buttons callbacks can now be set after widget creation2015-11-11, by Goffi
-
notificationBar: added removePopUp to remove a widget in the queue2015-11-11, by Goffi
-
MenuRoller: fixed crash when deleting a displayed menu2015-11-09, by Goffi
-
FileDialog: a message can now be displayed above the file selector2015-09-25, by Goffi
-
TabsContainer: allow to select a tab when adding it2015-08-22, by souliane
-
added AdvancedEdit.getValue2015-08-20, by Goffi
-
2015 copyright dates update2015-03-30, by Goffi
-
menus management improvment2014-12-10, by Goffi
-
Added tag Urwid SatExt v0.4.1 for changeset abc0ae9440302014-09-19, by Goffi
-
Lower default setuptools version2014-09-10, by Matteo Cypriani
-
forgotten to change distribute_setup.py to ez_setup.py in MANIFEST.in2014-09-15, by Goffi
-
set the minimal version of urwid to 1.2.02014-09-11, by souliane
-
Urwid SatExt 0.4.0 released2014-09-08, by Goffi
-
Fixed focus when first row is not selectable in TableContainer2014-09-08, by Goffi
-
Fixed getFocusDirection direction when inversed, and FocusFrame focus order.2014-09-08, by Goffi
-
NotificationBar focus fix2014-09-08, by Goffi
-
new FocusPile widget: a Pile which manage FOCUS_KEYS2014-09-08, by Goffi
-
focus direction and rotate boolean are now gotten from getFocusDirection2014-09-08, by Goffi
-
fixed unicode issue invalid method call in files_management2014-09-08, by Goffi
-
use of new keys module in files_management2014-09-08, by Goffi
-
FocusFrame refactoring:2014-09-08, by Goffi
-
primitivus: no more direct error/warning methods for logging2014-09-08, by Goffi
-
primitivus (menu): MENU_ROLLER_(UP,DOWN) are not transmitted to next widget anymore2014-09-08, by Goffi
-
keys: added FOCUS_UP FOCUS_DOWN FOCUS_LEFT and FOCUS_RIGHT2014-09-06, by Goffi
-
added namespace check in keys.ActionMap.set_close_namespaces2014-09-04, by Goffi
-
added ability to replace shortcuts2014-09-04, by Goffi
-
updated old distribute_setup.py to new setuptools' ez_setup.py2014-09-03, by Goffi
-
ConfirmDialog now manage a body message2014-09-03, by Goffi
-
fixes default values for methods selectValue(s) of class List2014-05-07, by souliane
-
add move_focus parameter to the methods selectValue(s) of list widgets2014-05-07, by souliane
-
addMenu allows to add a new category without adding an item2014-04-07, by souliane
-
added selectValues for lists widgets that support multi-selection2014-04-01, by souliane
-
MenuRoller doesn't propagate key pressed anymore if it manage a 'up' or 'down' event2014-03-21, by Goffi
-
TabsContainer now accept any box widget as tab content2014-03-21, by Goffi