]> git.ipfire.org Git - thirdparty/newt.git/history - form.c
install python modules to purelib and platlib
[thirdparty/newt.git] / form.c
2017-03-16  Miroslav Lichvarsupport screen resize as hotkey in form (#1432926)
2013-11-21  Dan Winshipimplement newtComponentAddCallback() for forms as a...
2013-11-21  Dan Winshipadd newtFormGet/SetScrollPosition
2013-08-06  Miroslav Lichvarfree gpm socket name and unlink gpm socket on form...
2011-06-22  Miroslav Lichvarfix form scrolling
2011-06-17  Miroslav Lichvarallow resizing of form
2011-01-25  Michael Schererinitialize gpm_fd
2010-11-10  Miroslav Lichvarreturn NEWT_EXIT_ERROR from form when stdin disappears
2008-07-11  Miroslav Lichvarfix fixedheight forms
2008-07-09  Miroslav Lichvardon't crash when running empty form
2008-07-09  Miroslav Lichvardon't crash or hang when form has no focusable elements
2008-03-21  Mostafa DaneshvarMerge branch 'master' of ssh://git.fedorahosted.org...
2008-03-21  Miroslav Lichvarimprove SIGWINCH handling in form
2008-03-21  Richard W.M. Joneshandle component destruction
2007-05-21  mlichvar- cope with backward system time jumps (#240691)
2007-01-31  mlichvar- don't add escape key to hot keys by default (#216157)
2006-09-15  mlichvar- make textbox with scrollbar focusable (#83203)
2006-08-25  mlichvarsync with 0.52.0 r0-52-0
2006-08-25  mlichvarrevert a bit
2005-02-23  prockaiexpand(1) the source to get rid of tab/space mixed...
2003-01-04  havill- cleaned up const qualifiers in interfaces
2003-01-03  havill- cleaned up const qualifiers in interfaces
2002-06-11  jortonPortability fixes: conditionally include sys/select...
2001-04-03  sopwithIf someone calls newtFormWatchFd multiple times with...
2001-04-03  sopwithrevert until sure of suitability
2001-04-03  sopwithIf someone calls newtFormWatchFd multiple times with...
2001-04-02  msw- redraw the screen in certain situations when LANG...
2001-04-02  sopwith. Allow python scripts to watch file handles
2001-01-23  mswrevert for now
2001-01-22  tagoh* Added i18n code.
2000-04-28  ewt1) added help support
1999-12-11  ewt1) fixed some timer issues
1999-12-11  ewtversion 0.50.1
1999-03-05  ewtfree hotkeys
1999-01-19  mswInternalize gpm functions, check mouse event coords...
1999-01-07  mswMouse support
1998-04-28  ewtadded watchfd stuff
1998-03-06  ewt1) got scrollbars working w/ gridded text widgets
1998-02-16  ewt1) forms shouldn't draw until they are mapped
1998-01-16  ewtdelay form sizing until FormRun() is called -- it's...
1998-01-03  ewt1) patch from Bruce Perens which makes newt easier...
1997-10-28  ewtstarted adding resizing stuff, but I need to know more...
1997-09-29  ewt1) added ismapped field
1997-09-11  ewtadded newtComponentTakesFocus()
1997-09-08  sopwithVarious 'const' casting mods from Bruce Guenter <bruceg...
1997-08-15  sopwithHmm, maybe this will work...?
1997-07-22  sopwithRedraw fixes.
1997-06-02  ewtVarious cleanups from Elliot
1996-08-07  ewtadded newtFormSetWidth()
1996-08-07  ewtadded newtFormSetBackground()
1996-08-06  ewtadded newtComponentAddCallback(), newtFormRun()
1996-08-02  ewtadded support for F12 exiting
1996-07-23  ewt1) fixed newtFormSetCurrent() to set things at the...
1996-07-13  ewtadded ER_NEXTCOMP
1996-06-20  ewtadded newtFormSetCurrent(), newtListboxSetCurrent() 0-1
1996-06-20  ewtmade newtDrawFrom externally visible
1996-06-17  ewtadded newtFormGetCurrent()
1996-05-03  ewtclears form space before drawing it
1996-04-16  ewtadded EARLY, NORMAL, LATE event mechanism
1996-03-31  ewtadded support for vertical scrollbars
1996-03-27  ewtadded component wrapping
1996-03-26  ewtadded vertical scrolling ability when all components...
1996-03-25  ewtchanged form to be a full fledged component
1996-03-25  ewtInitial revision