Skip to content
  1. Mar 16, 2011
  2. Mar 07, 2011
  3. Mar 04, 2011
  4. Feb 23, 2011
    • Murray Cumming's avatar
      Added class overview documentation for new classes. · 22d53c04
      Murray Cumming authored
      * 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.
      22d53c04
    • Murray Cumming's avatar
      CssProvider: load_from_data(): Added documentation. · e65a72f0
      Murray Cumming authored
      * gtk/src/cssprovider.hg: load_from_data(): Add doxygen documentation
      which was previously generated when using _WRAP_METHOD().
      e65a72f0
  5. Feb 22, 2011
  6. Feb 21, 2011
  7. Feb 15, 2011
    • Murray Cumming's avatar
      CellView, EntryCompletion: Wrap new API. · 0a500ba2
      Murray Cumming authored
      	* gtk/src/cellview.hg: Derive from Orientable and add set/get_draw_sensitive(),
      	set/get_fit_model() and the new properties.
      	* gtk/src/entrycompletion: Derive from Buildable and add the cell-area
      	property.
      0a500ba2
  8. Feb 14, 2011
    • Murray Cumming's avatar
      ButtonBox, Separator, Scale, Scrollbar: Add public constructors. · ffdd9168
      Murray Cumming authored
      * gtk/src/buttonbox.hg:
      * gtk/src/separator.hg: Constructors: Added optional orientation parameters
      to match the new gtk_button_box_new() and gtk_separator_new() functions.
      * gtk/src/scale.[hg|ccg]:
      * gtk/src/scrollbar.[hg|ccg]: Added (Adjustment, Orientation) constructors to
      match the new gtk_scale_new() and gtk_scrollbar_new() functions.
      Make sure that the default constructors are now public, instead of protected,
      as these are no longer just abstract base classes. That change was made in
      GTK+.
      ffdd9168
    • Murray Cumming's avatar
      Paned: Add an optional orientation parameter, matching the new C API. · dc3b40ce
      Murray Cumming authored
      * gtk/src/paned.hg: Change the constructor to match the new gtk_paned_new()
      function.
      dc3b40ce
    • Murray Cumming's avatar
      Wrapped two new properties. · 2a4c95b6
      Murray Cumming authored
      * gtk/src/iconview.hg: Added cell_area property.
      * gtk/src/image.hg: Added set_fallback property.
      These do not seem to have corresponding functions.
      2a4c95b6
    • Murray Cumming's avatar
      Widget: Added should_draw_window() and transform_cairo_context_to_window(). · 2d08702a
      Murray Cumming authored
      * gtk/src/widget.[hg|ccg]: Added Widget::transform_cairo_context_to_window(),
      wrapping gtk_cairo_transform_to_window().
      Added Widget::should_draw_window(), wrapping gtk_cairo_should_draw_window().
      These are both protected because they are for use in Gtk::Container
      implementation.
      * tools/m4/convert_gtk.m4: Added a Cairo::Context conversion.
      2d08702a
  9. Feb 11, 2011
  10. Feb 10, 2011
  11. Feb 08, 2011
    • Murray Cumming's avatar
      Entry: Added unset_icon(). · 4b6cd218
      Murray Cumming authored
      * gtk/src/entry.[hg|ccg]: Added unset_icon() because the
      gtk_entry_set_icon_from_*() functions do that when they are passed a NULL.
      Bug #621742 (feuloren)
      4b6cd218
    • Murray Cumming's avatar
      ComboBoxText: Add warning about not confusing these. · 11decc65
      Murray Cumming authored
      * gtk/src/comboboxtext.hg: Add a doxygen comment warning people not to
      call set_model() on these or to pack more cells in.
      Bug #619656 (JimO, Kjell Ahlstedt)
      11decc65
    • Murray Cumming's avatar
      ComboBox: Slight documentation improvements. · 6f500a85
      Murray Cumming authored
      * gtk/src/combobox.hg:
      * gtk/src/comboboxtext.hg: Update the class overview documentation to match
      recent additions in the C documentation and to reflect that we now have
      get_entry() in gtkmm (though still not in the C API).
      6f500a85
  12. Feb 02, 2011
  13. Feb 01, 2011
  14. Jan 30, 2011
    • Murray Cumming's avatar
      Fix the build with the latest GTK+ from git master. · f59be976
      Murray Cumming authored
      * tools/extra_defs_gen/generate_defs_gtk.cc: Include gtkx.h and put ifdefs
      around the use of GTK_TYPE_PLUG and GTK_TYPE_SOCKET.
      * gtk/src/plug.ccg:
      * gtk/src/socket.ccg: Include the new gtkx.h header, because the
      declaration have moved.
      f59be976
  15. Jan 28, 2011
    • Murray Cumming's avatar
      Fix make check. · d0aeb219
      Murray Cumming authored
      * demos/gtk-demo/example_stockbrowser.cc: Adapt for the previous commit
      that changed IconSet to need RefPtr.
      d0aeb219
    • Murray Cumming's avatar
      IconSet: Use this via a RefPtr. · 59ad99f9
      Murray Cumming authored
      * gtk/src/iconset.[h|cc]: Use this via RefPtr, because that is what the
      C API expects, though this is not a GObject.
      * gtk/gtkmm/stock.[h|cc]:
      * gtk/src/iconfactory.hg:
      * gtk/src/image.[hg|ccg]:
      * gtk/src/stylecontext.hg:
      * tools/m4/convert_gtk.m4: Adapt.
      59ad99f9