]> git.lyx.org Git - features.git/blobdiff - src/frontends/gnome/ChangeLog
change "support/std_sstream.h" to <sstream>
[features.git] / src / frontends / gnome / ChangeLog
index dbc4cff88dfdb03d509715e610eed2ccea790f59..e7e0e7c34b417410a4fcdc35776a98be5e3a08ff 100644 (file)
@@ -1,3 +1,111 @@
+2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * lyx_gui.C:
+       * GAbout.C: change "support/std_sstream.h" to <sstream>
+
+2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Makefile.am (libgnome_la_SOURCES): add support.c and support.h
+
+2004-03-17  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C, Dialogs2.C, Dialogs_impl.h, Makefile.am: remove
+       mention of the forks dialog.
+
+2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * GFloat.C (update): "c" -> 'c' in calls to contains
+
+2003-12-14  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs_impl.h:
+       * Makefile.am: remove minipage
+
+2003-10-08  Angus Leeming  <leeming@lyx.org>
+
+       Fix doxygen warnings.
+
+       * GView.C: \file GView.C -> \file gnome/GView.C
+       * GView.h: \file GView.h -> \file gnome/GView.h
+
+2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyx_gui.C (parse_init): fix new bug
+
+2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * GView.C: change Assert to BOOST_ASSERT
+       * GnomeBase.C: ditto
+
+2003-07-21  Angus Leeming  <leeming@lyx.org>
+
+       * lyx_gui.C (reset): use namespace lyx::graphics rather than grfx
+       shortcut.
+
+2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * FileDialog.C: fix const type order
+
+2003-02-21  Angus Leeming  <leeming@lyx.org>
+
+       * Timeout_pimpl.[Ch]: removed.
+       * gnomeTimeout.[Ch]: new files, replacing the above.
+       The gnomeTimeout class derives from Timeout::Impl.
+
+2003-02-21  Angus Leeming  <leeming@lyx.org>
+
+       * FileDialog.C (FileDialog): no need for LyXView *.
+
+2003-02-14  John Levon  <levon@movementarian.org>
+
+       * FileDialog.C: remove spurious allow/prohibitInput()
+
+2003-02-12  Michael A. Koziarski  <michael@koziarski.com>
+
+       * GChanges.C
+       * GChanges.h
+       * dialogs/GChanges.glade: implement the Changes dialog
+
+2003-02-01  Michael A. Koziarski  <michael@koziarski.org>
+
+       Major changes to make the gnome frontend compile and work again.
+
+       Credit to Martin Craig <martin@menudo.freeserve.co.uk> who
+       actually did the work, I just cleaned his patch up.
+
+       Removed Files:
+       * GUIRuntime.C
+
+       Added Files:
+       * Dialogs2.C
+       * Dialogs_impl.h
+       * lyx_gui.C
+
+       Changed Files:
+       * Dialogs.C
+       * FileDialog.C
+       * GAbout.[Ch]
+       * GERT.[Ch]
+       * GError.[Ch]
+       * GFloat.[Ch]
+       * GLog.[Ch]
+       * GPreamble.[Ch]
+       * GTabularCreate.[Ch]
+       * GUrl.[Ch]
+       * GnomeBase.[Ch]
+       * Makefile.am
+       * Timeout_pimpl.C
+
+2002-12-16  Angus Leeming  <leeming@lyx.org>
+
+       * Makefile.am: remove the if USE_BASIC_IMAGE_LOADER test.
+
+2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * several files: ws changes
+
 2002-09-25  Angus Leeming  <leeming@lyx.org>
 
        * Dialogs.C:
        * dialogs/GERT.glade: Make ERT Properties dialog follow the GNOME hig.
        * GLog.C: use std::string, all the conversion is wasteful
        * GFloat.C
-       * GFloat.h 
+       * GFloat.h
        * dialogs/GFloat.glade: Implement the Float Properties Dialog
-       * dialogs/GAbout.glade 
-       * GAbout.C 
+       * dialogs/GAbout.glade
+       * GAbout.C
        * GAbout.h: Temporary Aboutlyx implementation, waiting on some
        gtkmm  bugs to finalise it.
 
 
 2002-06-02  Michael A. Koziarski  <michael@koziarski.com>
 
-        == Gtkmm2 upgrade ==
-       
+       == Gtkmm2 upgrade ==
+
        * dialogs/*: Updated to glade-2 format.
        * Dialogs.C: add() calls updated
        * GError.C
 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
 
        * FileDialog.C: LyXView moved into frontends/
+
 2002-04-09  Michael A. Koziarski  <michael@koziarski.com>
 
        * dialoges/GERT.glade