]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/ChangeLog
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / gtk / ChangeLog
index 69113690cba4580f3f067a47fe52438a9f8246ac..fbbd5e5a3384418e49ccd0ba0a71d7166fc612a6 100644 (file)
@@ -1,3 +1,268 @@
+2004-11-25  John Spray  <spray_john@users.sourceforge.net>
+
+       * GViewBase.h: Fix gcc 3.4 compilation
+       * pch.h: added (barebones version to be improved)
+
+2004-11-22  John Spray  <spray_john@users.sourceforge.net>
+
+       * GWorkArea.C: Set small scrolling interval to 3*lineheight
+               as opposed to 1*lineheight
+
+2004-11-22  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * GSendto.C: Disable concept checks (see below)
+
+2004-11-21  John Spray  <spray_john@users.sourceforge.net>
+       
+       * The Sendto Dialog:
+         Dialogs.C, Makefile.am, GSendto.C, GSendto.h
+
+2004-11-17  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Disable concept checks with the use of ugly preprocessor stuff
+       in several files. 
+
+2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * GView.C (hasFocus): new method, always returns true for now
+
+2004-11-15  John Spray  <spray_john@users.sourceforge.net>
+
+       * The VSpace Dialog:
+         Dialogs.C, Makefile.am, GVSpace.C, GVSpace.h
+       * The Note Dialog:
+         Dialogs.C, Makefile.am, GNote.C, GNote.h
+       * The Float Dialog:
+         Dialogs.C, Makefile.am, GFloat.C, GFloat.h
+       * ghelpers.[Ch]: getGTKStockIcon added to choose gtk
+               stock icons for FuncRequests, buildLengthNoRelUnitList()
+               to get vector of units not containing "%"
+       * GToolbar.C: use getGTKStockIcon for toolbutton icons
+       * GMenubar.C: add icons to menu items
+
+2004-11-14  John Spray  <spray_john@users.sourceforge.net>
+
+       * The ERT dialog:
+         Dialogs.C, Makefile.am, GERT.C, GERT.h
+       * The Box dialog:
+         Dialogs.C, Makefile.am, GBox.C, GBox.h
+       * ghelpers.[Ch], GGraphics.[Ch]: new functions unitsComboFromLength
+               and getDefaultUnit take functionality that was in GGraphics into
+               ghelpers
+
+2004-11-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * GToolbar.C (selected): use layoutSelected()
+
+2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * GToolbar.C (selected, clicked):
+       * GMenubar.C (onCommandActivate): do not use the verbose argument
+       to dispatch
+
+2004-11-04  John Spray  <spray_john@users.sourceforge.net>
+
+       * GWorkArea.C: convert GdkEventButton->state from
+               gdk mouse button ids into mouse_button::state
+               using gButtonToLyx function
+
+2004-10-23  John Spray  <spray_john@users.sourceforge.net>
+
+       * ghelpers.[Ch]: Add buildLengthUnitList() to get vector of
+               available length unit strings
+       * The Graphics dialog:
+         Dialogs.C, Makefile.am, GGraphics.C, GGraphics.h
+
+2004-10-11  John Spray  <spray_john@users.sourceforge.net>
+
+       * GWorkArea.C: allow user to scroll only one half workarea height
+       off the end of the document, and make the scrollbar and mousewheel
+       consistant in this respect.
+
+2004-10-11  John Spray  <spray_john@users.sourceforge.net>
+
+       * The Changes dialog
+       * Dialogs.C, Makefile.am, GChanges.C, GChanges.h
+       * ControlChanges.[Ch]: make accept() and reject() return bool
+       from findNextChange
+
+2004-10-09  John Spray  <spray_john@users.sourceforge.net>
+
+       * The Log dialog
+       * Dialogs.C, GLog.C, GLog.h, Makefile.am, glade/log.glade
+
+2004-10-08  John Spray  <spray_john@users.sourceforge.net>
+
+       * The ShowFile dialog
+       * Dialogs.C, GShowFile.C, GShowFile.h, Makefile.am
+       * The Texinfo dialog
+       * Dialogs.C, GTexinfo.C, GTexinfo.h, Makefile.am
+       * The ErrorList dialog
+       * Dialogs.C, GErrorList.C, GErrorList.h, Makefile.am
+       * GViewBase.[Ch]: implement setTitle for gtk windows.
+
+2004-10-06  John Spray  <spray_john@users.sourceforge.net>
+
+       * The Spellchecker dialog
+       * Dialogs.C, GSpellchecker.C, GSpellchecker.h, Makefile.am
+
+2004-10-06  John Spray  <spray_john@users.sourceforge.net>
+
+       * GView.C (c-tor): get the layout engine working correctly by
+       invoking Gtk::PACK_EXPAND_WIDGET for the main LyX screen.
+
+2004-10-04  John Spray  <spray_john@users.sourceforge.net>
+
+       * The MathsMatrix dialog
+       * Dialogs.C, GMathsMatrix.C, GMathsMatrix.h, Makefile.am
+
+2004-10-04  John Spray  <spray_john@users.sourceforge.net>
+
+       * GMenubar.C: use item->submenu() instead of
+       getMenu(item->submenuname) where item->submenuname is empty.
+       Fixes crash with "Figures" submenu.
+
+2004-10-03  John Spray  <spray_john@users.sourceforge.net>
+
+       * GMenubar.C: add labels in MenuItems to display bindings
+       * GLyxKeySym.C: make print() output GTK+ style (Ctrl+N instead
+       of C-n)
+
+2004-10-02  John Spray  <spray_john@users.sourceforge.net>
+
+       * The Table of Contents dialog
+       * Dialogs.C, GToc.C, GToc.h, Makefile.am
+
+2004-09-29  John Spray  <spray_john@users.sourceforge.net>
+
+       * The Paragraph dialog
+       * Dialogs.C, GParagraph.C, GParagraph.h, Makefile.am
+
+2004-09-28  John Spray  <spray_john@users.sourceforge.net>
+
+       * GToolbar.[Ch]: Use ComboBox instead of deprecated Combo for
+       GLayoutBox class
+
+2004-09-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyx_gui.C (start): change comment
+       (start): use for_each instead of explicit loop
+
+       * GWorkArea.h: store shared_ptr in the Maps.
+
+       * GWorkArea.C (~ColorCache): delete
+       (getColor): adjust
+       (getXftColor): adjust
+       (cacheColor): adjust
+       (cacheXftColor): adjust
+       (clear): simplify
+
+       * GView.C (GView): use show_all() instead of explict loop
+
+       * GMathPanel.C (doBuild): ws change
+
+2004-09-27  John Spray  <spray_john@users.sourceforge.net>
+
+       * The Character dialog
+       * Dialogs.C, GCharacter.C, GCharacter.h, Makefile.am, ghelpers.h,
+       glade/Makefile.am, glade/character.glade
+
+2004-09-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * GXpmBtnTbl.C (construct): use Boost.Assert
+
+       * GToolbar.C (update): make items const
+
+2004-09-27  John Spray  <spray_john@users.sourceforge.net>
+
+       * GBC.C: Don't let the button controller set the label on GTK+
+       stock icons
+       * GMathPanel.C: resize-friendly packing
+       * glade/*.glade: misc tweaks
+
+2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Reordered and a lot of includes in a lot of files.
+
+2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
+           John Spray  <spray_john@users.sourceforge.net>
+
+       * Initial move to gtk 2.4.
+
+2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * WS changes.
+
+2004-09-25  John Spray  <spray_john@users.sourceforge.net>
+
+       * GPrint.C: minor fixes to make it compile and work, get rid of
+       "Apply"
+       * Dialogs.C: move from FormPrint to GPrint
+       * Makefile.am: move from FormPrint to GPrint
+       * glade/print.glade: rearrange, gtk stock button for Print, get
+       rid of "Apply"
+
+2004-09-24  John Spray  <spray_john@users.sourceforge.net>
+
+       * GSearch.[Ch]: new files
+       * Dialogs.C: move from formsearch to gsearch
+       * Makefile.am: move from formsearch to gsearch, alphabetically
+       sort list of libgtk_la_SOURCES
+       * glade/search.glade: s/Backwords/Backwards/, accelerator escape
+       for close button, gtk stock buttons for find and replace.
+
+2004-09-23  John Spray  <spray_john@users.sourceforge.net>
+
+       * GWorkArea.[Ch]: Add GWorkArea::onScrollWheel to implement
+       mouse-wheel scrolling of document
+
+2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * GPainter.C (text): use boost::scoped_array to store the
+       temporary wchar_t pointer
+
+       * lyx_gui.C: change "support/std_sstream.h" to <sstream>
+
+2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * lyx_gui.C (register_socket_callback,unregister_socket_callback):
+       implement
+       (set_read_callback,remove_read_callback): remove implementation
+
+       * io_callback.[Ch]: new files
+       * Makefile.am (libgtk_la_SOURCES): handle them
+
+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.