]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/ChangeLog
Don't build a dialog prior to hiding it...
[lyx.git] / src / frontends / ChangeLog
index 92267ad80bdb8dc4d37b66ea1340221aaa165491..c0a0f7a7a643860a06ee305955f7de037a701855 100644 (file)
@@ -1,3 +1,62 @@
+2003-09-18  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.[Ch] (find): renamed as find_or_build.
+       (update, hideSlot): don't call find_or_build to find the requested dialog.
+       Instead, search dialogs_, the list of already constructed dialogs. If it
+       ain't found, do nothing.
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * screen.C: add #include "LColor.h".
+
+2003-09-15  Angus Leeming  <leeming@lyx.org>
+
+       * Painter.C: add #include "LColor.h".
+       (rectText): pass EnumLColor args, rather than LColor::color ones.
+
+       * Painter.h:
+       * lyx_gui.h: remove #include "LColor.h". Forward declare EnumLColor.
+
+       * Painter.h (line, lines, rectangle, fillRectangle, fillPolygon, arc,
+       point, rectText):
+       * lyx_gui.h (hexname, update_color):
+       pass EnumLColor args, rather than LColor::color ones.
+
+2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * Timeout.C: change Assert to BOOST_ASSERT
+
+2003-09-07  Angus Leeming  <leeming@lyx.org>
+
+       * Alert.h: remove #include <algorithm>.
+       * Dialogs.h: remove #include <boost/scoped_ptr.hpp>.
+       * WorkArea.h: remove #include <boost/signals/signal3.hpp>, <utility>.
+       * guiapi.h: remove #include "support/std_string.h".
+
+2003-09-06  Angus Leeming  <leeming@lyx.org>
+
+       * LyXKeySym.h: remove LyXKeySymPtr typedef.
+       * WorkArea.h: forward declare LyXKeySym rather than
+       #include "frontends/LyXKeySym.h".
+
+2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * Alert_pimpl.h: re-add missing system headers, needed for 2.95.2.
+
+2003-09-05  Angus Leeming  <leeming@lyx.org>
+
+       * WorkArea.C: removed. It was entirely empty.
+       * Makefile.am: remove WorkArea.C
+
+       * *.C: rearranged #includes in alphabetical and directory order.
+
+2003-09-04  Angus Leeming  <leeming@lyx.org>
+
+       * Alert_pimpl.h: move out #include "debug.h".
+       * LyXView.h: move out #include "types.h".
+       * WorkArea.h: move out #include "funcrequest.h".
+       * screen.h: move out #include "RowList.h".
+
 2003-09-02  John Levon  <levon@movementarian.org>
 
        * screen.C: remove cursor.i[xy]()