summaryrefslogtreecommitdiffstats
path: root/usr.bin/fib
Commit message (Collapse)AuthorAgeFilesLines
* Fix calculation of default field heights and a bug in the settingpaul1995-02-011-5/+8
| | | | of form dimensions.
* Clean up the parser, allow fields to be specified inline andpaul1995-02-014-278/+267
| | | | | | generally make the forms language much less verbose. Add height option for fields and calculate sensible defaults.
* Update the parser to handle the color specifications and new attrpaul1995-01-302-12/+200
| | | | options.
* LIBFORMS added to DPADDache1995-01-251-1/+1
|
* LIBS changed to DPADD & LDADDache1995-01-251-1/+2
|
* More parser fixes. Store attributes properly for each field andpaul1995-01-251-8/+9
| | | | don't emit a second declaration unless it's different to the default.
* Quash another bug where if no link alias is specified apaul1995-01-251-9/+10
| | | | duplicate declaration was emitted.
* Correct default calculation of menu field widths.paul1995-01-251-1/+1
|
* Fix a serious bug where changes to a field changed all fieldspaul1995-01-251-76/+98
| | | | in the forms that used the same field declaration.
* Improve the forms language quite a bit. Most things nowpaul1995-01-252-40/+79
| | | | | | default to sensible values so you don't have to spell out every little detail for every field. Also, auto-detect the field type from the syntax.
* A forms interface builder. Basically, it reads a forms spec file andpaul1995-01-234-0/+771
spits out a frm.tab.h file with all the definitions needed by the libforms interface.
OpenPOWER on IntegriCloud