gtkmm r917 - in trunk: . gdk gdk/src gtk gtk/src



Author: arminb
Date: 2007-10-12 21:07:08 +0100 (Fri, 12 Oct 2007)
New Revision: 917
ViewCVS link: http://svn.gnome.org/viewcvs/gtkmm?rev=917&view=rev

Modified:
   trunk/ChangeLog
   trunk/configure.in
   trunk/gdk/gdkmmconfig.h.in
   trunk/gdk/src/color.hg
   trunk/gdk/src/colormap.hg
   trunk/gdk/src/pixbuf.ccg
   trunk/gdk/src/pixbuf.hg
   trunk/gtk/gtkmmconfig.h.in
   trunk/gtk/src/combo.hg
   trunk/gtk/src/fileselection.hg
   trunk/gtk/src/inputdialog.hg
   trunk/gtk/src/optionmenu.hg
   trunk/gtk/src/progress.hg
   trunk/gtk/src/style.hg
   trunk/gtk/src/textbuffer.hg
   trunk/gtk/src/textview.hg
   trunk/gtk/src/toolbar.hg
   trunk/gtk/src/toolitem.hg
   trunk/gtk/src/tooltips.hg
   trunk/gtk/src/treepath.hg
   trunk/gtk/src/treesortable.hg
   trunk/gtk/src/treeview.hg
   trunk/gtk/src/treeviewcolumn.hg
Log:
2007-10-12  Armin Burgmeier  <armin openismus com>

	* gdk/gdkmmconfig.h.in:
	* gtk/gtkmmconfig.h.in:
	* configure.in: Added G{D,T}KMM_DISABLE_DEPRECATED defines to
	g{d,t}kmmconfig.h so other code can check whether deprecated API is
	available or not.

	* gdk/src/pixbuf.hg:
	* gdk/src/pixbuf.ccg: Fixed build with deprecated API disabled.

	* gtk/src/tooltips.hg:
	* gtk/src/combo.hg:
	* gtk/src/textview.hg:
	* gtk/src/optionmenu.hg:
	* gtk/src/toolbar.hg:
	* gtk/src/inputdialog.hg:
	* gtk/src/treeview.hg:
	* gtk/src/style.hg:
	* gtk/src/toolitem.hg:
	* gtk/src/textbuffer.hg:
	* gtk/src/treepath.hg:
	* gtk/src/treesortable.hg:
	* gtk/src/progress.hg:
	* gtk/src/treeviewcolumn.hg:
	* gtk/src/fileselection.hg:
	* gdk/src/colormap.hg:
	* gdk/src/color.hg: Use the new _CONFIGINCLUDE m4 macro in glibmm to
	include gtkmmconfig.h before the #ifdef GTKMM_DISABLE_DEPRECATED at
	the top of the file so that the define is actually present when other
	code includes one of these files directly. Note this requires glibmm
	from SVN to generate the source files (though building the sources
	should still work with 2.14.1).





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]