Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Pull the fix from rev 1.31.2.1; i've accidentally committed it to | joerg | 1996-12-26 | 1 | -1/+0 | |
| | | | | 2.2 first. | |||||
* | Somewhere along the way, multiple targets started working and nobody | jkh | 1996-12-14 | 1 | -52/+1 | |
| | | | | noticed. | |||||
* | Add another hateful global to libdialog (what the heck, there are already | jkh | 1996-12-14 | 9 | -25/+94 | |
| | | | | | | so many). For now, the only extended attribute implemented is NO ECHO, useful for things like passwords. See TESTS/input2.c for an example. This should go into 2.2. | |||||
* | Line up some of these OK boxes properly again. | jkh | 1996-12-12 | 3 | -4/+4 | |
| | ||||||
* | "CONTINUE" was just too long. Make it a nice "OK" now. | jkh | 1996-10-04 | 2 | -2/+2 | |
| | ||||||
* | Eliminated includes of the "temporary" backwards compatibility header | bde | 1996-09-24 | 1 | -4/+4 | |
| | | | | | | <sys/dir.h> in applications. Maintained existing (inadequate) ifdefs for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any new ones. | |||||
* | Make button highlighting more visible on B/W displays. | jkh | 1996-09-06 | 1 | -3/+1 | |
| | ||||||
* | Collapse some common arrow key handling semantics from sysinstall into | jkh | 1996-09-01 | 1 | -0/+7 | |
| | | | | PollObj(), simplifying code which uses it. | |||||
* | cmp -s || install -c ==> install -C | peter | 1996-08-30 | 1 | -3/+2 | |
| | ||||||
* | Reverse my patch which erroneously removed the library dependencies | jkh | 1996-08-13 | 1 | -0/+3 | |
| | | | | for a library. They're needed. | |||||
* | Throw some unnecessary dreck out of this Makefile. | jkh | 1996-08-11 | 1 | -4/+1 | |
| | ||||||
* | 1. Remove some ancient bogons from when I initially added dialogMenuItem | jkh | 1996-07-11 | 5 | -63/+21 | |
| | | | | | support. 2. Have message boxes say "Continue" instead of "Exit" | |||||
* | Fix a couple of whoopers which somehow went undetected until now. | jkh | 1996-07-11 | 3 | -56/+66 | |
| | ||||||
* | Add missing dialog_clear() calls. | jkh | 1996-07-05 | 3 | -0/+3 | |
| | ||||||
* | Round out the examples a little better in showing custom buttons in operation | jkh | 1996-07-02 | 1 | -2/+4 | |
| | | | | more than once. | |||||
* | Fix the OK/Cancel accellerator bogon I introduced a few days back. | jkh | 1996-04-28 | 3 | -3/+3 | |
| | ||||||
* | Fix what I just broke with DITEM_LEAVE_MENU | jkh | 1996-04-27 | 1 | -1/+1 | |
| | ||||||
* | Fix a bogon with ok/cancel callback usage. | jkh | 1996-04-27 | 2 | -26/+24 | |
| | ||||||
* | More custom hackery to deal with issues discovered in sysinstall. | jkh | 1996-04-25 | 3 | -17/+14 | |
| | ||||||
* | Allow some post-fire actions to be combined in ways that weren't | jkh | 1996-04-25 | 3 | -16/+9 | |
| | | | | possible before. | |||||
* | alloca() was being called with highly bogus arguments due to brain | jkh | 1996-04-25 | 2 | -2/+2 | |
| | | | | fade. Fixed. | |||||
* | Cosmetic tweaks. | jkh | 1996-04-23 | 2 | -4/+13 | |
| | ||||||
* | Another bug fix for the DITEM_REDRAW case. | jkh | 1996-04-20 | 2 | -4/+5 | |
| | ||||||
* | Make the DITEM_RECREATE option work properly. | jkh | 1996-04-20 | 3 | -22/+27 | |
| | ||||||
* | Fix a bug which did not properly bias checklist items by their scroll | jkh | 1996-04-19 | 2 | -8/+10 | |
| | | | | factor. | |||||
* | Remove a long-standing window leak I just noticed. | jkh | 1996-04-18 | 3 | -2/+18 | |
| | ||||||
* | Remove the special-case behavior for fire actions that return | jkh | 1996-04-18 | 7 | -176/+104 | |
| | | | | | | | | | | | 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!). | |||||
* | More changes to attempt to make this whole new dialog scheme more | jkh | 1996-04-16 | 13 | -1249/+1370 | |
| | | | | | | | | | 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. | |||||
* | Remove some of the grot I added to try and save/restore screen contents. | jkh | 1996-04-13 | 1 | -27/+3 | |
| | | | | This shouldn't be done here, it should be done in the client as needed. | |||||
* | Save screen before calling any fire() callbacks - you never know what | jkh | 1996-04-08 | 1 | -363/+379 | |
| | | | | they might do to the screen. | |||||
* | Refresh dialogs if a callback action fails. | jkh | 1996-04-08 | 3 | -11/+33 | |
| | ||||||
* | Make this properly respect obj dirs. | jkh | 1996-04-07 | 1 | -35/+37 | |
| | ||||||
* | Strive for a little more consistency with my examples. | jkh | 1996-04-07 | 7 | -14/+14 | |
| | ||||||
* | Add an `aux' field for some other gunk I'm doing. | jkh | 1996-04-05 | 1 | -0/+1 | |
| | ||||||
* | Add some missing MLINKS, correct some cross references, correct some | mpp | 1996-02-09 | 2 | -3/+4 | |
| | | | | file locations and some minor formatting/style problems. | |||||
* | Added some missing MLINKS for section 3 man pages. | mpp | 1996-02-09 | 1 | -1/+15 | |
| | | | | | | | 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. | |||||
* | Minor tweak to this test. | jkh | 1996-02-08 | 1 | -2/+2 | |
| | ||||||
* | Fix small bug with negative item_no. | jkh | 1996-01-10 | 1 | -1/+1 | |
| | ||||||
* | Refresh before calling selection hook. | jkh | 1996-01-05 | 2 | -2/+6 | |
| | ||||||
* | Create individual tests for each dialog feature. | jkh | 1996-01-01 | 19 | -336/+1266 | |
| | ||||||
* | Next round of changes - make dialog boxes drawable at arbitrary X,Y locations | jkh | 1996-01-01 | 11 | -84/+127 | |
| | | | | | | 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. | |||||
* | Add another test to round out the radiolist dialog suite. | jkh | 1995-12-23 | 1 | -31/+107 | |
| | | | | | Add more comments and attempt to make everything just that much more understandable. | |||||
* | o Add some test code. | jkh | 1995-12-23 | 2 | -0/+265 | |
| | ||||||
* | Add changes to: | jkh | 1995-12-23 | 8 | -358/+1028 | |
| | | | | | | | o Support a new, fully backwards-compatible API for controling individual items in dialog menus. o Write a man page. o Add some test code. | |||||
* | Change `install' to `${INSTALL}' so that default install flags can be | bde | 1995-08-06 | 1 | -2/+2 | |
| | | | | | | | specified in the top level Makefiles. Previously I missed dozens of Makefiles that skip the install after using `cmp -s' to decide that the install isn't necessary. | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 17 | -143/+143 | |
| | ||||||
* | Don't make TAB and BACK-TAB destroy field contents incorrectly. | jkh | 1995-05-28 | 1 | -2/+1 | |
| | | | | Submitted by: gibbs | |||||
* | Remove extra argument from mesgbox | ache | 1995-05-16 | 1 | -1/+1 | |
| | ||||||
* | Call mesgbox instead of msgbox for long descriptions | ache | 1995-05-16 | 1 | -1/+1 | |
| | ||||||
* | Changes to support the new dialog_dselect() features required to fix | jkh | 1995-05-16 | 2 | -13/+62 | |
| | | | | | pkg_install. dialog_dselect() wasn't very useful before. Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl> |