| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
Bumped major number.
Ncurses backend still needs improving.
Other back-ends need to be written.
Notes:
svn path=/head/; revision=8475
|
| |
|
|
|
|
|
|
| |
Fix some spelling errors in the example.c file and make error handling
a little more explanatory.
Notes:
svn path=/head/; revision=7437
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Forms now have their own local bindings table so that anything
declared within a form is local to that form. This means you can
have fields of the same name in different forms.
Added inlined attribute setting for strings e.g. "This is \bold bold"
Added entry and exit functions for fields.
Notes:
svn path=/head/; revision=7386
|
| |
|
|
|
|
|
|
|
|
|
| |
than at compile time.
Should have same functionality as old libforms but with new mechanism.
Lots of new features that use the new mechanism are still to be added.
Notes:
svn path=/head/; revision=6799
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
one line long.
Fixed a bug in the input field with cursor positioning at the end of
the field.
Make the print_status function available to apps so they can print
status messages.
Updated the example for the new fib parser.
Notes:
svn path=/head/; revision=6087
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
You can now specify separate attributes for selected/not selected
cases individually for each field and also an attr for the form as
a whole so you can now have colored backgrounds for the form and
different coloured fields etc.
Update the example.
Change the copyright to a BSD style one.
Notes:
svn path=/head/; revision=6020
|
| |
|
|
|
|
|
| |
Update the example so it works properly.
Notes:
svn path=/head/; revision=5881
|
| |
|
|
| |
Notes:
svn path=/head/; revision=5871
|
|
|
input fields. It reads a template file passed to init_forms(char *)
and creates a curses based form editor. See the examples directory
for a basic demo.
Notes:
svn path=/head/; revision=4428
|