]> 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 c001cf950c088fc3d0f3414d95f2430fcf9f3401..2f0c4487f27c743cac510c4dec764d6f946571b4 100644 (file)
@@ -1,3 +1,152 @@
+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.
+
+2002-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * forms/Makefile.am (EXTRA_DIST): dist the .fd files.
+
+2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * Menubar_pimpl.C (create_submenu): correctly ignore unknown lfuns
+
+       * lyx_gui.C (getStatus): implement as a dummy action
+
+2002-12-16  Angus Leeming  <leeming@lyx.org>
+
+       * XPainter.C: missed a #ifdef USE_XFORMS_IMAGE_LOADER.
+
+       * xformsImage.C (init_graphics): Use new #ifdef USE_JPEG_IMAGE_LOADER
+       rather than HAVE_FLIMAGE_ENABLE_JPEG.
+       Remove #ifdef HAVE_FLIMAGE_ENABLE_PS.
+
+       * FormPreferences.C:
+       * forms/form_preferences.fd: remove override_x_deadkeys stuff.
+
+2002-12-13  Angus Leeming  <leeming@lyx.org>
+
+       * FormBase.C:
+       * Menubar_pimpl.C:
+       * Tooltips.[Ch]:
+       * XFormsView.C:
+       * XWorkArea.C:
+       * lyx_gui.C:
+       * xforms_resize.C: remove work-arounds for xforms < 0.89.5.
+
+       * lyxlookup.[Ch]: removed.
+
+       * Makefile.am: associated change.
+
+       * combox.C: add block #ifdef FL_VERSION < 1
+
+2002-12-16  Michael Schmitt  <Michael.Schmitt@teststep.org>
+
+       * FormGraphics.C (build): correct string for boost::format.
+
+2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * FormGraphics.C (build): add another xgettext:no-c-format
+
+2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * FormGraphics.C (build): add a xgettext:no-c-format
+
+2002-12-05  John Levon  <levon@movementarian.org>
+
+       * XWorkArea.C: set I-beam cursor
+
+2002-12-04  Angus Leeming  <leeming@lyx.org>
+
+       * XWorkArea.h (backgroundbox): Removed. No need to name it explicitly.
+
+       * XWorkArea.C (work_area_handler): move static vars inside loop,
+       rename vars as discussed with Lars. Document changes in the text.
+       Don't declare functions as static; use namespace anon.
+       (setXtermCursor): removed; not used.
+       (destroy_object): removed; not used.
+       Remove unneeded header files ColorHandler.h, LyXView.h, filetools.h,
+       lstrings.h, LAssert.h, cmath, cctype.
+       Various other trivial clean-ups.
+
+2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
+
+       * xforms_helpers.C: (updateWidgetsFromLength)
+       use len.empty() instead of len.zero() [bug 490]
+
+2002-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * XWorkArea.C (work_area_handler): send fewer motion events if the
+       mouse is outside the workarea.
+
 2002-12-02  Angus Leeming  <leeming@lyx.org>
 
        * FormIndex.C (update): if the contents aren't empty, then activate the