]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
float2string #4 (Spacing)
[lyx.git] / src / frontends / xforms / ChangeLog
index 0dfb2137a48f8f720c627376d1dda738b33a2b88..834c02402ad460dc9d7a42dab861ab80f4415e42 100644 (file)
@@ -1,3 +1,207 @@
+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: