]> git.ipfire.org Git - thirdparty/newt.git/history - snack.py
install python modules to purelib and platlib
[thirdparty/newt.git] / snack.py
2017-03-16  Miroslav Lichvarsupport screen resize as hotkey in form (#1432926)
2014-10-15  Miroslav Lichvarhandle NEWT_EXIT_ERROR in snack
2013-10-17  Matthias Kloseadd python3 support (#963839)
2013-01-24  Miroslav Lichvarreplace tabs in snack.py (#870647)
2011-06-01  Joey Boggsadd python bindings for setting label colors
2010-05-11  Jakob Kemiexpose more keys to python as shortcuts in dialogs
2008-07-11  Miroslav Lichvaradd setHeight to Textbox class
2008-07-03  Miroslav Lichvaradd setColor description to SnackScreen docstring ...
2008-06-27  Miroslav Lichvarmake sure Widget isn't used directly (#452920) (Greg...
2007-07-11  mlichvar- add back support for list of Entries in EntryWindow...
2007-06-13  mlichvar- add support to snack for cursorAtEnd in entry (Shawn...
2007-06-08  mlichvar- add support for listbox multiple selection and border...
2007-02-28  mlichvar- add python binding for newtSetColor
2007-02-08  mlichvar- add newtPopWindowNoRefresh()
2006-10-12  mlichvar- fix crash in EntryWindow when prompts is list of...
2006-08-25  mlichvarsync with 0.52.0 r0-52-0
2004-04-07  havilladded docs (with corrections) from #117466
2003-02-05  msw- fixed help line drawing in UTF-8 (#81718) r0-51-3
2002-07-01  msfChanged a test to check for 'None' the correct way r0-50-39
2001-09-21  sopwithAdd showCursor flag for listboxes.
2001-08-22  crutcherreordered the width attrib of the snack CheckboxTree... r0-50-31
2001-08-08  crutcheranchorRight internal Listboxes in CListboxes
2001-07-05  crutcheradded width to CheckboxTree r0-50-29
2001-07-05  crutcheradded 'hide_checkbox' and 'unselectable' options to... r0-50-28
2001-06-25  katzjfix widget __init__ r0-50-27
2001-06-25  katzj0.50.27
2001-06-25  ewtpychecker nit
2001-06-08  katzj- few bugfixes to the CListBox
2001-06-08  katzj- added python binding for newtListboxClear() for Listb...
2001-06-06  crutcheradded CListBox convenience class to python r0-50-24
2001-05-15  msfadded compact buttons to python binding
2001-04-02  sopwith. Allow python scripts to watch file handles
2001-02-01  ewtadded newtCheckboxTreeSetCurrent() and snack binding
2000-12-15  tegDo append((a,b)) instead of append(a,b) - the tuple...
2000-08-03  mswadd setvalue method for checkboxes
2000-07-05  msfbump version - added NEWT_FLAG_PASSWORD flag to put... r0-50-14
2000-05-04  msfAdd space bar as a hotkey r0-50-11
2000-05-02  ewtadded help support and testing
2000-04-28  ewt1) added help support
2000-03-20  jakubadded newtCheckboxTreeSetEntry(), newtCheckboxTreeGetEn...
2000-02-09  mswfix snack r0-50-7
2000-01-21  ewt- added newtCheckboxTreeGetCurrent() and snack bindings
1999-12-11  ewt1) fixed some timer issues
1999-09-02  ewtadded suspend and resume to snack
1999-08-28  ewtdefaults weren't set properly for ListboxChoiceWindow()
1999-08-26  ewt1) added hotkey's to grid forms
1999-08-25  mswfixed callback refcounts
1999-08-23  mswupdate
1999-08-10  mswmore changes for buttonchice, new release
1999-08-09  mswimplemented setflags for checkboxes
1999-08-05  mswlistbox set current method, listboxchoicewindow default...
1999-08-02  mswo entry flag setting
1999-07-29  mswcorrected logic for tree countingalways return a python...
1999-07-12  ewtadded support for full checkbox trees
1999-07-09  mswcheckboxtree
1999-06-28  mswadded method to change textbox text, added wrap flag
1999-05-06  ewt1) added scale support
1999-04-30  ewtadded code to update label text
1999-04-29  ewtadded draw methods
1999-04-29  ewtadded piles of convienence functions
1997-11-03  ewtbegan adding callbacks (unsuccessfully)
1997-10-30  johnsonmAdded setCurrent method to Listbox, currently a stub.
1997-10-29  johnsonmreturnExit
1997-10-28  johnsonmreturnExit
1997-10-28  ewtadded returnexit for entry widget
1997-10-28  johnsonmListbox.replace needs text argument.
1997-10-28  johnsonmAdded replacement to Listbox.
1997-10-28  johnsonmSet height and width separately.
1997-10-28  ewtadded screen size stuff
1997-10-28  johnsonmAutomatic hotkey handling for buttonbars.
1997-10-28  ewtadded help line and root text
1997-10-27  ewt1) added insert, remove to snack listbox
1997-10-27  johnsonmGridForm's run_once separated from run, so that run...
1997-10-27  johnsonmpeanuts now working perfectly.
1997-10-27  johnsonmmega-widgets starting to work a little.
1997-10-27  ewt1) forms return things now
1997-10-27  johnsonmNew order for command line arguments in Grid.setField
1997-10-17  ewtadded listbox, textbox, and reflowed text
1997-10-16  ewtbegan work on snacks