aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libdialog/kernel.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from -current so that sysinstall can stay the same in 2.2 and 3.0 (theJordan K. Hubbard1996-12-141-0/+3
* Make button highlighting more visible on B/W displays.Jordan K. Hubbard1996-09-061-3/+1
* Next round of changes - make dialog boxes drawable at arbitrary X,Y locationsJordan K. Hubbard1996-01-011-0/+6
* Add changes to:Jordan K. Hubbard1995-12-231-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* 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-081-1/+0
* Handle too long strings correctly in print_autowrap()Andrey A. Chernov1995-04-301-1/+2
* Get rid of strtok(), it is depricated inside libsAndrey A. Chernov1995-03-241-4/+6
* Fix arrows printout for non-arrows keys in menuboxAndrey A. Chernov1995-03-021-0/+24
* file selector, helpline, helpfile and more, with my fixesAndrey A. Chernov1995-02-151-0/+1
* 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
* 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-171-1/+6
* Full autosizing support, now you can pass -1, -1 for anyAndrey A. Chernov1994-11-161-0/+50
* Make shadow more 'real': now shadowed letters appearse as dim ones.Andrey A. Chernov1994-11-151-16/+13
* Fix bug: only one second-level shadow drawedAndrey A. Chernov1994-11-151-0/+16
* Implement dialog_prgbox() function which allows run programAndrey A. Chernov1994-10-281-15/+91
* Added refresh() to dialog_clear so that it actuallyPaul Richards1994-10-251-0/+1
* Fix dialog_clear() to clear windows.Andrey A. Chernov1994-10-211-0/+1
* Declare more functions externally.Andrey A. Chernov1994-10-201-1/+1
* Don't exit silently, if initscr failed; put error messageAndrey A. Chernov1994-10-191-1/+3
* Check initscr() for NULLAndrey A. Chernov1994-10-191-1/+2
* Make all dialog box available from C programs via functions callsAndrey A. Chernov1994-10-111-0/+330