summaryrefslogtreecommitdiff
path: root/gnu/lib/libdialog
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-09-0520-20/+20
* YAMF22Jordan K. Hubbard1997-03-291-2/+2
* Bring a wide number of improvements over from -current. This isJordan K. Hubbard1997-02-0715-245/+257
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1997-02-051-0/+46
* Merge.Jordan K. Hubbard1996-07-115-63/+21
* Merge.Jordan K. Hubbard1996-07-113-56/+66
* Merge.Jordan K. Hubbard1996-07-054-2/+7
* Sync with HEADJordan K. Hubbard1996-05-0316-1618/+1720
* Merge from HEADJordan K. Hubbard1996-02-081-2/+2
* Merge from HEAD.Jordan K. Hubbard1996-01-101-1/+1
* Merge changes from HEADJordan K. Hubbard1996-01-052-2/+6
* Bring in changes from HEAD.Jordan K. Hubbard1996-01-0213-420/+187
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1996-01-0120-0/+1928
* Merge from HEAD. I need this stuff for sysinstall.Jordan K. Hubbard1995-12-237-359/+648
* Remove trailing whitespace.Rodney W. Grimes1995-05-3017-143/+143
* Don't make TAB and BACK-TAB destroy field contents incorrectly.Jordan K. Hubbard1995-05-281-2/+1
* Remove extra argument from mesgboxAndrey A. Chernov1995-05-161-1/+1
* Call mesgbox instead of msgbox for long descriptionsAndrey A. Chernov1995-05-161-1/+1
* Changes to support the new dialog_dselect() features required to fixJordan K. Hubbard1995-05-162-13/+62
* Fix draw shadow bug, when shadow reaches end of the screen,Andrey A. Chernov1995-05-151-20/+34
* Fix nasty shadow bug sneaked in Marc's commit.Andrey A. Chernov1995-05-083-90/+42
* Bump major number instead of minor: old functions arguments was changed tooAndrey A. Chernov1995-05-041-3/+3
* Bump minor numberAndrey A. Chernov1995-05-031-1/+3
* Handle too long strings correctly in print_autowrap()Andrey A. Chernov1995-04-301-1/+2
* Hastily back out my previous change to install ui_objects.h; upon furtherJordan K. Hubbard1995-04-211-5/+1
* Also install new ui_objects.h header file. I'm not sure how I feel aboutJordan K. Hubbard1995-04-211-3/+7
* Upgrade.Andrey A. Chernov1995-04-2011-52/+355
* Get rid of strtok(), it is depricated inside libsAndrey A. Chernov1995-03-242-9/+11
* This just exited on most errors, some of which were legitimate andJordan K. Hubbard1995-03-221-10/+5
* Saved scroll fixed.Andrey A. Chernov1995-03-211-1/+1
* Fix arrows printout for non-arrows keys in menuboxAndrey A. Chernov1995-03-025-135/+113
* Simplify notify()Andrey A. Chernov1995-02-233-33/+30
* file selector, helpline, helpfile and more, with my fixesAndrey A. Chernov1995-02-1522-22/+2313
* Much better error handling added.Andrey A. Chernov1995-02-131-16/+33
* Add more range/argument checkingAndrey A. Chernov1995-01-307-6/+15
* Back out bkgd() function usage, it acts not fromAndrey A. Chernov1995-01-161-2/+2
* Use new bkgd() function to produce backgroundAndrey A. Chernov1994-12-021-4/+3
* Add ^X,^B,^F,^E,^AAndrey A. Chernov1994-11-201-38/+50
* Automatically turn off insert mode when end of field reachedAndrey A. Chernov1994-11-191-4/+3
* Highlight only flen sized part while editing in line_edit()Andrey A. Chernov1994-11-191-20/+56
* Highlight only space available for editingAndrey A. Chernov1994-11-191-5/+14
* silently restrict all boxes to LINES, COLSAndrey A. Chernov1994-11-188-0/+32
* Draw passed line with passed attrs on enter of line_edit()Andrey A. Chernov1994-11-183-3/+11
* Add new parameter to line_edit: field length (-1 means unlimited)Andrey A. Chernov1994-11-184-15/+13
* Save/restore attrs in line_edit nowAndrey A. Chernov1994-11-182-5/+4
* Use newscr instead of curscr in shadows codeAndrey A. Chernov1994-11-171-3/+3
* Use wnoutrefresh() in clear_norefreshAndrey A. Chernov1994-11-171-1/+2
* Add dialog_clear_norefresh() functionAndrey A. Chernov1994-11-172-1/+7
* Fix original bug with wrong calculated dims for items list.Andrey A. Chernov1994-11-175-18/+34
* Full autosizing support, now you can pass -1, -1 for anyAndrey A. Chernov1994-11-169-24/+134