Author: murrayc Date: 2007-07-14 20:04:26 +0100 (Sat, 14 Jul 2007) New Revision: 871 ViewCVS link: http://svn.gnome.org/viewcvs/gtkmm?rev=871&view=rev
Added: trunk/gdk/src/gdk_pixbuf_enums.defs Modified: trunk/ChangeLog trunk/gdk/src/Makefile.am trunk/gdk/src/gdk.defs trunk/gdk/src/gdk_enums.defs trunk/gdk/src/gdk_methods.defs trunk/gtk/src/gtk_enums.defs trunk/gtk/src/gtk_methods.defs trunk/gtk/src/gtk_other.defs trunk/gtk/src/gtk_signals.defs trunk/gtk/src/iconview.hg trunk/gtk/src/papersize.hg trunk/gtk/src/printoperation.hg trunk/gtk/src/statusicon.hg trunk/pango/src/context.hg trunk/pango/src/fontdescription.hg trunk/pango/src/fontface.hg trunk/pango/src/glyphstring.hg trunk/pango/src/layout.hg trunk/pango/src/pango_enums.defs trunk/pango/src/pango_methods.defs trunk/tools/extra_defs_gen/generate_defs_gtk.cc trunk/tools/m4/convert_pango.m4 Log: 2007-07-14 Murray Cumming <[EMAIL PROTECTED]> * tools/extra_defs_gen/generate_defs_gtk.cc: Mention the GtkPrint* classes so that signal/property .defs are generated for these. * gdk/src/Makefile.am: * gdk/src/gdk_pixbuf_enums.defs: Added this instead of pasting it into gdk_enums.defs. * gdk/src/gdk.defs: * gdk/src/gdk_enums.defs: * gdk/src/gdk_methods.defs: * gtk/src/gtk_enums.defs: * gtk/src/gtk_methods.defs: * gtk/src/gtk_signals.defs: Regenerated, with h2defs.py, enums.pl, and generate_extra_defs. * gtk/src/gtk_others.defs: Move the hand-written GtkPrintOperationPreview signal defs to here instead of having them in gtk_signals.defs where they will be overwritten when it's regenerated. * gtk/src/iconview.hg: Added convert_widget_to_bin_window_coords(). * gtk/src/papersize.hg: Commented out get_paper_sizes() until I figure out the build break. * gtk/src/statusicon.hg: Added set_screen() and get_screen(). * pango/src/pango_enums.defs: * pango/src/pango_methods.defs: Regenerated. * tools/m4/convert_pango.m4: New conversions. * pango/src/context.hg: Added GravityHint enum. Added set_base_gravity(), get_base_gravity(), get_gravity(), set_gravity_hint(), get_gravity_hint(). * pango/src/fontdescription.hg: Added Gravity enum. Added set_gravity() and get_gravity(). * pango/src/fontface.hg: Added is_synthesized(). * pango/src/glyphstring.hg: Added get_width(). * pango/src/layout.hg: Added is_wrapped(), is_ellipsized() and get_unknown_glyphs_count(). Reimplemented the const get_line() and get_lines() methods with the (faster) *_read_only() C functions. _______________________________________________ SVN-commits-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/svn-commits-list
