head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.40 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.38 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.36 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.34 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.32 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.30 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.28 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.26 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.24 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.22 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.20 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.18 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.16 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.14 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.12 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.10 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.8 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.6 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.4 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.2 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.5.0.8 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.6 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.4 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.2 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4; locks; strict; comment @# @; 1.6 date 2005.07.22.21.21.47; author adam; state dead; branches; next 1.5; 1.5 date 2004.07.05.11.04.34; author drochner; state Exp; branches; next 1.4; 1.4 date 2003.08.27.16.06.13; author adam; state Exp; branches; next 1.3; 1.3 date 2003.07.22.08.59.38; author adam; state Exp; branches; next 1.2; 1.2 date 2003.07.16.15.35.27; author adam; state Exp; branches; next 1.1; 1.1 date 2003.03.15.20.32.40; author jmmv; state Exp; branches; next ; desc @@ 1.6 log @Changes 2.6.3: * Gtk::Action::get_proxies() Use the correct ownership semantics. * Gdk::Display::list_devices() Use the correct ownership semantics. * examples/book/menus_and_toolbars/ Distribute the .png file. Changes 2.6.2: * TreeView: When using the append_column() convenience API, prevent a crash when the window closes while the cell is editing. * Allow derived CellRenderers to be edited, by removing some debug code that sneaked into 2.6.1. * Documented many signals, based on the GTK+ documentation. Changes 2.6.1: * CellRenderer: Prevent an infinite loop. * MSVC++ .Net 2003 build fixes. * Documentation: - Hide deprecated widgets from the list of widgets. - Correct the description of the IO input example. Chamges 2.6.0: gtkmm 2.6 wraps new API in GTK+ 2.6, and is API/ABI-compatibile with gtkmm 2.4. @ text @$NetBSD: patch-ae,v 1.5 2004/07/05 11:04:34 drochner Exp $ --- docs/tutorial/Makefile.in.orig 2004-06-03 19:49:18.000000000 +0200 +++ docs/tutorial/Makefile.in @@@@ -195,7 +195,7 @@@@ target_alias = @@target_alias@@ web_path_gtkmm2 = /home/groups/g/gt/gtkmm/htdocs/gtkmm2/ web_path_docs = $(web_path_gtkmm2)docs/ rsync_args = -vz --rsh ssh --delete --delete-after -gtkmm_docdir = $(datadir)/doc/gtkmm-2.0/docs +gtkmm_docdir = $(datadir)/doc/gtkmm-2.0 gtkmm_tut_path = $(web_path_docs)tutorial SUBDIRS = figures EXTRA_DIST = README insert_example_code.pl gtkmm-tut.xml gtkmm-tut-with-examples.xml html @ 1.5 log @update to 2.2.12, fix MASTER_SITES changes: * gtkmm 2.2.10 had an incorrect configure-time test, that mistakenly disabled some template code for gcc, used to convert from intermediate C++ containers to STL containers. For instance, this broke the gnome-vfsmm build. * TreeView::get_path_at_pos(): Correct memory management. ("David"). * ConstructParams::ConstructParams(): improvement. (Daniel Elstner). * TreePath::append(): Maybe fixed compilation for gcc 3.4. (Daniel Elstner) @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Changes: * gcc 2.96 fix build * MS Visual C++ .Net 2003 support * Gdx::Display fix * documentation update @ text @d3 1 a3 1 --- docs/tutorial/Makefile.in.orig 2003-08-23 09:49:28.000000000 +0200 d5 2 a6 1 @@@@ -169,7 +169,7 @@@@ web_path_gtkmm2 = /home/groups/g/gt/gtkm a8 1 a10 1 d12 2 a13 1 @ 1.3 log @Changes 2.2.5: * fixed memory leak * gtkmmproc: added GMM_PROTECTED_GCLASS macro * documentation corrected @ text @d3 3 a5 3 --- docs/tutorial/Makefile.in.orig 2003-07-21 18:53:20.000000000 +0200 +++ docs/tutorial/Makefile.in 2003-07-22 10:20:54.000000000 +0200 @@@@ -118,7 +118,7 @@@@ @ 1.2 log @Changes for 2.2.3: bugfixes, updated examples and documentation, dispatcher ported to Win32 @ text @d3 3 a5 3 --- docs/tutorial/Makefile.in.orig 2003-05-22 22:51:22.000000000 +0200 +++ docs/tutorial/Makefile.in 2003-07-16 16:43:33.000000000 +0200 @@@@ -169,7 +169,7 @@@@ @ 1.1 log @Update to 2.2.1. Changes in this version: * configure depends on ATK 1.2. (Murray Cumming) * Various gtkmm/gdkmm reference-counting corrections, using refreturn. (Sven Grottke, Murray Cumming) * Gtk::Menu_Helpers::Element: lifetime refcounting fix. (Murray Cumming) * Glib: - build_path(), build_filename(): fix and performance improvement. - replace deprecated __builtin_bzero(). (Daniel Elstner) * Win32: 2.2 now builds, after lots of work. And there's an installer. (Cedric Gustin) * Documentation: - Glib::Cond documented (Rick L Vinyard Jr) - Review and completion of Gtk::AccelGroup -> Gtk::Bin (Bryan Forbes) - Minor internals docs fix. (Martin Schulze) @ text @d3 3 a5 3 --- docs/tutorial/Makefile.in.orig 2003-03-15 18:38:26.000000000 +0000 +++ docs/tutorial/Makefile.in @@@@ -157,7 +157,7 @@@@ web_path_gtkmm2 = /home/groups/g/gt/gtkm @