X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FChangeLog;h=bbef2c0bca20c9aa2542241dd5a74cb496e4cc40;hb=29d1ff39b51434cbdb83f89821ed8868f7d9ab38;hp=c0737f211879267301770e7f10cbb3634a5582ce;hpb=99a8f844653cc1e166e059b0cce8a84463ca64da;p=lyx.git diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index c0737f2118..bbef2c0bca 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,71 @@ +2001-02-21 Allan Rae + + * forms/form_preferences.fd: larger, bold font for outer tabfolder + +2001-02-20 Edwin Leuven + + * src/frontends/xforms/Dialogs.C: added preamble + * src/frontends/xforms/FormPreamble.C: added + * src/frontends/xforms/FormPreamble.h: added + * src/frontends/xforms/Makefile.am: added + * src/frontends/xforms/form_preamble.C: added + * src/frontends/xforms/form_preamble.h: added + * src/frontends/xforms/form_preamble.fd: added + +2001-02-19 Angus Leeming + + * FormBase.h: moved noncopyable derivation to DialogBase. + +2001-02-19 Juergen Vigna + + * FormTabular.C (build): make all input field accepted only after + a "RETURN". + + * forms/form_tabular.fd: removed default "Return" on Close-Button. + +2001-02-19 Angus Leeming + + * FormError.C: + * FormGraphics.C: + * FormInset.C (showInset): change associated with name change + inset::hide to inset::hideDialog. + +2001-02-19 Angus Leeming + + * FormCitation.C (build): altering "Text after" now activates the Ok, + Apply buttons. + +2001-02-16 Angus Leeming + + * FormCitation.C: lots of white-space changes to make file consistent + with LyX style. + (input): use the FL_OBJECT * parameter to decide what to do, not the + long parameter. + + * FormCitation.h: removed most entries in enum. + + * forms/form_citation.fd: change names of variables, consistent with + Allan's naming scheme. + Don't pass any particular arguments to the InputCB function. + choice_style now triggers a callback and looks like other choices. + +2001-02-16 Lars Gullik Bjønnes + + * other: use compare instead of strcmp/strncmp + +2001-02-15 Angus Leeming + + * ButtonController.[Ch]: changed trigger_change_ vector and associated + methods to dont_trigger_change_ because FL_OBJECTs that trigger a + callback to InputCB() but don't trigger a change in the state of the + Ok, Apply buttons are much rarer than those that do. + + * FormCitation.C (build): associated change. + +2001-02-14 Lars Gullik Bjønnes + + * ButtonController.C: include algorithm + 2001-02-14 Angus Leeming * ButtonController.[Ch] (addTriggerChange, eraseTriggerChange):