Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Ticket #83 (closed defect: fixed)

Opened 14 years ago

Last modified 13 years ago

Update GtkD to Gtk 2.20

Reported by: Mike Wey Assigned to: Mike Wey
Priority: major Milestone: Release 1.4
Component: gtkd - classes Version: TRUNK
Keywords: Cc:

Description (Last modified by Mike Wey)

  • Glib 2.22 -> 2.24
  • GObject 2.22 -> 2.24
  • GIO 2.22 -> 2.24
  • ATK 1.28 -> 1.30
  • Pango 1.26 -> 1.28
  • GDK-pixbuf 2.18 -> 2.20
  • GDK 2.18 -> 2.20
  • GTK 2.18 -> 2.20

Change History

04/05/10 12:23:02 changed by Mike Wey

  • status changed from new to assigned.
  • description changed.

04/11/10 21:29:32 changed by Mike Wey

svn r774 adds the first part of glib, but the documentation comments seem to be broken.

05/02/10 19:04:27 changed by Mike Wey

svn r783 adds the rest of the glib classes and a lot of white space changes due to a change in the wrapper.

05/02/10 20:24:28 changed by Mike Wey

Updated GObject in svn r784

05/24/10 12:35:25 changed by Mike Wey

Gio updated in svn r788

Only a tiny change for ATK in svn r789

05/24/10 12:41:32 changed by Mike Wey

And there are only a few documentation changes for pango in svn r790

05/24/10 13:23:14 changed by Mike Wey

GDK and GDK pixbuf updated to 2.20 in svn r791

06/07/10 21:13:08 changed by Mike Wey

Gtk updated to 2.20 in svn r792, it might still need some work.

06/20/10 20:54:02 changed by Mike Wey

updated GtkSourceView? in svn r793.

we still need to check why gsv.SourceCompletionContext?.addProposals accepts void* instead of SourceCompletionProviderIF

03/06/11 16:22:57 changed by Mike Wey

  • component changed from Addon - gda to gtkd - classes.

03/06/11 17:13:57 changed by Mike Wey

  • status changed from assigned to closed.
  • resolution set to fixed.

we still need to check why gsv.SourceCompletionContext??.addProposals accepts void* instead of SourceCompletionProviderIF

This is because the type was preceded with struct in the function definition, and the wrapper wraps those as void*

I added addProposals manually in svn r799.