]> 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 cc8d75ee122a500ea8cc34364440d9479c89a857..2f0c4487f27c743cac510c4dec764d6f946571b4 100644 (file)
@@ -1,3 +1,219 @@
+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
+       Ok, Apply buttons on update.
+
+       * FormMathsDeco.[Ch]:
+       * forms/form_maths_deco.fd: removed.
+
+       * Makefile.am:
+       * forms/Makefile.am: commensurate changes.
+
+       * FormMathsPanel.C (build): after all John's work, don't use the
+       button controller for the Close button, since "cancel" makes no sense
+       here.
+       form_maths_deco is just another bitmap dialog; no need for it to have
+       any special code at all.
+
+       * FormMathsBitmap.C (build): position the bmtables correctly.
+
+2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * several files: ws changes
+
+2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * checkedwidgets.C (setWidget): make sure that FL_LCOL and FL_COL1
+       will be seen as FL_COLORs.
+
+2002-12-01  John Levon  <levon@movementarian.org>
+
+       * FormMathsBitmap.C: fix _(_(blah))
+
+2002-11-30  John Levon  <levon@movementarian.org>
+
+       * FormMathsBitmap.C: actually set dialog_->button_close
+         to the added button
+
+2002-11-30  John Levon  <levon@movementarian.org>
+
+       * forms/form_maths_panel.fd: small fix
+
+2002-11-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyx_gui.C (start): make "unhandled X11 event" debug message
+       optional (on GUI)
+
+2002-11-29  Angus Leeming  <leeming@lyx.org>
+
+       * Tooltips.C (init): allow tooltips to be reset.
+
+       * FormSpellchecker.C: having broken Rob's word count update, I guess
+       I should fix it too ;-)
+
+       * FormPreferences.C (apply): if controller().isClosing() (ie, if the
+       "save" button has been pressed), then save any modified gui colors.
+
+2002-11-29  Angus Leeming  <leeming@lyx.org>
+
+       * forms_gettext.[Ch] (scex, idex): re-written to receive and return
+       string not char *. The old idex function was new-ing memory and nothing
+       that used it was ensuring that this memory didn't leak. Now safe.
+
+       * Alert_pimpl.C:
+       * FormFiledialog.C:
+       * FormPreferences.C:
+       * forms/fdfixc.sed: associated changes.
+
 2002-11-28  Rob Lahaye  <lahaye@snu.ac.kr>
 
        * forms/fdfixh.sed: bug fix.