Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
| | |||||
* | Fix calculation of default field heights and a bug in the setting | paul | 1995-02-01 | 1 | -5/+8 |
| | | | | of form dimensions. | ||||
* | Clean up the parser, allow fields to be specified inline and | paul | 1995-02-01 | 4 | -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 attr | paul | 1995-01-30 | 2 | -12/+200 |
| | | | | options. | ||||
* | LIBFORMS added to DPADD | ache | 1995-01-25 | 1 | -1/+1 |
| | |||||
* | LIBS changed to DPADD & LDADD | ache | 1995-01-25 | 1 | -1/+2 |
| | |||||
* | More parser fixes. Store attributes properly for each field and | paul | 1995-01-25 | 1 | -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 a | paul | 1995-01-25 | 1 | -9/+10 |
| | | | | duplicate declaration was emitted. | ||||
* | Correct default calculation of menu field widths. | paul | 1995-01-25 | 1 | -1/+1 |
| | |||||
* | Fix a serious bug where changes to a field changed all fields | paul | 1995-01-25 | 1 | -76/+98 |
| | | | | in the forms that used the same field declaration. | ||||
* | Improve the forms language quite a bit. Most things now | paul | 1995-01-25 | 2 | -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 and | paul | 1995-01-23 | 4 | -0/+771 |
spits out a frm.tab.h file with all the definitions needed by the libforms interface. |