Home | History | Annotate | Download | only in libform
History log of /src/lib/libform/internals.h
RevisionDateAuthorComments
 1.11  09-Mar-2016  christos PR/50919: David Binderman: Re-do all the debug stuff in a more sustainable way.
 1.10  24-Nov-2004  blymn * Rewrote internal handling of multiline field line data to fix a bug
where a newly opened line would immediately get wrapped out of existence.
The old method of handling lines in a multiline field did not cope with
this elegantly.

* Added new field flag O_REFORMAT which, when set, returns the field
buffer with newlines inserted where the line wrapped. Previously, there
was no way of preserving the on screen format of a multiline field.

* Added new file gdbinit which contains a macro to verify and print
the multiline field line data structure.

* Bumped libform major number due to changes in the _form_field structure.
 1.9  29-Jul-2002  blymn * Fix cursor motion bugs referred to in pr 17480
* Handle cursor motion for justifications other than left justified.
 1.8  20-May-2002  blymn * Major rework to allow the TAB character in fields.
 1.7  13-Jun-2001  wiz withough -> without
 1.6  11-May-2001  blymn * Rototilled internals to make multiline fields work correctly. Some
bugs remain such as vertical scrolling is not working and the field
is not correctly redrawn after being cleared. There are bound to be
others.
 1.5  03-Feb-2001  blymn Made the field wrapping function available to other modules.
 1.4  30-Jan-2001  blymn Added field and character checking.
 1.3  21-Jan-2001  blymn Prototype function for opening debug file.
 1.2  04-Jan-2001  blymn * Changed type of userptr to be void * (now matches ncurses)
* Bumped lib major version due to above.
* Changed debug output to go to a file instead of stderr, the file gets
opened when the form is posted iff one is not already open.
 1.1  17-Dec-2000  blymn Added early release version of libform - please be gentle.

RSS XML Feed