2.90.5: 2010-07-14 Murray Cumming <murrayc@murrayc.com>> DragContext: Added get_source_window() and get_selected_action(). * gdk/src/dragcontext.hg: Added get_source_window() and get_selected_action() 2010-07-06 Murray Cumming <murrayc@murrayc.com> Added copyright headers. Patch from Kalev Lember. * tools/m4/convert.m4: * tools/m4/convert_atk.m4: * tools/m4/convert_gdk.m4: * tools/m4/convert_gtk.m4: * tools/m4/convert_gtkmm.m4: * tools/m4/convert_pango.m4: * tools/m4/filelist.am: Added LGPL2.1+ headers, like the other files. 2010-07-06 Murray Cumming <murrayc@murrayc.com> Fix the build with latest GTK+, using Cairo::Region. * gdk/src/gdk_methods.defs: * gdk/src/gdk_pixbuf_methods.defs: * gtk/src/gtk_methods.defs: Regenerated * gdk/src/filelist.am: * gdk/src/region.[hg|ccg]: Removed Region, because GdkRegion was removed from GDK. * gdk/gdkmm/general.[h|cc]: * gdk/src/drawable.hg * gdk/src/gc.hg * gdk/src/window.hg * gtk/src/widget.hg * tools/m4/convert_gdk.m4: Adapted, replacing use of GdkRegion with Cairo::RefPtr<Cairo::Region>, adding const and non-const overloads where appropriate. This requires cairomm from git master, for Cairo::Region.