| Commit message (Expand) | Author | Age | Files | Lines |
* | Use new bkgd() function to produce background | ache | 1994-12-02 | 1 | -4/+3 |
* | Add -lcompat to LDADD for insque/remque (they treated as part of library) | ache | 1994-11-24 | 1 | -1/+1 |
* | For unknown reason _G_HAVE_SYS_RESOURCE was defined to 0 instead | ache | 1994-11-23 | 1 | -1/+1 |
* | Add missing osfcn.h | ache | 1994-11-23 | 1 | -0/+17 |
* | Add ^X,^B,^F,^E,^A | ache | 1994-11-20 | 1 | -38/+50 |
* | Automatically turn off insert mode when end of field reached | ache | 1994-11-19 | 1 | -4/+3 |
* | Highlight only flen sized part while editing in line_edit() | ache | 1994-11-19 | 1 | -20/+56 |
* | Highlight only space available for editing | ache | 1994-11-19 | 1 | -5/+14 |
* | silently restrict all boxes to LINES, COLS | ache | 1994-11-18 | 8 | -0/+32 |
* | Draw passed line with passed attrs on enter of line_edit() | ache | 1994-11-18 | 3 | -3/+11 |
* | Add new parameter to line_edit: field length (-1 means unlimited) | ache | 1994-11-18 | 4 | -15/+13 |
* | Save/restore attrs in line_edit now | ache | 1994-11-18 | 2 | -5/+4 |
* | Use newscr instead of curscr in shadows code | ache | 1994-11-17 | 1 | -3/+3 |
* | Use wnoutrefresh() in clear_norefresh | ache | 1994-11-17 | 1 | -1/+2 |
* | Add dialog_clear_norefresh() function | ache | 1994-11-17 | 2 | -1/+7 |
* | Remove regex.h, it conflicts with our POSIX regex.h and we already | ache | 1994-11-17 | 2 | -2/+2 |
* | Fix original bug with wrong calculated dims for items list. | ache | 1994-11-17 | 5 | -18/+34 |
* | Full autosizing support, now you can pass -1, -1 for any | ache | 1994-11-16 | 9 | -24/+134 |
* | Make shadow more 'real': now shadowed letters appearse as dim ones. | ache | 1994-11-15 | 1 | -16/+13 |
* | Fix bug: only one second-level shadow drawed | ache | 1994-11-15 | 1 | -0/+16 |
* | Integrated GCC-2.6.1 -> GCC-2.6.2 changes. | phk | 1994-11-15 | 1 | -1/+1 |
* | Fix merge conflicts. | jkh | 1994-11-13 | 2 | -18/+17 |
*-. | This commit was generated by cvs2svn to compensate for changes in r4422, | jkh | 1994-11-13 | 48 | -418/+3919 |
|\ \ |
|
| | * | Michael Reifenberger's libg++ port | jkh | 1994-11-13 | 4 | -0/+3491 |
| * | | Michael Reifenberger's libg++ port | jkh | 1994-11-13 | 46 | -430/+446 |
* | | | This commit was generated by cvs2svn to compensate for changes in r4420, | jkh | 1994-11-13 | 1 | -0/+7159 |
|\ \ \
| | |/
| |/| |
|
| * | | Michael Reifenberger's libg++ 2.6.1 port. | jkh | 1994-11-13 | 1 | -0/+7159 |
| / |
|
* | | Additionly use erase char from termios | ache | 1994-11-10 | 1 | -1/+16 |
* | | As pointed out by Paul Traina, we need the libs to be 261.0 not 26.1. | phk | 1994-11-07 | 1 | -2/+2 |
* | | ---------------------------------- | phk | 1994-11-03 | 1 | -2/+2 |
* | | Now line_edit() uses passed string as initial prompt | ache | 1994-11-02 | 2 | -3/+11 |
* | | Translate README to english. :-) | jkh | 1994-11-02 | 1 | -4/+5 |
* | | Fix beforeinstall compare | ache | 1994-11-01 | 1 | -3/+3 |
* | | Don't reinstall includes when not necessary | pst | 1994-11-01 | 1 | -3/+6 |
* | | Add pointer check after each newwin/subwin with error diagnostic | ache | 1994-10-31 | 8 | -0/+60 |
* | | Add a -I${.CURDIR} so that the next time Andrew changes dialog.h, the | jkh | 1994-10-28 | 1 | -2/+2 |
* | | Add refresh after each line of program output, | ache | 1994-10-28 | 1 | -0/+1 |
* | | Implement dialog_prgbox() function which allows run program | ache | 1994-10-28 | 14 | -26/+394 |
* | | Added refresh() to dialog_clear so that it actually | paul | 1994-10-25 | 1 | -0/+1 |
* | | Make dialog attributes visible from outside (for direct usage | ache | 1994-10-24 | 2 | -40/+38 |
* | | Fix dialog_clear() to clear windows. | ache | 1994-10-21 | 1 | -0/+1 |
* | | Implement line_edit() function (full line editor) which may called | ache | 1994-10-21 | 5 | -171/+184 |
* | | Declare more functions externally. | ache | 1994-10-20 | 12 | -30/+32 |
* | | Don't exit silently, if initscr failed; put error message | ache | 1994-10-19 | 1 | -1/+3 |
* | | Check initscr() for NULL | ache | 1994-10-19 | 1 | -1/+2 |
* | | Add LDADD += -lcurses | ache | 1994-10-12 | 1 | -1/+2 |
* | | Add LDADD+= -ltermcap | ache | 1994-10-12 | 1 | -1/+2 |
* | | SHARED_LDADD --> LDADD | ache | 1994-10-12 | 1 | -2/+2 |
* | | libdialog added | ache | 1994-10-11 | 1 | -2/+2 |
* | | This commit was generated by cvs2svn to compensate for changes in r3515, | ache | 1994-10-11 | 16 | -0/+3985 |
|\ \ |
|