ache
98983f573b
Handle too long strings correctly in print_autowrap()
...
Submitted by: Marc van Kempen <wmbdmr@urc.tue.nl>
1995-04-30 19:43:53 +00:00
jkh
fecc1587af
Hastily back out my previous change to install ui_objects.h; upon further
...
examination, I'm not entirely sure this was meant to be public. It's not
idempotent or anything. I'll make pkg_manage deal with it another way
until it's been confirmed one way or the other by Marc.
1995-04-21 10:18:33 +00:00
jkh
3bf1d99e22
Also install new ui_objects.h header file. I'm not sure how I feel about
...
these Makefile constructs - surely there's a better way?
1995-04-21 10:15:31 +00:00
ache
64d059015a
Upgrade.
...
Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl>
1995-04-20 17:39:37 +00:00
ache
f362fa39c5
Get rid of strtok(), it is depricated inside libs
1995-03-24 17:59:48 +00:00
jkh
689f0fbcdd
This just exited on most errors, some of which were legitimate and
...
I don't *want* to cause my application to be exited! Some of the fprintfs()
should probably be calls to some dialog error menu popup anyway.
1995-03-22 02:06:06 +00:00
ache
593e132519
Saved scroll fixed.
1995-03-21 01:06:07 +00:00
ache
bcf65c80f5
Fix arrows printout for non-arrows keys in menubox
...
Move arrows printout to single kernel function
Add PgUp/PgDn/Home/End to checkbox and radiobox
1995-03-02 01:03:39 +00:00
ache
e062767a52
Simplify notify()
...
Fix dupwin usage, now it really restore screen
Disable helpline while helpfile displayed
Fix helpfile borders
Fix mesgbox range computing
1995-02-23 22:36:56 +00:00
ache
8606846519
file selector, helpline, helpfile and more, with my fixes
...
Submitted by: wmbfmk@urc.tue.nl
1995-02-15 19:44:08 +00:00
ache
6f54c02095
Much better error handling added.
1995-02-13 18:51:50 +00:00
ache
6a9b44b167
Add more range/argument checking
...
Submitted by: charnier@lirmm.fr
1995-01-30 14:11:58 +00:00
ache
b1254721e0
Back out bkgd() function usage, it acts not from
...
common sense but from sysv standard
1995-01-16 17:22:35 +00:00
ache
b2b7987fd8
Use new bkgd() function to produce background
1994-12-02 19:49:17 +00:00
ache
ef0518f6db
Add ^X,^B,^F,^E,^A
...
Implement KEY_DC/^D
Fix some displaying errors
Add more beeps on reaching edges
1994-11-20 00:21:02 +00:00
ache
8d964f41a7
Automatically turn off insert mode when end of field reached
...
in line_edit().
1994-11-19 10:22:12 +00:00
ache
1b44a4bb6d
Highlight only flen sized part while editing in line_edit()
1994-11-19 09:58:34 +00:00
ache
ff4e7b036e
Highlight only space available for editing
1994-11-19 00:45:02 +00:00
ache
91b9eb92f4
silently restrict all boxes to LINES, COLS
1994-11-18 22:49:09 +00:00
ache
3790221257
Draw passed line with passed attrs on enter of line_edit()
...
and redraw it with default attrs on exit.
1994-11-18 01:46:32 +00:00
ache
3a64b4bb5b
Add new parameter to line_edit: field length (-1 means unlimited)
1994-11-18 01:02:42 +00:00
ache
b847ed27c4
Save/restore attrs in line_edit now
1994-11-18 00:30:06 +00:00
ache
91d0857ccb
Use newscr instead of curscr in shadows code
1994-11-17 23:54:24 +00:00
ache
b289af08a9
Use wnoutrefresh() in clear_norefresh
1994-11-17 23:08:57 +00:00
ache
550b4ca663
Add dialog_clear_norefresh() function
1994-11-17 22:52:05 +00:00
ache
afba98eb13
Fix original bug with wrong calculated dims for items list.
...
Add args check for functions when autosizing impossible.
1994-11-17 19:21:51 +00:00
ache
e26dcdfe6d
Full autosizing support, now you can pass -1, -1 for any
...
string
1994-11-16 14:37:37 +00:00
ache
3affdfe7d7
Make shadow more 'real': now shadowed letters appearse as dim ones.
1994-11-15 17:32:05 +00:00
ache
62c5bc791b
Fix bug: only one second-level shadow drawed
1994-11-15 12:42:14 +00:00
ache
6cd208713f
Additionly use erase char from termios
...
Implement kill line by ^U or kill char from termios
1994-11-10 15:16:46 +00:00
ache
96d73d00f3
Now line_edit() uses passed string as initial prompt
1994-11-02 01:40:34 +00:00
jkh
192a818a24
Translate README to english. :-)
1994-11-02 00:39:42 +00:00
ache
cc17583236
Add pointer check after each newwin/subwin with error diagnostic
1994-10-31 04:02:31 +00:00
jkh
8ee64af9d6
Add a -I${.CURDIR} so that the next time Andrew changes dialog.h, the
...
whole build doesn't fall over before installation.
1994-10-28 05:36:38 +00:00
ache
155937f9db
Add refresh after each line of program output,
...
some pgms may have long waiting time between output lines.
1994-10-28 04:05:32 +00:00
ache
a984cc06a4
Implement dialog_prgbox() function which allows run program
...
(via pipe) with output to dialog box
1994-10-28 03:08:28 +00:00
paul
9b625b2c6f
Added refresh() to dialog_clear so that it actually
...
clears the screen.
Reviewed by:
Submitted by:
Obtained from:
1994-10-25 15:10:27 +00:00
ache
35cb76f2c9
Make dialog attributes visible from outside (for direct usage
...
in pgms)
1994-10-24 05:09:45 +00:00
ache
1be9f1367e
Fix dialog_clear() to clear windows.
1994-10-21 17:52:19 +00:00
ache
e52bf400df
Implement line_edit() function (full line editor) which may called
...
externally.
Rewrite inputbox/textbox to use this function.
1994-10-21 15:42:30 +00:00
ache
ab76452c48
Declare more functions externally.
...
Don't forget to use 'make beforeinstall'...
1994-10-20 21:56:45 +00:00
ache
9215905d65
Don't exit silently, if initscr failed; put error message
1994-10-19 04:45:41 +00:00
ache
52d7f2c0cd
Check initscr() for NULL
1994-10-19 04:10:48 +00:00
ache
46290dcfcf
SHARED_LDADD --> LDADD
1994-10-12 01:54:38 +00:00
ache
ef40875ab1
Make all dialog box available from C programs via functions calls
1994-10-11 23:30:51 +00:00