| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -2/+2 |
| | | | | | Notes: svn path=/head/; revision=8858 | ||||
| * | Fix draw shadow bug, when shadow reaches end of the screen, | Andrey A. Chernov | 1995-05-15 | 1 | -20/+34 |
| | | | | | | | | bringed by devmenu or tzsetup f.e. Notes: svn path=/head/; revision=8535 | ||||
| * | Fix nasty shadow bug sneaked in Marc's commit. | Andrey A. Chernov | 1995-05-08 | 1 | -1/+0 |
| | | | | | | | | | | Implement ^K and KEY_EOL as clear end of line Move common code from line_edit to static function Cosmetique changes in textbox Notes: svn path=/head/; revision=8344 | ||||
| * | Handle too long strings correctly in print_autowrap() | Andrey A. Chernov | 1995-04-30 | 1 | -1/+2 |
| | | | | | | | | Submitted by: Marc van Kempen <wmbdmr@urc.tue.nl> Notes: svn path=/head/; revision=8191 | ||||
| * | Get rid of strtok(), it is depricated inside libs | Andrey A. Chernov | 1995-03-24 | 1 | -4/+6 |
| | | | | | Notes: svn path=/head/; revision=7330 | ||||
| * | Fix arrows printout for non-arrows keys in menubox | Andrey A. Chernov | 1995-03-02 | 1 | -0/+24 |
| | | | | | | | | | Move arrows printout to single kernel function Add PgUp/PgDn/Home/End to checkbox and radiobox Notes: svn path=/head/; revision=6818 | ||||
| * | file selector, helpline, helpfile and more, with my fixes | Andrey A. Chernov | 1995-02-15 | 1 | -0/+1 |
| | | | | | | | | Submitted by: wmbfmk@urc.tue.nl Notes: svn path=/head/; revision=6458 | ||||
| * | Back out bkgd() function usage, it acts not from | Andrey A. Chernov | 1995-01-16 | 1 | -2/+2 |
| | | | | | | | | common sense but from sysv standard Notes: svn path=/head/; revision=5654 | ||||
| * | Use new bkgd() function to produce background | Andrey A. Chernov | 1994-12-02 | 1 | -4/+3 |
| | | | | | Notes: svn path=/head/; revision=4904 | ||||
| * | Use newscr instead of curscr in shadows code | Andrey A. Chernov | 1994-11-17 | 1 | -3/+3 |
| | | | | | Notes: svn path=/head/; revision=4581 | ||||
| * | Use wnoutrefresh() in clear_norefresh | Andrey A. Chernov | 1994-11-17 | 1 | -1/+2 |
| | | | | | Notes: svn path=/head/; revision=4575 | ||||
| * | Add dialog_clear_norefresh() function | Andrey A. Chernov | 1994-11-17 | 1 | -1/+6 |
| | | | | | Notes: svn path=/head/; revision=4574 | ||||
| * | Full autosizing support, now you can pass -1, -1 for any | Andrey A. Chernov | 1994-11-16 | 1 | -0/+50 |
| | | | | | | | | string Notes: svn path=/head/; revision=4527 | ||||
| * | Make shadow more 'real': now shadowed letters appearse as dim ones. | Andrey A. Chernov | 1994-11-15 | 1 | -16/+13 |
| | | | | | Notes: svn path=/head/; revision=4515 | ||||
| * | Fix bug: only one second-level shadow drawed | Andrey A. Chernov | 1994-11-15 | 1 | -0/+16 |
| | | | | | Notes: svn path=/head/; revision=4496 | ||||
| * | Implement dialog_prgbox() function which allows run program | Andrey A. Chernov | 1994-10-28 | 1 | -15/+91 |
| | | | | | | | | (via pipe) with output to dialog box Notes: svn path=/head/; revision=3950 | ||||
| * | Added refresh() to dialog_clear so that it actually | Paul Richards | 1994-10-25 | 1 | -0/+1 |
| | | | | | | | | | | | clears the screen. Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=3855 | ||||
| * | Fix dialog_clear() to clear windows. | Andrey A. Chernov | 1994-10-21 | 1 | -0/+1 |
| | | | | | Notes: svn path=/head/; revision=3756 | ||||
| * | Declare more functions externally. | Andrey A. Chernov | 1994-10-20 | 1 | -1/+1 |
| | | | | | | | | Don't forget to use 'make beforeinstall'... Notes: svn path=/head/; revision=3740 | ||||
| * | Don't exit silently, if initscr failed; put error message | Andrey A. Chernov | 1994-10-19 | 1 | -1/+3 |
| | | | | | Notes: svn path=/head/; revision=3716 | ||||
| * | Check initscr() for NULL | Andrey A. Chernov | 1994-10-19 | 1 | -1/+2 |
| | | | | | Notes: svn path=/head/; revision=3715 | ||||
| * | Make all dialog box available from C programs via functions calls | Andrey A. Chernov | 1994-10-11 | 1 | -0/+330 |
| Notes: svn path=/cvs2svn/branches/savio_lam/; revision=3515 | |||||
