| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change `install' to `${INSTALL}' so that default install flags can be | Bruce Evans | 1995-08-06 | 1 | -2/+2 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 17 | -143/+143 |
| * | Don't make TAB and BACK-TAB destroy field contents incorrectly. | Jordan K. Hubbard | 1995-05-28 | 1 | -2/+1 |
| * | Remove extra argument from mesgbox | Andrey A. Chernov | 1995-05-16 | 1 | -1/+1 |
| * | Call mesgbox instead of msgbox for long descriptions | Andrey A. Chernov | 1995-05-16 | 1 | -1/+1 |
| * | Changes to support the new dialog_dselect() features required to fix | Jordan K. Hubbard | 1995-05-16 | 2 | -13/+62 |
| * | Fix draw shadow bug, when shadow reaches end of the screen, | Andrey A. Chernov | 1995-05-15 | 1 | -20/+34 |
| * | Fix nasty shadow bug sneaked in Marc's commit. | Andrey A. Chernov | 1995-05-08 | 3 | -90/+42 |
| * | Bump major number instead of minor: old functions arguments was changed too | Andrey A. Chernov | 1995-05-04 | 1 | -3/+3 |
| * | Bump minor number | Andrey A. Chernov | 1995-05-03 | 1 | -1/+3 |
| * | Handle too long strings correctly in print_autowrap() | Andrey A. Chernov | 1995-04-30 | 1 | -1/+2 |
| * | Hastily back out my previous change to install ui_objects.h; upon further | Jordan K. Hubbard | 1995-04-21 | 1 | -5/+1 |
| * | Also install new ui_objects.h header file. I'm not sure how I feel about | Jordan K. Hubbard | 1995-04-21 | 1 | -3/+7 |
| * | Upgrade. | Andrey A. Chernov | 1995-04-20 | 11 | -52/+355 |
| * | Get rid of strtok(), it is depricated inside libs | Andrey A. Chernov | 1995-03-24 | 2 | -9/+11 |
| * | This just exited on most errors, some of which were legitimate and | Jordan K. Hubbard | 1995-03-22 | 1 | -10/+5 |
| * | Saved scroll fixed. | Andrey A. Chernov | 1995-03-21 | 1 | -1/+1 |
| * | Fix arrows printout for non-arrows keys in menubox | Andrey A. Chernov | 1995-03-02 | 5 | -135/+113 |
| * | Simplify notify() | Andrey A. Chernov | 1995-02-23 | 3 | -33/+30 |
| * | file selector, helpline, helpfile and more, with my fixes | Andrey A. Chernov | 1995-02-15 | 22 | -22/+2313 |
| * | Much better error handling added. | Andrey A. Chernov | 1995-02-13 | 1 | -16/+33 |
| * | Add more range/argument checking | Andrey A. Chernov | 1995-01-30 | 7 | -6/+15 |
| * | Back out bkgd() function usage, it acts not from | Andrey A. Chernov | 1995-01-16 | 1 | -2/+2 |
| * | Use new bkgd() function to produce background | Andrey A. Chernov | 1994-12-02 | 1 | -4/+3 |
| * | Add ^X,^B,^F,^E,^A | Andrey A. Chernov | 1994-11-20 | 1 | -38/+50 |
| * | Automatically turn off insert mode when end of field reached | Andrey A. Chernov | 1994-11-19 | 1 | -4/+3 |
| * | Highlight only flen sized part while editing in line_edit() | Andrey A. Chernov | 1994-11-19 | 1 | -20/+56 |
| * | Highlight only space available for editing | Andrey A. Chernov | 1994-11-19 | 1 | -5/+14 |
| * | silently restrict all boxes to LINES, COLS | Andrey A. Chernov | 1994-11-18 | 8 | -0/+32 |
| * | Draw passed line with passed attrs on enter of line_edit() | Andrey A. Chernov | 1994-11-18 | 3 | -3/+11 |
| * | Add new parameter to line_edit: field length (-1 means unlimited) | Andrey A. Chernov | 1994-11-18 | 4 | -15/+13 |
| * | Save/restore attrs in line_edit now | Andrey A. Chernov | 1994-11-18 | 2 | -5/+4 |
| * | Use newscr instead of curscr in shadows code | Andrey A. Chernov | 1994-11-17 | 1 | -3/+3 |
| * | Use wnoutrefresh() in clear_norefresh | Andrey A. Chernov | 1994-11-17 | 1 | -1/+2 |
| * | Add dialog_clear_norefresh() function | Andrey A. Chernov | 1994-11-17 | 2 | -1/+7 |
| * | Fix original bug with wrong calculated dims for items list. | Andrey A. Chernov | 1994-11-17 | 5 | -18/+34 |
| * | Full autosizing support, now you can pass -1, -1 for any | Andrey A. Chernov | 1994-11-16 | 9 | -24/+134 |
| * | Make shadow more 'real': now shadowed letters appearse as dim ones. | Andrey A. Chernov | 1994-11-15 | 1 | -16/+13 |
| * | Fix bug: only one second-level shadow drawed | Andrey A. Chernov | 1994-11-15 | 1 | -0/+16 |
| * | Additionly use erase char from termios | Andrey A. Chernov | 1994-11-10 | 1 | -1/+16 |
| * | Now line_edit() uses passed string as initial prompt | Andrey A. Chernov | 1994-11-02 | 2 | -3/+11 |
| * | Translate README to english. :-) | Jordan K. Hubbard | 1994-11-02 | 1 | -4/+5 |
| * | Add pointer check after each newwin/subwin with error diagnostic | Andrey A. Chernov | 1994-10-31 | 8 | -0/+60 |
| * | Add a -I${.CURDIR} so that the next time Andrew changes dialog.h, the | Jordan K. Hubbard | 1994-10-28 | 1 | -2/+2 |
| * | Add refresh after each line of program output, | Andrey A. Chernov | 1994-10-28 | 1 | -0/+1 |
| * | Implement dialog_prgbox() function which allows run program | Andrey A. Chernov | 1994-10-28 | 14 | -26/+394 |
| * | Added refresh() to dialog_clear so that it actually | Paul Richards | 1994-10-25 | 1 | -0/+1 |
| * | Make dialog attributes visible from outside (for direct usage | Andrey A. Chernov | 1994-10-24 | 2 | -40/+38 |
| * | Fix dialog_clear() to clear windows. | Andrey A. Chernov | 1994-10-21 | 1 | -0/+1 |
| * | Implement line_edit() function (full line editor) which may called | Andrey A. Chernov | 1994-10-21 | 5 | -171/+184 |