2.99.6: 2011-03-16 Murray Cumming TreeView: Removed unused TreeView::_get_base_model() method. * gtk/src/treeview.[hg|ccg]: As suggested by Kjell Ahlstedt in https://bugzilla.gnome.org/show_bug.cgi?id=582981#c16 2010-12-27 Luca Wehrstedt Make TreeModelFilter behave like TreeModelSort for editable TreeViews. * gtk/src/treemodel.hg: Add references to TreeModelFilter. * gtk/src/treemodelfilter.ccg: Make set_value_impl() convert the iter and call the same method on its child. * gtk/src/treeview.ccg: Check also for TreeModelSort inside of _get_base_model(). Update the toggle auto-store method. * gtk/src/treeview.hg: Update all auto-store methods. Bug #582981 2011-03-07 Murray Cumming Main: Improve the documentation. * gtk/src/main.hg: Improve the overview documentation and the constructors' documentation. 2011-03-07 Murray Cumming Gtk::Main: Add a constructor with no argc and argv. * gtk/src/main.[hg|ccg]: Main: Add a public constructor with no argc/argv parameters, becase that is now officially allowed by the C API. See https://bugzilla.gnome.org/show_bug.cgi?id=643649#c3 2011-03-04 Murray Cumming Window: Added unset_application, * gtk/src/window.[hg|ccg]: Added unset_application() because the parameter can be NULL. 2011-02-23 Murray Cumming Added class overview documentation for new classes. * gdk/src/devicemanager.hg: * gdk/src/rgba.hg: * gtk/src/buildable.hg: * gtk/src/cellarea.hg: * gtk/src/cellareabox.hg: * gtk/src/cssprovider.hg: * gtk/src/numerableicon.hg: * gtk/src/stylecontext.hg: * gtk/src/styleprovider.hg: * gtk/src/widgetpath.hg: Added documentation based on the C documentation, though I have not yet translated the C code examples. I added TODO comments so we remember to do them sometime in the future. 2011-02-23 Murray Cumming CssProvider: load_from_data(): Added documentation. * gtk/src/cssprovider.hg: load_from_data(): Add doxygen documentation which was previously generated when using _WRAP_METHOD(). 2011-02-22 Fabien Parent Gtk::CssProvider: Simplify the load_from_data method. * gtk/src/cssprovider.[hg|ccg]: Simplify the load_from_data method by removing the useless size parameter. 2011-02-22 Murray Cumming Gdk::Rectangle: Added reference documentation. * gdk/src/rectangle.hg: Add doxygen comments based on the documentation of the C API.