2.5.2: 2004-12-04 Roger Leigh * configure.in: Bug #160244: Ask automake to use the utar format, to fix the problems with the long filenames of our documentation in the tarballs. 2004-12-03 Murray Cumming * gtk/src/treeview.hg: Added append_column_numeric() which allows you to specify a printf-style format string for the View column, and append_column_numeric_editable() which does the same, and auto-stores decimal input. Updated the append_column() documentation to improve the explanation of supported types, and to suggest use of append_column_numeric(). * examples/book/treeview/list/, editable_cells/: Demonstrate these new convenience methods. 2004-12-01 Murray Cumming * gtk/src/label.hg: Added get/set_angle(). 2004-12-01 Murray Cumming * gtk/src/filechooserbutton.hg: GtkFileChooser inherits from HBox, not Button. 2004-12-01 Murray Cumming * gtk/src/filechooserbutton.hg: Removed get/set_active(), because they have been removed from GTK+. 2004-12-01 Murray Cumming * gtk/src/cellview.hg: Removed set_cell_data() because it has been removed from GTK+. 2004-12-01 Murray Cumming * pango/pangomm/: Added types.h, for typedefs of simple structs. * pango/src/: Added renderer.[hg|ccg]. * pango/src/context.hg: Add get/set_matrix(). * pango/src/fontmetrics.hg: Added get_underline_position(), get_underline_thickness(), get_strikethrough_position(), get_strikethrough_thickness(). * pango/src/pango_enums.defs: Regenerated. * tools/m4/convert_pango.m4: Added Matrix and Layout conversions. 2004-11-30 Murray Cumming * tools/m4/convert_gtk.m4: Use _CONVERT_CONST_REFPTR_TO_P_SUN() instead of _CONVERT_CONST_REFPTR_TO_P(), to hopefully fix the SUN Forte build problems in bug #154973. 2004-11-30 Murray Cumming * examples/book/menus_and_toolbars: Applied Fredrik Arnerup's patch to add a non-stock icon, with some changes. 2004-11-30 Murray Cumming * atk/src/hyperlink.hg: get_object(), * atk/src/object.hg: get_relation_set(), * gdk/src/cursor.hg: get_display(), * gdk/src/display.hg: get_default_group(), * gdk/src/displaymanager.hg: get_default_display(), * gdk/src/drawable.hg: get_screen(), get_display(), * gdk/src/event.hg: get_screen(), * gdk/src/visual.hg: get_system(), get_best(), get_screen(), * gtk/src/widget.hg: get_default_style() 2004-11-25 Chris Vine * example/book/input/: This now works. 2004-11-25 Murray Cumming * docs/tut/gtkmm-tut.xml: TreeView selection: Use selected_foreach_iter() instead of selected_foreach(). Error found by Teus Benschop. 2004-11-24 Murray Cumming * demos/gtk-demo/: Added missing demo-common.[h|cc] files. * gtk/src/treeview.hg, gdk/src/pixbuf.hg, : Removed extra ; and unused parameter to fix build for g++ 3.4. 2004-11-21 Murray Cumming * gtk/src/dialog.[hg|ccg]: Added set_alternative_button_order(). * gtk/src/button.[hg|ccg]: Added set/get_image() and property. 2004-11-17 Murray Cumming * gtk/src/iconinfo.[hg|ccg]: Added operator bool(), needed to check the result of IconTheme::lookup_icon(). Bug #143018. 2004-11-16 Murray Cumming * docs/tutorial/gtkmm-tut.xml: Mention Gtk::manage() in the Basics/ Widgets section, with a link to the Memory Management chapter, so that people have an explanation of manage() before it is used in examples. Bug #138248. 2004-11-16 Claudio Saavedra * docs/tutorial/gtkmm-tut.xml: Fixed two typos in Chapter 19 and Appendix A. * examples/book/helloworld/helloworld.cc: Fixed wrong reference to a inexistent method in a comment.