]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
the convert patch
[lyx.git] / src / frontends / xforms / ChangeLog
index 834c02402ad460dc9d7a42dab861ab80f4415e42..ea035a25a79384ce4840c1df9272c5842217f906 100644 (file)
@@ -1,6 +1,54 @@
+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: 
+       * FormDocument.C:
        * FormParagraph.C: store all float/double values as strings.
 
 2005-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>