summaryrefslogtreecommitdiff
path: root/lib/libforms
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_0_5'.cvs2svn1995-05-3012-4350/+0
* Remove trailing whitespace.Rodney W. Grimes1995-05-307-27/+27
* Forgot to add these.Paul Richards1995-05-124-0/+1228
* New libforms.Paul Richards1995-05-129-872/+1141
* Removed the y.tab.h file from the sources. It is automatically generatedAndreas Schulz1995-04-151-0/+2
* Tweak a few things just to show how form traversal might work fully.Jordan K. Hubbard1995-03-282-8/+8
* Include <strhash.h> instead now.Jordan K. Hubbard1995-03-281-1/+1
* change hash.h to strhash.h to match new convention.Jordan K. Hubbard1995-03-264-5/+4
* Use a hash table to hold all the bindings info rather than a linked list.Paul Richards1995-03-269-146/+321
* Pull old lex.l out of attic and update to new one.Paul Richards1995-03-011-13/+89
* Completely rewrite libforms so everything is done at runtime ratherPaul Richards1995-03-0117-488/+4868
* Implemented height field for text fields so they can now be more thanPaul Richards1995-02-017-94/+58
* Add all the necessary bits to use color if the terminal allows it.Paul Richards1995-01-304-53/+118
* Truncate any default inputs to the input width.Paul Richards1995-01-253-13/+17
* New example that uses the new forms language.Paul Richards1995-01-251-6/+96
* Update libforms to agree with new fib.Paul Richards1995-01-252-16/+21
* CFLAGS: = --> +=Andrey A. Chernov1995-01-241-1/+1
* Changed the example to use the forms spec file.Paul Richards1995-01-242-2/+74
* Changed the example to use the forms spec file.Paul Richards1995-01-242-3/+3
* Added emacs ^A,^E,^B & ^F keybindings to field editor.Paul Richards1995-01-112-7/+7
* Change size of example form from 80x25 to 80x24 so it worksPaul Richards1995-01-111-1/+1
* As long as I can't figure out why this doesn't work, I might as wellJordan K. Hubbard1995-01-102-2/+14
* Place the cursor better on buttons.Paul Richards1995-01-101-1/+1
* New forms library. This provides some basic functions for writingPaul Richards1995-01-106-369/+622
* Fix some bugs with forms that have only text fields.Paul Richards1994-11-132-3/+14
* The start of a forms editor library. Currently implements text andPaul Richards1994-11-138-0/+626