]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
(Rob Lahaye): fix label of progress slider when spellchecking.
[lyx.git] / src / frontends / xforms / ChangeLog
index d35df674c83412cecefdecd1cf3c64a3c482f6f6..15caaf19c549ebc90f065aea7669f7a1b54bd804 100644 (file)
@@ -1,11 +1,57 @@
+2002-11-04  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormSpellchecker.C (input): fix label of spellchecker progress bar.
+
+2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyx_gui.C (hexname): STRCONV
+
+       * FormPreferences.C (X11hexname): STRCONV
+
+       * FormMathsMatrix.C (apply): STRCONV
+
+       * FormMathsDelim.C (apply): STRCONV
+
+       * lyx_gui.C (start): adjust signature
+       (start): exchange magic integers for defined values.
+
+2002-10-31  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * xformsImage.C (clip): fix crash caused by uint -> int nastiness.
+
+       * FormGraphics.C: use lyx::float_equal.
+
+2002-10-29  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormParagraph.[Ch]:
+       * forms/form_paragraph.fd: a large-scale reorganisation and clean-up
+       of the code to make it more transparent. Use RadioButtonGroup and
+       CheckedGlueLength for the same reason. Add tooltips.
+
+2002-10-28  Angus Leeming  <leeming@lyx.org>
+
+       * FeedbackController.C (PrehandlerCB): show tooltips for browser
+       widgets, working-around an xforms bug.
+
+       * FormBibtex.C (build):
+       * FormCitation.C (build):
+       * FormForks.C (build):
+       * FormSpellchecker.C (build):
+       * FormTexinfo.C (build):
+       set the prehandler for the browser widgets so that we can have tooltips.
+
+2002-10-28  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * xfont_loader.C (getFontinfo): Cleanup.
+
 2002-10-26  John Levon  <levon@movementarian.org>
 
        * forms/form_preamble.fd: OK cannot be a RETURN_BUTTON ;)
+
 2002-10-26  John Levon  <levon@movementarian.org>
 
        * FormTexinfo.C: using vector
+
 2002-10-25  Dekel Tsur  <dekelts@tau.ac.il>
 
        * xfont_loader.C (getFontinfo): Add xfonts to the font path if
@@ -23,7 +69,7 @@
        * forms/form_spellchecker.fd:
        * FormSpellchecker.[Ch]: add tooltips; general clean-up.
         add word count to dialog and improve progress status;
-         implement single Start/Stop button;
+        implement single Start/Stop button;
 
        * FormTabular.C (build): rearrange lines tab by tab.
        Use getString not fl_get_inout.
@@ -44,7 +90,7 @@
 
 2002-10-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * FormExternal.C (apply): 
+       * FormExternal.C (apply):
        (input): fix an off-by-one index (causing a crash)
 
 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
 
        * forms/form_bibtex.fd:
        * forms/form_citation.fd: less bulky with proper gravity/resize policy
-         and many other GUI layout improvements.
+        and many other GUI layout improvements.
 
        * FormBibtex.C: remove choose button, select directly instead;
        add Restore/OK/Apply/Cancel buttons; modify tooltip-texts;