]> git.ipfire.org Git - thirdparty/newt.git/history - listbox.c
0.52.24
[thirdparty/newt.git] / listbox.c
2019-10-01  Miroslav Lichvarfix warnings about never-read values
2011-06-08  Miroslav Lichvarfix errors found by coverity
2008-03-21  Mostafa DaneshvarMerge branch 'master' of ssh://git.fedorahosted.org...
2008-03-21  Miroslav Lichvarremove workarounds for old bug in SLsmg_write_nstring
2008-03-21  Richard W.M. Joneshandle component destruction
2007-06-08  mlichvar- fix scrollbar positioning in listbox
2006-09-15  mlichvar- fix screen corruption when half of double width chara...
2006-09-15  mlichvar- make textbox with scrollbar focusable (#83203)
2006-08-25  mlichvarsync with 0.52.1 r0-52-1
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-08-19  johnsonmincorporated listbox cursor location patch (#69903)
2002-08-15  nottingUTF-8 changes
2002-06-11  jortonAdd newtListboxItemCount() to return number of items...
2001-09-21  sopwithAdd showCursor flag for listboxes.
2001-04-24  ewtbug fix for multiple selections (Rodrigo Luiz Beber...
2001-04-02  msw- redraw the screen in certain situations when LANG...
2001-01-23  mswrevert for now
2001-01-22  tagoh* Added i18n code.
2000-01-12  ewtfixed:
1999-12-20  nalinFixed bug 6390.
1999-03-15  mswchanges
1999-03-05  ewtfree scrollbars
1999-02-27  mswfix for keyboard nav
1999-02-25  msw- updated descriptions
1999-01-07  mswMouse support
1998-08-01  ewtmake listboxes work properly with borders
1998-08-01  ewt1) use BORDER flag, not DOBORDER
1998-03-06  ewt1) got scrollbars working w/ gridded text widgets
1998-01-03  ewt1) patch from Bruce Perens which makes newt easier...
1997-11-03  ewtadded newtListboxSetCurrentByKey()
1997-10-27  ewt1) added insert, remove to snack listbox
1997-10-20  sopwithEnd key works properly now; tests run show that this...
1997-10-20  sopwithFixed <END> key.
1997-10-17  ewtadded listbox, textbox, and reflowed text
1997-09-30  ewt1) updated version to 0.11
1997-09-29  ewt1) added ismapped field
1997-09-24  ewtinitialize things better
1997-09-17  msfdon't update display until listbox has been drawn at...
1997-09-17  msfscrolled listboxes didn't respond to placement properly
1997-09-08  sopwithVarious 'const' casting mods from Bruce Guenter <bruceg...
1997-08-21  ewtremoved extraneous screen drawing
1997-08-19  sopwith"comparison between signed and unsigned" warnings fixed
1997-08-18  sopwithMore misc listbox changes.
1997-08-15  sopwithListbox changes, newtBell()
1997-07-30  sopwithFixed Makefile so that shared library gets remade only...
1997-07-30  sopwithAdded newtListboxClear - it seems to be done frequently via
1997-07-22  sopwithListbox has multiple selection support now (demo includ...
1997-07-22  sopwithFew more changes.
1997-07-22  sopwithRedraw fixes.
1997-07-22  sopwithSaner(?) listbox navigation.
1997-07-22  sopwithListbox now runs the user's callback whenever the curre...
1997-06-02  ewtAdded patches from Clarence for constant sized listboxe... v0-9
1997-06-02  ewtVarious cleanups from Elliot
1997-04-14  ewtadded NEWT_FLAG_DOBORDER from msf
1997-03-18  ewtadded NEWT_FLAG_NOSCROLL support
1997-03-17  ewtdeals with 0 height (automatically resizing) listboxes...
1997-02-25  ewtmisc fixes from sopwith
1997-02-17  ewtmore sopwith fixes
1997-02-17  ewtcleanups from sopwith
1997-01-29  ewtincorporated rewrite from Elliot Lee
1996-08-02  ewtmods to use new newtForm() call
1996-06-20  ewtadded newtFormSetCurrent(), newtListboxSetCurrent() 0-1
1996-06-17  ewtKeeps data with listbox items, allows changing of text...
1996-03-31  ewtadded vertical scrollbar
1996-03-31  ewtInitial revision