lyx_mirror/src/frontends/gtk/ChangeLog

316 lines
9.1 KiB
Plaintext
Raw Normal View History

2004-07-21 Lars Gullik Bjonnes <larsbj@gullik.net>
* lyx_gui.C (register_socket_callback): add stub
(unregister_socket_callback): add stub
2004-05-26 Lars Gullik Bjonnes <larsbj@gullik.net>
* Makefile.am: dont create a separate xforms.lo use he files
directly when building libgtk instead.
2004-05-19 Angus Leeming <leeming@lyx.org>
* Most files: wrap code up inside namespace lyx::frontend.
2004-05-04 Angus Leeming <leeming@lyx.org>
* Dialogs.C: Remove "error" dialog identifier.
2004-04-28 Angus Leeming <leeming@lyx.org>
* GToolbar.[Ch]: rewrite code to derive from a single Toolbar or
LayoutBox.
* GView.C: small changes due to changed Toolbar API.
2004-04-28 Angus Leeming <leeming@lyx.org>
* WorkAreaFactory.C (create): No longer passed x, y data.
* GView.[Ch] (c-tor): no longer passes x, y data to BufferView c-tor.
2004-04-28 Angus Leeming <leeming@lyx.org>
* WorkAreaFactory.C (create): pass a LyXView & to GWorkArea c-tor.
* GWorkArea.[Ch] (c-tor): now receives a LyXView &. Use it instead
of GView::instance.
* GView.[Ch] (instance): removed.
2004-04-27 Angus Leeming <leeming@lyx.org>
* GView.[Ch]: split the window into 'top', 'left', 'center',
'right' and 'bottom' boxes.
(getBox): accessor for a particular box.
* GMenubar.C (c-tor):
* GMiniBuffer.C (c-tor):
* GWorkArea.C (c-tor):
* GToolbar.C (add): access the correct Box in GView.
* GToolbar.[Ch] (add, displayToolbar): show only those toolbars that
are flagged as 'ON'.
2004-04-27 Angus Leeming <leeming@lyx.org>
* ghelpers.[Ch]: new files.
(findGladeFile): search the top_srcdir() as welll as LibFileSearch
when looking for glade files.
* Makefile.am: add new files.
* GAboutlyx.C (doBuild):
* GMathDelim.C (doBuild):
* GMathPanel.C (doBuild):
* GPrint.C (doBuild):
* GTableCreate.C (doBuild):
* GText.C (doBuild):
* GUrl.C (doBuild): use findGladeFile in preference to LibFileSearch.
Prevents crash when using a not-installed lyx executable.
2004-04-20 Angus Leeming <leeming@lyx.org>
* Makefile.am (SUBDIRS): add gimages.
* gimages/.cvsignore: new file. Ignore Makefile.in, Makefile.
* gimages/Makefile.am: new file. Add the xpm files to EXTRA_DIST.
* glade/Makefile.am (GLADE_FILES): replace '*.glade' with the
names of the individual files.
'make distdir' Now works when srcdir != builddir.
2004-04-08 Angus Leeming <leeming@lyx.org>
* GPainter.C: compile fixes.
2004-04-07 Alfredo Braunstein <abraunst@lyx.org>
* GPainter.[Ch]: adjust to changes in Painter.h
2004-04-05 Angus Leeming <leeming@lyx.org>
* Dialogs.C (build): set the preferences dialog button policy to
PreferencesPolicy.
2004-04-05 Angus Leeming <leeming@lyx.org>
* GMenubar.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
2004-03-31 Angus Leeming <leeming@lyx.org>
* GViewBase.C: remove mention of ControlButtons.h.
* Makefile.am: remove mention of xforms' Dialogs2.lo, FormBase.lo.
2004-03-31 Angus Leeming <leeming@lyx.org>
* Dialogs.C (build): added preamble dialog.
2004-03-31 Angus Leeming <leeming@lyx.org>
* Dialogs.C (build): added spellchecker dialog.
2004-03-31 Angus Leeming <leeming@lyx.org>
* Dialogs.C (build): added preferences dialog.
2004-03-30 Angus Leeming <leeming@lyx.org>
* Dialogs.C (build) added document dialog.
2004-03-28 Angus Leeming <leeming@lyx.org>
* Dialogs.C (build): added print dialog.
2004-03-27 Angus Leeming <leeming@lyx.org>
* Dialogs.C (build): added box, fidreplace, log, sendto, vspace
dialogs. Removed latexlog.
* Makefile.am: associated changes.
2004-03-26 Angus Leeming <leeming@lyx.org>
* Makefile.am: ensure that the build can find lyx_forms.h when
srcdir != builddir.
2004-03-26 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* GLyXKeySym.C (print): new method; print a keysym using
kb_keymap::printKeySym (should use some native gtk method instead)
2004-03-24 Angus Leeming <leeming@lyx.org>
* GMenubar.C (submenuDisabled, onSubMenuActivate): compile fixes
due to the changes in FuncStatus.
* GToolbar.C (update): ditto.
* lyx_gui.C (start): remove code to order buffers as it no longer
compiles and none of the other frontends do this anymore.
2004-03-17 Angus Leeming <leeming@lyx.org>
* Makefile.am: remove mention of the forks dialog.
2004-02-09 Huang Ying <hying_caritas@163.com>
* GXpmBtnTbl.C : add a GXpmBtnTbl class to automate creating a Xpm
Button Table according to a set of xpm data or xbm data, is equivalent
with bmtable in xforms frontend.
* GMathPanel.C : revise using GXpmBtnTbl.
* gimages : a directory for xpm used in gtk frontend only.
* GMathDelim.C : math delimiter dialog.
2004-02-07 Huang Ying <hying_caritas@163.com>
* GViewBase.C : add addCancel, addOK, addApply, add Restore to
facilitate setup buttons signal.
* GAboutLyx.C : using addxxx series functions.
* GTableCreate.C : using addxxx series functions.
* GText.C : using addxxx series functions.
* GUrl.C : using addxxx series functions.
2004-02-02 Huang Ying <hying_caritas@163.com>
* GAboutLyx.C : the "CREDITS" is in "ISO8859-1" charset not locale
charset, so change the convert function from Glib::locale_to_utf8
to Glib::convert(credit, "UTF-8", "ISO8859-1").
2003-12-20 J<>rgen Spitzm<7A>ller <j.spitzmueller@gmx.de>
* Dialogs.C:
* Makefile.am: remove vclog (compile fix)
2003-12-14 Michael Schmitt <michael.schmitt@teststep.org>
* Dialogs.C:
* Makefile.am: remove minipage
2003-10-30 Huang Ying <hying_caritas@163.com>
* GToolbar.C : change layouts widget update code according xforms
fronetends to prevent layouts widget from disable always.
2003-10-28 Huang Ying <hying_caritas@163.com>
* codeConvert.h (etc): Change FcChar to XftChar according to the libxft
interface changing.
* FileDialogPrivate.C : get rid of button support in FileDialog
because of the implementation of Gtk::FileSelection changed.
* glade/.cvsignore : add *.gladep, which is generated during editing
*.galde
* Add MathPanel, TableCreate and Url dialog
2003-10-15 Jos<6F> Matos <jamatos@lyx.org>
* lyx_gui.C (start): add lyxsocket.
(LyX_XErrHandler): fix call to emergencyCleanup.
2003-10-14 Angus Leeming <leeming@lyx.org>
* lyx_gui.C (start): store the LyXView in the LyX list of all LyXViews.
2003-10-13 Jos<6F> Matos <jamatos@lyx.org>
* lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
remove_datasocket_callback, remove_serversocket_callback):
prefix those fucntions with lyx_gui:: to link correctly.
* lyx_gui.C (start): fix call to dispatch.
2003-10-13 Angus Leeming <leeming@lyx.org>
* lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
remove_datasocket_callback, remove_serversocket_callback):
placeholder functions, enabling the frontend to be linked.
2003-10-08 Angus Leeming <leeming@lyx.org>
Fix doxygen warnings.
* Alert_pimpl.C: \file Alert_pimpl.C -> \file gtk/Alert_pimpl.C
* FileDialog.C: \file FileDialog.C -> \file gtk/FileDialog.C
* GView.C: \file GView.C -> \file gtk/GView.C
* GView.h: \file GView.h -> \file gtk/GView.h
2003-09-21 Lars Gullik Bj<42>nnes <larsbj@gullik.net>
* GToolbar.C (add): Make it take a ToobarBackend::Item as arg,
adjust.
(onButtonClicked): take a FuncRequest
(update): adjust
* GMenubar.C (submenuDisabled): pass FuncRequest to getStatus.
(onSubMenuActivate): ditto
(onCommandActivate): pass MenuItem::func to dispatch
* LyXKeySymFactory.C (create): fix new bug
* GView.C (GView): fix new bug
* GToolbar.C (add): fix new bug
2003-09-18 Angus Leeming <leeming@lyx.org>
* GPainter.C:
* GPainter.h:
* GWorkArea.C:
* GWorkArea.h:
* lyx_gui.C: rename EnumLColor as LColor_color.
2003-09-16 Angus Leeming <leeming@lyx.org>
* GScreen.[Ch] (workarea):
* GWorkArea.[Ch] (~ColorCache, getColor, getXftColor, cacheColor,
cacheXftColor, getPainter, workWidth, workHeight, xpos, ypos, getWindow,
getDisplay, getPixmap, getGC, getColormap, getXftDraw, getColorHandler):
move out-of-line.
2003-09-15 Angus Leeming <leeming@lyx.org>
* GPainter.C: add #include "LColor.h".
* GPainter.[Ch] (setForeground, point, line, lines, rectangle, fillRectangle,
fillPolygon, arc): pass EnumLColor args, rather than LColor::color ones.
* GScreen.C:
* GWorkArea.C: add #include "LColor.h".
* GWorkArea.h: remove #include "LColor.h".
change typedefs to take an EnumLColor arg rather than an LColor::color one.
* GWorkArea.h (getColor, getXftColor, cacheColor, cacheXftColor):
* GWorkArea.[Ch] (getXftColor, getGdkColor): pass EnumLColor args, rather
than LColor::color ones.
* lyx_gui.C (hexname, update_color): pass EnumLColor args, rather
than LColor::color ones.
2003-09-10 Angus Leeming <leeming@lyx.org>
* GToolbar.C (onLayoutSelected): missed a change from a call to the
Buffer::params member variable to the Buffer::params() function.
2003-09-09 Lars Gullik Bj<42>nnes <larsbj@lyx.org>
* GPainter.C: change Assert to BOOST_ASSERT
2003-09-08 Angus Leeming <leeming@lyx.org>
* GPainter.h: do not #include <config.h> in header files.
2003-09-02 Angus Leeming <leeming@lyx.org>
* .cvsignore:
* glade/.cvsignore: new files.
2003-09-02 Angus Leeming <leeming@lyx.org>
* all files: standard-conformant header blurbs.
2003-09-02 Huang Ying <hying_caritas@163.com>
* initial release