]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
the convert patch
[lyx.git] / src / frontends / xforms / ChangeLog
index 4a771b96f514494b464d431235c3752754390043..ea035a25a79384ce4840c1df9272c5842217f906 100644 (file)
@@ -1,10 +1,69 @@
+2005-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Several files: use convert<> instead of atoi,strToXXX and friends
+
+2005-01-20  Angus Leeming  <leeming@lyx.org>
+
+       * FormPreferences.C: change the tooltip messages to reflect the
+       changed meaning of the $$s placeholder.
+
+2005-01-15  Angus Leeming  <leeming@lyx.org>
+
+       * FormPreferences.C, forms/form_preferences.fd: add an interface
+       to modify LyXRC::path_prefix.
+
+2005-01-13  Angus Leeming  <leeming@lyx.org>
+
+       * FormPreferences.C: code to get/set the value
+       of the Cygwin check box. Compiled only under Cygwin.
+
+       * forms/form_preferences.fd: add a Cygwin paths check box to the
+       Outputs->Misc tab.
+
+2005-01-13  Angus Leeming  <leeming@lyx.org>
+
+       * FormPreferences.C: use getString, a safe wrapper around fl_get_input.
+
+2005-01-10  Angus Leeming  <leeming@lyx.org>
+
+       * FormFiledialog.C:
+       * FormPreferences.C:
+       * lyx_gui.C: use support/package.h to provide the paths to the
+       various directories used by LyX.
+
+2005-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * xforms_helpers.C:
+       * XFormsMenubar.C:
+       * FormWrap.C:
+       * FormSpellchecker.C:
+       * FormPrint.C:
+       * FormGraphics.C:
+       * FormFiledialog.C:
+       * FormExternal.C:
+       * FormColorPicker.C:
+       * FormBox.C:
+       * FontInfo.C:
+       * ColorHandler.C: convert -> tostr
+
+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>
@@ -14,9 +73,9 @@
 
 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) 
+       * 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>