summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libdialog
Commit message (Expand)AuthorAgeFilesLines
* Fix small bug with negative item_no.jkh1996-01-101-1/+1
* Refresh before calling selection hook.jkh1996-01-052-2/+6
* Create individual tests for each dialog feature.jkh1996-01-0119-336/+1266
* Next round of changes - make dialog boxes drawable at arbitrary X,Y locationsjkh1996-01-0111-84/+127
* Add another test to round out the radiolist dialog suite.jkh1995-12-231-31/+107
* o Add some test code.jkh1995-12-232-0/+265
* Add changes to:jkh1995-12-238-358/+1028
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-08-061-2/+2
* Remove trailing whitespace.rgrimes1995-05-3017-143/+143
* Don't make TAB and BACK-TAB destroy field contents incorrectly.jkh1995-05-281-2/+1
* Remove extra argument from mesgboxache1995-05-161-1/+1
* Call mesgbox instead of msgbox for long descriptionsache1995-05-161-1/+1
* Changes to support the new dialog_dselect() features required to fixjkh1995-05-162-13/+62
* Fix draw shadow bug, when shadow reaches end of the screen,ache1995-05-151-20/+34
* Fix nasty shadow bug sneaked in Marc's commit.ache1995-05-083-90/+42
* Bump major number instead of minor: old functions arguments was changed tooache1995-05-041-3/+3
* Bump minor numberache1995-05-031-1/+3
* Handle too long strings correctly in print_autowrap()ache1995-04-301-1/+2
* Hastily back out my previous change to install ui_objects.h; upon furtherjkh1995-04-211-5/+1
* Also install new ui_objects.h header file. I'm not sure how I feel aboutjkh1995-04-211-3/+7
* Upgrade.ache1995-04-2011-52/+355
* Get rid of strtok(), it is depricated inside libsache1995-03-242-9/+11
* This just exited on most errors, some of which were legitimate andjkh1995-03-221-10/+5
* Saved scroll fixed.ache1995-03-211-1/+1
* Fix arrows printout for non-arrows keys in menuboxache1995-03-025-135/+113
* Simplify notify()ache1995-02-233-33/+30
* file selector, helpline, helpfile and more, with my fixesache1995-02-1522-22/+2313
* Much better error handling added.ache1995-02-131-16/+33
* Add more range/argument checkingache1995-01-307-6/+15
* Back out bkgd() function usage, it acts not fromache1995-01-161-2/+2
* Use new bkgd() function to produce backgroundache1994-12-021-4/+3
* Add ^X,^B,^F,^E,^Aache1994-11-201-38/+50
* Automatically turn off insert mode when end of field reachedache1994-11-191-4/+3
* Highlight only flen sized part while editing in line_edit()ache1994-11-191-20/+56
* Highlight only space available for editingache1994-11-191-5/+14
* silently restrict all boxes to LINES, COLSache1994-11-188-0/+32
* Draw passed line with passed attrs on enter of line_edit()ache1994-11-183-3/+11
* Add new parameter to line_edit: field length (-1 means unlimited)ache1994-11-184-15/+13
* Save/restore attrs in line_edit nowache1994-11-182-5/+4
* Use newscr instead of curscr in shadows codeache1994-11-171-3/+3
* Use wnoutrefresh() in clear_norefreshache1994-11-171-1/+2
* Add dialog_clear_norefresh() functionache1994-11-172-1/+7
* Fix original bug with wrong calculated dims for items list.ache1994-11-175-18/+34
* Full autosizing support, now you can pass -1, -1 for anyache1994-11-169-24/+134
* Make shadow more 'real': now shadowed letters appearse as dim ones.ache1994-11-151-16/+13
* Fix bug: only one second-level shadow drawedache1994-11-151-0/+16
* Additionly use erase char from termiosache1994-11-101-1/+16
* Now line_edit() uses passed string as initial promptache1994-11-022-3/+11
* Translate README to english. :-)jkh1994-11-021-4/+5
* Add pointer check after each newwin/subwin with error diagnosticache1994-10-318-0/+60
OpenPOWER on IntegriCloud