Andrey A. Chernov
c86058f16c
Add HAVE_STRING_H
...
Use -DHAVE_XXX=1 form to be visually consistent with config.h defines
1996-08-30 18:33:31 +00:00
Peter Wemm
0d1e50ffbc
cmp -s || install -c ==> install -C
...
Add -DHAVE_UNISTD_H -DHAVE_STDLIB_H to get these files
1996-08-30 02:13:06 +00:00
Peter Wemm
1153e298b7
oops!! back out last accidental commit! (gcc-2.7.2.1 tweak that I gave up
...
on..)
1996-08-30 02:12:08 +00:00
Peter Wemm
345be915f7
cmp -s || install -c ==> install -C
1996-08-30 02:12:07 +00:00
Andrey A. Chernov
38005cc510
Keep in sync with latest bash
1996-08-28 15:47:16 +00:00
Jordan K. Hubbard
71a074386a
Reverse my patch which erroneously removed the library dependencies
...
for a library. They're needed.
1996-08-13 12:46:10 +00:00
Andrey A. Chernov
38378332f6
Convert to newly aded collate compare function
1996-08-12 19:04:24 +00:00
Andrey A. Chernov
a0ef95d4b3
Use collate for alpha character ranges
1996-08-12 18:03:54 +00:00
Jordan K. Hubbard
8a80fd427c
Throw some unnecessary dreck out of this Makefile.
1996-08-11 17:21:20 +00:00
Jordan K. Hubbard
526195ad0d
General -Wall warning cleanup, part I.
...
Submitted-By: Kent Vander Velden <graphix@iastate.edu>
1996-07-12 19:08:36 +00:00
Jordan K. Hubbard
15232ab26e
1. Remove some ancient bogons from when I initially added dialogMenuItem
...
support.
2. Have message boxes say "Continue" instead of "Exit"
1996-07-11 18:22:16 +00:00
Jordan K. Hubbard
1cca289947
Fix a couple of whoopers which somehow went undetected until now.
1996-07-11 11:15:28 +00:00
Jordan K. Hubbard
3bd9961585
Add missing dialog_clear() calls.
1996-07-05 07:42:23 +00:00
Jordan K. Hubbard
73410b698a
Round out the examples a little better in showing custom buttons in operation
...
more than once.
1996-07-02 01:03:56 +00:00
Jordan K. Hubbard
cd9a2f5c28
Bring in my changes for removing the pestilent obj links (unless you
...
really want them) from /usr/src. This is the final version of the
patches, incorporating the feedback I've received from -current.
1996-06-24 04:26:21 +00:00
Poul-Henning Kamp
4fbec7bfd1
Make rules reentrant.
1996-05-28 00:34:38 +00:00
Peter Wemm
f10ff67db6
This version is no longer needed, and probably better off gone. It
...
tried to parse the format string to estimate how much space it needed.
It didn't know all of the formats..
1996-05-27 11:01:09 +00:00
Wolfram Schneider
9fb933075e
`mv'' ->
`mv -f''
...
``rm'' -> ``rm -f''
so mv/rm may not ask for confirmation if you are not root
1996-05-07 23:19:49 +00:00
Jordan K. Hubbard
d1efb9fdc2
Fix the OK/Cancel accellerator bogon I introduced a few days back.
1996-04-28 02:13:07 +00:00
Jordan K. Hubbard
1e702eb8a5
Fix what I just broke with DITEM_LEAVE_MENU
1996-04-27 07:09:41 +00:00
Jordan K. Hubbard
396df2aa3a
Fix a bogon with ok/cancel callback usage.
1996-04-27 01:52:15 +00:00
Jordan K. Hubbard
7af0a5dbaf
More custom hackery to deal with issues discovered in sysinstall.
1996-04-25 17:27:18 +00:00
Jordan K. Hubbard
ab112e9f34
Allow some post-fire actions to be combined in ways that weren't
...
possible before.
1996-04-25 13:34:37 +00:00
Jordan K. Hubbard
02836a445d
alloca() was being called with highly bogus arguments due to brain
...
fade. Fixed.
1996-04-25 01:50:18 +00:00
Jordan K. Hubbard
5553e30b48
Cosmetic tweaks.
1996-04-23 01:25:04 +00:00
Jordan K. Hubbard
7b75f15fa7
Another bug fix for the DITEM_REDRAW case.
1996-04-20 01:56:06 +00:00
Jordan K. Hubbard
060882c315
Make the DITEM_RECREATE option work properly.
1996-04-20 01:28:20 +00:00
Jordan K. Hubbard
d83f3d7544
Fix a bug which did not properly bias checklist items by their scroll
...
factor.
1996-04-19 10:39:16 +00:00
Jordan K. Hubbard
806a609d46
Remove a long-standing window leak I just noticed.
1996-04-18 13:36:39 +00:00
Jordan K. Hubbard
c50c22c798
Remove the special-case behavior for fire actions that return
...
DITEM_FAILURE - formerly they would simply act as an implicit "continue",
but this is wrong. If you want this behavior, you should now return
with the DITEM_CONTINUE flag set.
Also make the semantics of DITEM_RESTORE quite a bit different - rather
than restore the screen back to pre-menu state, we restore the menu
itself. This is more correct for a variety of reasons when dealing with
nested menus (whoops!).
1996-04-18 13:21:26 +00:00
Jordan K. Hubbard
6562be49a5
More changes to attempt to make this whole new dialog scheme more
...
robust. The new "fire" actions, while affording signficantly more
interactivity to libdialog, come at a cost - if the fire action trashes
the screen then you're not going to be in Kansas anymore when you
come back to the menu and there had better be considerable extra
smarts in place for coping with such a situation. These changes are my
attempt to do just that.
1996-04-16 12:17:27 +00:00
Jordan K. Hubbard
056985cc17
Remove some of the grot I added to try and save/restore screen contents.
...
This shouldn't be done here, it should be done in the client as needed.
1996-04-13 13:13:32 +00:00
Jordan K. Hubbard
de16e2a457
Save screen before calling any fire() callbacks - you never know what
...
they might do to the screen.
1996-04-08 10:28:07 +00:00
Jordan K. Hubbard
3d681421e0
Refresh dialogs if a callback action fails.
1996-04-08 10:02:55 +00:00
Jordan K. Hubbard
f6284247b7
Make this properly respect obj dirs.
1996-04-07 03:34:35 +00:00
Jordan K. Hubbard
371a943ab5
Strive for a little more consistency with my examples.
1996-04-07 03:21:01 +00:00
Jordan K. Hubbard
b376966fbf
Add an `aux' field for some other gunk I'm doing.
1996-04-05 02:29:12 +00:00
Mark Murray
5fff263854
Make "make tests" actually work. This is an extremely crude hack, but
...
I figure that as this is not part of any automated processes, WTH.
1996-03-04 16:06:03 +00:00
Poul-Henning Kamp
2551444ec5
gnumalloc is gone.
1996-02-11 18:16:11 +00:00
Poul-Henning Kamp
e35bc152c8
Remove libgnumalloc.
1996-02-11 18:15:10 +00:00
Mike Pritchard
6fad16fd59
Add some missing MLINKS, correct some cross references, correct some
...
file locations and some minor formatting/style problems.
1996-02-09 16:20:10 +00:00
Mike Pritchard
c211e812bb
Added some missing MLINKS for section 3 man pages.
...
Also corrected a few minor formatting errors, file location and cross
references in some of the section 3 man pages.
This shuts up a lot of the output from "manck" for section 3.
1996-02-09 00:45:45 +00:00
Jordan K. Hubbard
b1c46b6825
Minor tweak to this test.
1996-02-08 11:55:15 +00:00
Jordan K. Hubbard
52abcf2c37
Fix small bug with negative item_no.
1996-01-10 13:57:46 +00:00
Jordan K. Hubbard
24b935d90e
Refresh before calling selection hook.
1996-01-05 04:00:51 +00:00
Jordan K. Hubbard
cd5e85eb47
Create individual tests for each dialog feature.
1996-01-01 03:45:32 +00:00
Jordan K. Hubbard
738c371d22
Next round of changes - make dialog boxes drawable at arbitrary X,Y locations
...
and add selection traversal callbacks so context-sensitive behavior can
even be implemented for individual menu items. These work around the two
largest issues holding me back with some of my sysinstall changes.
1996-01-01 03:43:58 +00:00
Peter Wemm
6065a0be11
This commit was generated by cvs2svn to compensate for changes in r13122,
...
which included commits to RCS files with non-trunk default branches.
1995-12-30 19:02:48 +00:00
Peter Wemm
a5b996a7ec
recording cvs-1.6 file death
1995-12-30 19:02:48 +00:00
Jordan K. Hubbard
79b4be8ddf
Add another test to round out the radiolist dialog suite.
...
Add more comments and attempt to make everything just that much
more understandable.
1995-12-23 14:53:07 +00:00