]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
(Michael Schmitt): the proper fix for the off-by-one cropping of graphics
[lyx.git] / src / frontends / xforms / ChangeLog
index faf5cabaa041b47dcff4d803fb4382018be86bc6..2f0c4487f27c743cac510c4dec764d6f946571b4 100644 (file)
@@ -1,7 +1,75 @@
+2003-01-13  Michael Schmitt <michael.schmitt@teststep.org>
+
+       * xformsImage.C (getWidth): revert "fix" that breaks behavior with
+       xforms 1.0.
+
+2003-01-13  John Levon  <levon@movementarian.org>
+
+       * forms/form_spellchecker.fd: remove replicated M-R shortcut.
+
+2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * forms/Makefile.am (MAINTAINERCLEANFILES): add
+       (clean-local): delete
+       (distclean-local): delete
+       (.fd.C): delete
+       (%.C): add
+
+2003-01-12  Angus Leeming  <leeming@lyx.org>
+
+       * FormFiledialog.[Ch]: initialise and use new static member variables
+       minw_ and minh_ to prevent the dialog from being shrunk in size.
+       Shrink too much and xforms crashes :-(
+
+2003-01-11  Angus Leeming  <leeming@lyx.org>
+
+       * xformsImage.C (init_graphics): turn off support for XPM files.
+
+2002-01-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * FormTabular.C: typo.
+
+2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
+
+       * FormGraphics.C:
+       * xformsImage.C:
+       * forms/form_bibtex.fd:
+       * forms/form_citation.fd:
+       * forms/form_document.fd:
+       * forms/form_search.fd: fix inconsistent usage of spaces, colons,
+       capitalization, and the like.
+
+2002-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * FormTabular.C: fix bug 572, fix ReadOnly logic.
+
+2003-01-06  Angus Leeming  <leeming@lyx.org>
+
+       * forms/fdfixc.sed: Turn off choice titles as they can contain
+       meta-chars that just look nasty.
+
+2003-01-05  John Levon  <levon@movementarian.org>
+
+       * XLyXKeySym.h:
+       * XLyXKeySym.C: getISOEncoded() changed
+
+2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * input_validators.C (fl_print_range_filter): remove extra space
+
+       * Menubar_pimpl.C (create_submenu): do not query the status of a
+       submenu either.
+
+2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * FormSpellchecker.C (build):
+       * forms/form_paragraph.fd:
+       * forms/form_maths_matrix.fd: remove extra spaces
+
 2002-12-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * Menubar_pimpl.C (create_submenu): do not query the status of a
-       separator. 
+       separator.
 
 2002-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>