]> 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 57080160b0ae5833ac750c92e54009a3bcef0fb5..fbbd5e5a3384418e49ccd0ba0a71d7166fc612a6 100644 (file)
@@ -1,5 +1,102 @@
+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.