]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
try this for distinguishing inner and outer tabs
[lyx.git] / src / frontends / xforms / ChangeLog
index feb2762780f4228c1d6867b1a33ee9b5503b8f95..bbef2c0bca20c9aa2542241dd5a74cb496e4cc40 100644 (file)
@@ -1,3 +1,58 @@
+2001-02-21  Allan Rae  <rae@lyx.org>
+
+       * forms/form_preferences.fd: larger, bold font for outer tabfolder
+
+2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
+
+        * 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  <a.leeming@ic.ac.uk>
+
+       * FormBase.h: moved noncopyable derivation to DialogBase.
+
+2001-02-19  Juergen Vigna  <jug@sad.it>
+
+       * 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  <a.leeming@ic.ac.uk>
+
+       * FormError.C:
+       * FormGraphics.C:
+       * FormInset.C (showInset): change associated with name change
+       inset::hide to inset::hideDialog.
+
+2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormCitation.C (build): altering "Text after" now activates the Ok,
+       Apply buttons.
+
+2001-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * 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  <larsbj@lyx.org>
+
+       * other: use compare instead of strcmp/strncmp
+
 2001-02-15  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * ButtonController.[Ch]: changed trigger_change_ vector and associated