]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
float2string #4 (Spacing)
[lyx.git] / src / frontends / xforms / ChangeLog
index d13919d84efa7987354c9c16b2e4512be12ef613..834c02402ad460dc9d7a42dab861ab80f4415e42 100644 (file)
+2005-01-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * FormDocument.C: 
+       * FormParagraph.C: store all float/double values as strings.
+
+2005-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * pch.h: remove duplicate entries
+
+       * forms/Makefile.am: improve link trick
+
+2005-01-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * FormPreferences.C: store all float/double values as strings.
+       lyxrc.dpi is an int value now.
+
+       * xfont_loader.C: lyxrc.font_sizes is a string now.
+
+       * lyx_gui.C: change getDVI() to int.
+
+2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * FormExternal.C: store all float/double values as strings.
+       * FormGraphics.C: more precise checks for the value strings.
+
+2005-01-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * freebrowser.c (browser_cb):
+       * combox.c (combox_handle, state_cb, chosen_cb):
+       * bmtable.c (handle_bitmaptable, fl_replace_bmtable_item)
+       (fl_get_bmtable_item): Silence warnings about unused parameters.
+
+2004-12-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * bmtable.c (fl_set_bmtable_pixmap_data):
+       (fl_set_bmtable_pixmap_file): remove incomplete (and useless)
+       initializer for XpmAttributes
+
+2004-12-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * FormGraphics.C: store all values as strings.
+
+2004-12-19  Angus Leeming  <leeming@lyx.org>
+
+       * lyx_gui.C (start): s/slashify_path/internal_path/
+
+2004-12-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * FormMathsBitmap.C: Do not split strings with blank into two
+       separate dispatches (bug 1214)
+
+2004-12-16  Angus Leeming  <leeming@lyx.org>
+
+       * FormFiledialog.C: remove redundant "using lyx::support::GetEnvPath;"
+
+2004-12-15  Angus Leeming  <leeming@lyx.org>
+
+       * FormFiledialog.C (Reread): no longer use FileInfo::getNumberOfLinks().
+
+2004-12-14  Angus Leeming  <leeming@lyx.org>
+
+       * FormFiledialog.C: (FileDlgCB): use os::homepath(), not
+       GetEnvPath("HOME").
+
+2004-12-05  Angus Leeming  <leeming@lyx.org>
+
+       * pch.h: s@<X11/forms.h>@"lyx_forms.h"@
+
+2004-12-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * FormTabular.[Ch], FormTabularCreate.C: use size_t-like types for
+       cell, row and column indices
+
+2004-11-26  Angus Leeming  <leeming@lyx.org>
+
+       * xscreen.C:
+       * XWorkArea.C: revert the 2004-05-04 patch that used graphics
+       exposure events to paint the changing screen efficiently. It
+       currently results in spurious release events being emitted,
+       buggering up selection, etc.
+
+2004-11-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * input_validators.C: use support::contains instead of strchr
+
+2004-11-26  Angus Leeming  <leeming@lyx.org>
+
+       * FormFiledialog.C (expand_globs): changes due to the changed
+       lyx::support::glob API.
+
+2004-11-26  Angus Leeming  <leeming@lyx.org>
+
+       * FileDialog.C:
+       * FormFiledialog.C: changes due to the changed FileFilterList API.
+
+       * FormFiledialog.C (expand_globs): moved here from
+       support/globbing.[Ch].
+
+2004-11-25  Angus Leeming  <leeming@lyx.org>
+
+       * FileDialog.C: s/globbing.h/filefilterlist.h/ in #includes.
+       * FormFileDialog.C: add #include "filefilterlist.h"
+       * FormBibtex.C: remove #include "globbing.h".
+
+2004-11-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Layoutengine.[Ch]: Break up circular dependency between Box and
+       BoxList with the use of boost::shared_ptr. Modify to fit
+       * XFormsMenubar.[Ch]: modify to fit
+       * XFormsToolbar.[Ch]: modify to fit
+       * XFormsView.[Ch]: modify to fit
+       * XMiniBuffer.[Ch]: modify to fit
+       * XWorkArea.[Ch]: modify to fit
+
+       * LayoutEngine.C (show): use std::for_each
+       (hide): ditto
+
+       * FormPreferences.h: include xforms_helpers.h to satisfy concept
+       checks.
+
+       * FormCharacter.h: include LColor.h to satisfy concept checks.
+
+       * FormCharacter.C: do no include LColor.h
+
+2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * XFormsView.C (hasFocus): new method, always returns true for now
+
+2004-11-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * XFormsToolbar.C (selected): use layoutSelected
+
+       * forms/Makefile.am (SUFFIXES): use +=, since SUFFIXES is already
+       set in config/common.am
+
+2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * XFormsToolbar.C (C_ToolbarCB, selected):
+       * XFormsMenubar.C (MenuCallback): do not use the verbose argument
+       to dispatch
+
+2004-11-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * RadioButtonGroup.C (set): use bind, equal_to instead of
+       equal_2nd_in_pair
+
+       * xformsImage.C (loadableFormats): use bind, equal_to instead of
+       compare_memfun
+
+       * lyx_gui.C (start): use for_each instead of explicit for loop
+
+2004-11-05  Allan Rae  <rae@itee.uq.edu.au>
+
+       * forms/Makefile.am: s/SUFFIX/SUFFIXES/ rule.
+
+2004-10-26  Angus Leeming  <leeming@lyx.org>
+
+       * FormPreferences.[Ch]:
+       * forms/form_preferences.fd: enable the Movers to be modified from the
+       preferences dialog.
+
+2004-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * forms/form_preferences.fd: Add translation context to "To:"
+       * forms/form_print.fd: ditto
+
+2004-10-05  Angus Leeming  <leeming@lyx.org>
+
+       * FormPreferences.C: add code to input/output the indexing command.
+
+2004-10-05  Hartmut Haase  <hha4491@atomstromfrei.de>
+
+       * forms/form_preferences.fd: add widgets to enable the indexing command
+       (usually 'makeindex') to be input.
+
+2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * pch.h: use proper signal include
+
+       * Tooltips.[Ch]: Use preffered calling of Boost.Signal
+       * XFormsView.h: ditto
+
+2004-08-30  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * forms/pch.h: make it better
+
+       * forms/Makefile.am (DISTCLEANFILES): only delete files we generated
+
+2004-08-15  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * pch.h: new file
+
+       * Makefile.am: support pch
+
+2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * FormBibtex.C (input): use ControlBibtex::browseBst and
+       ControlBibtex::browseBib
+
+2004-08-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * XWorkArea.C (work_area_handler): handle wheel events more
+       explict here, make the way of handlig it similar to qt.
+
+2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * lyx_gui.C, FormMathsMatrix.C, FormLog.C:
+       * FormAboutlyx.C, Color.C: change "support/std_sstream.h" to
+       <sstream>
+
+2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * lyx_gui.C (C_read_callback, set_read_callback,
+       remove_read_callback): delete funcs
+
+2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * lyx_gui.C (register_socket_callback): new func
+       (unregister_socket_callback): new func
+       (C_datasocket_callback,C_serversocket_callback): delete func
+
+2004-06-21  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * FormCitation.C: Don't allow incomplete input (fix bug 1617).
+
+2004-06-04  Angus Leeming  <leeming@lyx.org>
+
+       * combox.c (combox_handle): prevent crash when trying to draw
+       non-existent 'button_state' button on an 'FL_NORMAL_COMBOX' combox.
+
+2004-06-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * forms/Makefile.am (.fd.C): Use '-r' to test for file existence,
+       and use $(<F) instead of `basename $<`
+
+2004-06-01  Angus Leeming  <leeming@lyx.org>
+
+       * LayoutEngine.C (c-tor): initialize visible_ as false.
+       (set): only invoke hide() if the widget was visible and is to
+       be no longer.
+
+2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * forms/Makefile.am (MAINTAINERCLEANFILES): rename as DISTCLEANFILES
+       (.fd.C): symlink the .fd files if it srcdir != builddir, call the
+       scropt with basename *.fd
+
+       * Makefile.am (CLEANFILES): stamp-forms not stamp-xforms
+       (DISTCLEANFILES): add lyx_forms.h and lyx_xpm.h
+
+2004-05-24  John Levon  <levon@movementarian.org>
+
+       * XFormsToolbar.C: fix compile error
+
+2004-05-19  Angus Leeming  <leeming@lyx.org>
+
+       * Most files: wrap code up inside namespace lyx::frontend.
+
+2004-05-14  Angus Leeming  <leeming@lyx.org>
+
+       * FormCitation.C: small changes due to the changes in biblio.h.
+
+2004-05-12  Angus Leeming  <leeming@lyx.org>
+
+       * FormDocument.[Ch], forms/form_document.fd: get, set data with
+       BufferParams::cite_engine.
+
+2004-05-10  Angus Leeming  <leeming@lyx.org>
+
+       * FormCitation.C: simplified code to use the biblio::CiteEngine
+       enum rather than multiple bools, usingNatbib and using Jurabib.
+
+2004-05-04  Angus Leeming  <leeming@lyx.org>
+
+       * FormRef.C (input): don't activate the Apply buttons when using
+       widgets that don't change the data.
+
+2004-05-04  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C: Remove "error" dialog identifier.
+
+2004-05-04  Angus Leeming  <leeming@lyx.org>
+
+       This is a resurrection of John Levon's June 2002 code.
+
+       * xscreen.C (expose): do the 'right thing' and output an XEvent
+       request to expose the work area.
+
+       * XWorkArea.C (updateGeometry, paint): split the old redraw function
+       into two. Use the x, y data.
+       (work_area_handler): if an XEvent * is passed on FL_DRAW, then use it.
+
+2004-05-04  Angus Leeming  <leeming@lyx.org>
+
+       * XWorkArea.C (XWorkArea): revert the red color of the frame widget.
+       Instead, set it to LColor::background.
+
+2004-05-04  Angus Leeming  <leeming@lyx.org>
+
+       * XFormsToolbar.C (show, hide): do nothing if the toolbar is
+       already visible/invisible, respectively.
+
+2004-05-04  Angus Leeming  <leeming@lyx.org>
+
+       * XWorkArea.C (XWorkArea): set the color of the background, hidden
+       frame object to red as an incentive to address the drawing issues
+       of the XForms frontend.
+
+2004-05-03  Angus Leeming  <leeming@lyx.org>
+
+       * XFormsToolbar.[Ch] (generateInactivePixmaps): simpler mechanics.
+
+2004-05-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * FormGraphics.C: #include <cmath> (STLport compile fix for floor())
+
+2004-04-30  Angus Leeming  <leeming@lyx.org>
+
+       * XFormsToolbar.[Ch]: add code to generate an 'inactive' version
+       of the icon pixmap and use it when the toolbar button is
+       disabled.
+
+2004-04-29  Angus Leeming  <leeming@lyx.org>
+
+       * FormGraphics.C (apply): don't get caught in a loop when mapping
+       the angle into -360 -> 360 degrees.
+
+2004-04-28  Angus Leeming  <leeming@lyx.org>
+
+       * LayoutEngine.C (updateMetrics): respect the visible() flag when
+       positioning the widgets.
+
+       * XFormsToolbar.[Ch]: rewrite code to derive from a single Toolbar or
+       LayoutBox. Leads to multiple, dynamically visible toolbars in the
+       xforms frontend.
+
+       * XFormsView.[Ch]: small changes due to changed Toolbar API.
+
+2004-04-28  Angus Leeming  <leeming@lyx.org>
+
+       * LayoutEngine.[Ch]: a layout engine for xforms, drawing heavily
+       on GTK+ code for inspiration.
+
+       * Makefile.am: add new files.
+
+       * WorkAreaFactory.C (create): no longer pass x,y data to XWorkArea.
+
+       * XFormsMenubar.[Ch]:
+       * XFormsToolbar.[Ch]:
+       * XFormsView.[Ch]:
+       * XMiniBuffer.[Ch]:
+       * XWorkArea.[Ch]: adjustments to use the new layout engine.
+
+2004-04-28  Angus Leeming  <leeming@lyx.org>
+
+       * WorkAreaFactory.C (create): pass a LyXView & to QWorkArea c-tor.
+
+       * XWorkArea.[Ch] (c-tor): now receives a LyXView &.
+
+2004-04-28  Angus Leeming  <leeming@lyx.org>
+
+       * combox.c (combox_handle): reset the x,y data for the sub-objects
+       on receipt of an FL_DRAWLABEL event. Ensures that all is Ok
+       after the combox has been re-positioned with fl_set_object_position.
+
+2004-04-19  Angus Leeming  <leeming@lyx.org>
+
+       * FormPreferences.C:
+       * forms/form_preferences.fd: changes due to changes to LyXRC::preview.
+
+2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * FormPreferences.C, forms/form_preferences.fd: add editor to format
+       * FormGraphics.C, forms/form_graphics.fd: add Edit button
+
+2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * XPainter.[Ch]: adjust to changes in Painter.h
+
+2004-04-05  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C (build): set the preferences dialog button policy to
+       PreferencesPolicy.
+
+2004-05-04  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.C (build):
+       * FormGraphics.C (build): use buildChoiceLengthString rather than
+       choice_Length_All.
+
+       * xforms_helpers.[Ch]: remove choice_Length_WithUnit (unused).
+       Replace choice_Length_All with buildChoiceLengthString,
+       which builds the string dynamically from lengthcommon.h's
+       unit_name_gui.
+
+2004-03-31  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs2.C:
+       * FormBase.[Ch]: removed.
+
+       * Makefile.am: adjusted to suit.
+
+2004-03-31  Angus Leeming  <leeming@lyx.org>
+
+       * forms/form_search.fd: s/C_FormBase/C_FormDialogView_/ and thereby
+       fix a crash when invoking the dialog's callback functions.
+
+2004-03-31  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C (build): added preamble dialog.
+       * Dialogs2.C (showPreamble): removed.
+
+       * FormPreamble.[Ch]:
+       * forms/form_preamble.fd: converted to the Dialog-based scheme.
+
+2004-03-31  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C (build): added spellchecker dialog.
+       * Dialogs2.C (showSpellchecker): removed.
+
+       * FormSpellchecker.[Ch]:
+       * forms/form_spellchecker.fd: converted to the Dialog-based scheme.
+
+2004-03-31  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C (build): added preferences dialog.
+       * Dialogs2.C (showPreferences): removed.
+
+       * FormPreferences.[Ch]:
+       * forms/form_preferences.fd: converted to the Dialog-based scheme.
+
+2004-03-31  Angus Leeming  <leeming@lyx.org>
+
+       * FormPreferences.[Ch]: changes due to the changed ControlPrefs
+       interface.
+
+2004-03-30  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C (build): added document dialog.
+       * Dialogs2.C (showDocument): removed.
+
+       * FormDocument.[Ch]:
+       * fomrs/form_document.fd: converted to the Dialog-based scheme.
+
+2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * FormBibtex.C:
+       * FormDocument.[Ch]:
+       * forms/form_bibtex.fd: bibtopic support.
+       * forms/form_document.fd: radio default/natbib/jurabib.
+
+       * FormPreferences.C:
+       * forms/form_preferences.fd: customize bibtex call.
+
+       * FormFloat.C:
+       * forms/form_float.fd:
+       add support for sidewaysfloats
+       fix enabling of placement values (bug 1016)
+
+2004-03-28  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C (build): added print dialog.
+       * Dialogs2.C (showPrint): removed.
+
+       * FormPrint.[Ch]:
+       * forms/form_print.fd: converted to the Dialog-based scheme.
+
+2004-03-27  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C (build): added sendto, dialog.
+       * Dialogs2.C (showSendto): removed.
+
+       * FormSendto.[Ch]:
+       * forms/form_sendto.fd: converted to the Dialog-based scheme.
+
+2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * XLyXKeySym.C (print): new method; print a keysym using
+       kb_keymap::printKeySym.
+
+2004-03-17  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs2.C, FormForks.[Ch], Makefile.am:
+       * forms/Makefile.am, forms/form_forks.fd:
+       remove mention of the forks dialog.
+
+2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * FormCitation.C:
+       * FormDocument.C:
+       * forms/form_document.fd: support jurabib.
+
+2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * FormCitation.C: Support second \cite option.
+
+2004-03-05  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * FormDocument.C: fix user interface to branch activation
+
+2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * FormPreferences.C, forms/form_preferences.fd: remove use_tempdir
+
+2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * FormDocument.C:
+       * forms/form_document.fd: get rid of the single/double
+       quote toggle (accessible via lfuns now).
+
+2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * FormFloat.C (update): "c" -> 'c' in calls to contains
+
+       * FormDocument.C (build): use boost::bind instead of bind2nd, use
+       contains<char> instead of contains_functor
+       * FormParagraph.C (build): ditto
+       * FormTabular.C (build): ditto
+       * FormVSpace.C (build): ditto
+
+2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * RadioButtonGroup.C (is_set_button): inherit from
+       std::unary_function
+
+2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * XFormsToolbar.C: add using statement for std::distance
+
+       * XFormsMenubar.C: add using statement for std::distance
+
+2004-01-25  Angus Leeming  <leeming@lyx.org>
+
+       * Dialog.C (build): add the "findreplace" dialog.
+       * Dialogs2.C (showSearch): removed.
+
+       * FormSearch.[Ch]: derive from FormDialogView rather than from FormBase.
+
+2004-01-08  Angus Leeming  <leeming@lyx.org>
+
+       * FileDialog.C (open, save):
+       * FormFileDialog:
+       the file filter mask is now passed as a FileFilterList rather than
+       as a string.
+
+       * QExternalDialog.C (browseClicked):
+       * QGraphicsDialog.C (browse_clicked):
+       * QInclude.C (browse):
+       changes doe to the name change controller().Browse() to
+       controller().browse().
+
+2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * FormForks.C: make FindPID adaptable and constify operator()
+
+       * FormFiledialog.C: make comp_direntry adaptable
+
+2004-01-05  Angus Leeming  <leeming@lyx.org>
+
+       * FormFiledialog.C (glob2regex, globMatch): removed.
+       (Reread): use lyx::support::expand_globs instead.
+
+2004-01-02  Angus Leeming  <leeming@lyx.org>
+
+       * forms/fdfix.sh: no need to assume that the fdfix files are in
+       the same directory as the .fd files. Rather assume that all fdfix
+       files are in the same directory as each other.
+
+2004-01-02  Angus Leeming  <leeming@lyx.org>
+
+       * combox.h: correct a couple of spelling mistakes in the comments.
+
+2004-01-02  Angus Leeming  <leeming@lyx.org>
+
+       * FormFiledialog.C (globMatch): prevent crash when using an invalid
+       glob.
+       (getRegex): renamed as glob2regex.
+
+       * FileDialog.C (open): remove the block of old code that splits the
+       filter into a description and a glob using '|' as the delimiter.
+
+2003-12-28  Angus Leeming  <leeming@lyx.org>
+
+       * xforms_helpers.C (read, write): output a diagnostic message if
+       we fail to open preferences.xform for read/write.
+
+2003-12-15  Angus Leeming  <leeming@lyx.org>
+
+       * Color.h (NamedColor): store both the LyX and the GUI name.
+
+       * FormPreferences.h: Remove unused structs SortColorsByName,
+       SortColorsByColor. Remove unused #include "xforms_helpers.h".
+
+       * Dialogs2.C: add #include "xforms_helpers.h".
+
+       * FormPreferences.C: when manipulating the colors of the GUI use the
+       LyX name, rather than the translated GUI name, to identify the
+       associated LColor::color.
+
+2003-12-14  Angus Leeming  <leeming@lyx.org>
+
+       * FormBranch.C: use the List interface to BranchList, simplifying the
+       code.
+
+       * FormDocument.C: overhaul the branch code, using the List
+       interface to BranchList and factoring repeated blocks into two
+       new helper functions.
+
+       * lyx_gui.C (update_color): ensure the GC is up to date.
+
+2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * FormMinipage.[Ch]:
+       * forms/form_minipage.fd: remove from repository.
+       * Dialogs.C:
+       * Makefile.am:
+       * forms/Makefile.am: remove minipage.
+
+2003-12-10  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.C, forms/form_external.fd: add a 'draft' check box
+       and use it to fill InsetExternalParams::draft.
+
+2003-12-10  Angus Leeming  <leeming@lyx.org>
+
+       * FormNote.C: changes due to the change of type of InsetNoteParams::type
+       from string to an enum.
+
+       * FormNote.[Ch]:
+       * forms/form_note.fd: re-work so that it has a similar appearance to
+       that of the Qt frontend.
+
+2003-12-05  Angus Leeming  <leeming@lyx.org>
+
+       * FormVCLog.[Ch]: removed.
+
+       * Makefile.am: remove all mention of these files.
+
+2003-12-05  Angus Leeming  <leeming@lyx.org>
+
+       * FormLog.C: much simplified, thanks to the more powerful interface
+       of ControlLog.
+
+       * Dialogs.C: no need anymore to build a separate VCLog dialog.
+
+2003-12-05  Angus Leeming  <leeming@lyx.org>
+
+       * forms/form_external.fd: try and mimic Jürgen's changes to
+       ui/QExternalDialogBase.ui.
+
+2003-12-05  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.[Ch]:
+       * forms/form_external.fd: a total overhaul. In addition, the
+       dialog can now manipulate the transform data (rotate, scale, crop).
+
+2003-12-05  Angus Leeming  <leeming@lyx.org>
+
+       * FormVSpace.C (apply): remove unnecessary test on form().
+       (input): correct spelling.
+
+       * xforms_helpers.C (updateWidgetsFromLengthString): add some asserts.
+
+2003-12-04  Angus Leeming  <leeming@lyx.org>
+
+       * checkwidgets.[Ch]: add 'xforms/' to the file header so that
+       doxygen remains happy in the future.
+
+2003-12-03  Angus Leeming  <leeming@lyx.org>
+
+       * forms/Makefile.am: use 'standard' make syntax rather than gnu-isms.
+
+2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * forms/form_box.fd: fix parbox/minipage radio button behaviour
+
+2003-12-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * Makefile.am (stamp-xpm): remove stray 'if'
+
+2003-12-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * FormVSpace.C: remove VSPACE::NONE.
+
+2003-11-29  Angus Leeming  <leeming@lyx.org>
+
+       * Makefile.am (stamp-forms, stamp-xpm): don't use "if test return
+       status; then... fi" but rather use the return status direct.
+
+2003-11-29  Angus Leeming  <leeming@lyx.org>
+
+       * FormVSpace.C
+       * forms/form_vspace.fd: follow Jürgen Spitzmüller's lead in QVSpace
+       and add a 'keep' option.
+
+2003-11-28  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * src/frontends/xforms/forms/form_box.fd:
+       * src/frontends/xforms/FormMinipage.C:
+       * src/frontends/xforms/FormDocument.C:
+       * src/frontends/xforms/FormBox.C: fix capitalization in
+       messages; harmonize messages of different dialogs
+
+2003-11-28  Angus Leeming  <leeming@lyx.org>
+
+       * FormVSpace (build): fill the 'choice_space' widget. Enable the other
+       two widgets when it is set to 'Length.
+
+2003-11-28  André Pönitz  <poenitz@gmx.net>
+
+       * FormsVSpace.[Ch]: new file
+       * forms/form_vspace.fd: new file
+
+2003-11-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * forms/form_maths_panel.fd (label): replace label "Greek" by
+       "abg" for alpha beta gamma.
+
+       * forms/form_tabular.fd (label):
+       * FormDocument.C (build): remove use of latin1 in
+       some translatable strings. This confuses gettext.
+
+2003-11-20  Angus Leeming  <leeming@lyx.org>
+
+       * ColorHandler.C (ctor):
+       * FormNote.C (build, update): squash warnings about comparison of
+       signed, unsigned.
+
+2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
+
+       * FormSearch.C: adjust to spellcheck changes
+
+2003-10-27  André Pönitz  <poenitz@gmx.net>
+
+       * FormParagraph.C:
+       * forms/form_paragraph.fd: remove [line|pagebreak]_[above|below]
+
+2003-10-24  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * FormMathsDelimiters.C: fixed borkage of this panel
+
+2003-10-22  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.C:
+       * ui/QExternalDialogBase.ui: enable the user to choose to 'preview' the
+       external file.
+
+2003-10-14  Angus Leeming  <leeming@lyx.org>
+
+       * lyx_gui.C (start): store the LyXView in the LyX list of all LyXViews.
+       (LyX_XErrHandler): LyX::emergencyCleanup is no longer a static function.
+       Access through LyX::cref().emergencyCleanup().
+
+2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
+
+       * lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
+       remove_datasocket_callback, remove_serversocket_callback):
+       functions to inform the core when the socket has changed state.
+
+2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyx_gui.C (start): adjust for dispatch change
+
+2003-10-07  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.[Ch]:
+       * forms/form_external.fd: allow the user to alter the extradata
+       field of InsetExternal::Params.
+
+2003-10-07  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.C: InsetExternal::Params -> InsetExternalParams.
+
+2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * Dialogs.C:
+       * FormBox.C:
+       * FormBox.h:
+       * Makefile.am:
+       * forms/Makefile.am:
+       * forms/form_box.fd: The Box patch. Fancybox support, minipage,
+       parbox
+
+2003-10-01  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.C (updateComboChange): changes due to the
+       introduction of namespace lyx::external.
+
+2003-09-29  Angus Leeming  <leeming@lyx.org>
+
+       * FormGraphics.C: remove incorrect comment.
+       * forms/form_graphics.fd: prettify a little.
+
+2003-09-26  Angus Leeming  <leeming@lyx.org>
+
+       * FormFiledialog.C (regexMatch): renamed as globMatch.
+
+2003-09-25  Angus Leeming  <leeming@lyx.org>
+
+       * FormFiledialog.C (regexMatch): moved here from lstrings.[Ch] because
+       this is the only place using this 'massaged' regex.
+
+2003-09-25  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.C (update, apply): InsetExternal::Params::
+       templatename now has accessor functions.
+
+2003-09-24  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * FormNote.C: generalize loop end/vector size
+
+2003-09-23  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.C (updateComboChange): use formatted to ensure that the
+       help text fits in the browser.
+
+2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * XFormsToolbar.C: adjust
+
+       * XFormsMenubar.C (create_submenu): change to update a cache of
+       FuncRequest for the MenuItems.
+       (MenuCallback): adjust
+
+       * lyx_gui.C (parse_init): fix new bug
+
+       * XFormsToolbar.C (XFormsToolbar): fix new bug
+
+       * LyXKeySymFactory.C (create): fix new bug
+
+       * FormDialogView.C (FormDialogView): fix new bug
+
+       * FormBase.C (FormBase): fix new bug
+
+       * FileDialog.C (FileDialog): fix new bug
+
+2003-09-19  Angus Leeming  <leeming@lyx.org>
+
+       * FormInclude.C: changes dues to the changed storage in InsetInclude,
+       from an InsetInclude::params to an InsetCommandParams.
+
+2003-09-18  Angus Leeming  <leeming@lyx.org>
+
+       * FormInclude.C (apply): No need to set InsetInclude::Params::flag;
+       the variable has been removed. Instead, set the command name directly.
+
+2003-09-18  Angus Leeming  <leeming@lyx.org>
+
+       * Color.C:
+       * Color.h:
+       * ColorHandler.C:
+       * ColorHandler.h:
+       * FormCharacter.h:
+       * XPainter.C:
+       * XPainter.h:
+       * lyx_gui.C: rename EnumLColor as LColor_color.
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * xformsImage.[Ch]: separate interface from implementation. Make all the virtual
+       functions private.
+
+2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyx_gui.C: use namespace alias for lyx::support::os
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * FormDocument.C: add #include "LColor.h".
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * FormCharacter.C, FormPreferences.C, lyx_gui.C, xfont_loader.C:
+       add #include "LColor.h".
+
+2003-09-15  Angus Leeming  <leeming@lyx.org>
+
+       * Color.C:
+       * ColorHandler.C:
+       * XPainter.C:
+       * xformsImage.C
+       * xscreen.C: add #include "LColor.h".
+
+       * Color.h: remove #include "LColor.h".
+
+       * Color.[Ch] (getRGBColor):
+       * ColorHandler.[Ch] (colorPixel, getGCForeground, getGCLinepars, updateColor):
+       pass EnumLColor args, rather than LColor::color ones.
+
+       * FormCharacter.h: store vector<EnumLColor> color_.
+
+       * XPainter.[Ch] (point, line, lines, rectangle, fillPolygon):
+
+       * lyx_gui.C (hexname, update_color): pass EnumLColor args, rather
+       than LColor::color ones.
+
+       * xformsImage.C:
+
+2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Color.C
+       * FormMathsDelim.C
+       * FormMathsMatrix.C
+       * lyx_gui.C: remove usage of STRCONV
+
+2003-09-15  Angus Leeming  <leeming@lyx.org>
+
+       * xforms_helpers.C:
+       * RadioButtonGroup.C: add #include <boost/assert.hpp>.
+
+2003-09-15  Angus Leeming  <leeming@lyx.org>
+
+       * forms/fdfix[ch].sed, tmp_str,sed: POSIX-compliant sed.
+
+2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * several files: change Assert to BOOST_ASSERT
+
+2003-09-08  Angus Leeming  <leeming@lyx.org>
+
+       * FormFiledialog.C (UserCache::add, GroupCache::add): convert
+       uid_t, gid_t to int to avoid compiler complaining about call to
+       overloaded tostr being ambiguous.
+
+2003-09-08  Angus Leeming  <leeming@lyx.org>
+
+       * Alert_pimpl.C:
+       * FileDialog.C:
+       * FormBibtex.C:
+       * FormCharacter.C:
+       * FormCitation.C:
+       * FormDocument.C:
+       * FormMathsDelim.C:
+       * FormNote.C:
+       * FormPreferences.C:
+       * FormSpellchecker.C:
+       * FormToc.C:
+       * RadioButtonGroup.C:
+       * XFormsMenubar.C:
+       * XMiniBuffer.C:
+       * XPainter.C:
+       * xforms_helpers.C:
+       * xscreen.C: remove redundant using directives.
+
+2003-09-07  Angus Leeming  <leeming@lyx.org>
+
+       * FormAboutlyx.h: remove #include <boost/scoped_ptr.hpp>.
+       * FormBase.h: remove #include "support/std_string.h".
+       * FormCharacter.h: remove #include "lyxfont.h", "LColor.h", "character.h".
+       * FormDialogView.h: remove #include "support/std_string.h",
+       <boost/scoped_ptr.hpp>.
+       * FormMathsBitmap.h: remove <boost/shared_ptr.hpp>.
+       * FormPreferences.h: remove #include "Color.h", <utility>.
+       * Tooltips.h: remove #include <boost/utility.hpp>.
+       * XFormsMenubar.h: remove #include <map>.
+       * xfont_loader.h: remove #include "support/std_string.h".
+       * xfont_metrics.h: remove #include "support/std_string.h", "font_metrics.h"
+
+2003-09-06  Angus Leeming  <leeming@lyx.org>
+
+       * FormParagraph.C: add Spacing.h and vspace.h includes.
+
+2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * Color.C:
+       * ColorHandler.C:
+       * FontInfo.C:
+       * xfont_loader.C: re-add missing system headers, needed for 2.95.2.
+
+2003-09-05  Angus Leeming  <leeming@lyx.org>
+
+       * combox.h:
+       * freebrowser.h:
+       ensure that the header file can be compiled stand-alone.
+
+       * *.C: strip out redundant #includes. (180 in total.)
+       Reorder remaining #includes in consistent fashion.
+
+2003-09-04  Angus Leeming  <leeming@lyx.org>
+
+       * Alert_pimpl.C:  move #include "debug.h" out of the header file.
+
+2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * FormDocument.C: fix crash on doc settings for non-branched doc
+
+2003-08-28  Angus Leeming  <leeming@lyx.org>
+
+       * RadioButtonGroup.[Ch] (unset, setEnabled): new functions extending
+       the class' functionality.
+
+2003-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormShowFile.C (build): Remove redundant "LyX:" string from title.
+
+2003-08-21  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * FormNote.C: cosmetic fix.
+
+2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * FormDocument.C: make the layout file's "Other" class option
+       appear on the document panel as "Extra Options".
+
+2003-08-14  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * form/form_tabular.fd: fix shortcut ("Middle|#m" => "Middle|#M")
+
+2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * ColorHandler.[Ch]:
+       * Dialogs.C:
+       * FormBranch.[Ch]:
+       * FormDocument.[Ch]:
+       * Makefile.am:
+       * forms/Makefile.am:
+       * forms/form_branch.fd:
+       * forms/form_document.fd: implements the
+       'branch inset' idea. This allows the output of various versions of
+       a document from a single source version, selectively outputing or
+       suppressing output of parts of the text.
+       This implementation contains a 'branch list editor' in a separate
+       tab of the document settings dialog. Branches are user definable
+       and have a "display colour" to distinguish them on-screen.
+
+       ColorHandler was somewhat cleaned up.
+       (1) make possible a dynamically growing LColor list by allowing
+       the graphic context cache to grow along (vector);
+       (2) eliminate an IMHO unnecessary step in colour allocation.
+
+2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * FormMathsMatrix.C: rename "Center" to "Middle"
+       * FormTabular.C: replace radio_valign_center by radio_valign_middle;
+       rename LyXTabular::LYX_VALIGN_CENTER to LyXTabular::LYX_VALIGN_MIDDLE;
+       * form/form_paragraph.fd: rename "Centered" to "Center"
+       * forms/form_tabular.fd: rename "Center" to "Middle"
+
+2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * .cvsignore: add lyx_forms.h-tmp, stamp-forms, lyx_xpm.h-tmp,
+       stamp-xpm.
+
+2003-08-06  Martin Vermeer  <martin.vermeer@hut.di>
+
+       * Color.C: Kayvan's std::setw micropatch.
+
+2003-08-06  Martin Vermeer  <martin.vermeer@hut.di>
+
+       * Color.[Ch]:
+       * FormPreferences.C: moved the RGB to hex string method
+       from FormPreferences to Color and added a hex string to RGB
+       method.
+
 2003-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * Makefile.am (BUILT_SOURCES): add lyx_forms.h and lyx_xpm.h