[maemo-commits] [maemo-commits] /trunk/gtk+/ - tko - r2819

From: www-data www-data at stage.maemo.org
Date: Thu Mar 16 14:38:32 EET 2006
Canonicalize all property descriptions to avoid extra (~37K worth) allocations

2006-03-16  Tommi Komulainen  <tommi.komulainen at nokia.com>
	
	* gdk/*.c
	* gdk-pixbuf/*.c
	* gtk/*.c: Canonicalize all property descriptions and use the static
	flag to avoid extra (~37K worth) allocations.



U   projects/haf/trunk/gtk+/ChangeLog
U   projects/haf/trunk/gtk+/gdk/gdkdisplaymanager.c
U   projects/haf/trunk/gtk+/gdk/gdkpango.c
U   projects/haf/trunk/gtk+/gdk-pixbuf/gdk-pixbuf.c
U   projects/haf/trunk/gtk+/gtk/gtkaboutdialog.c
U   projects/haf/trunk/gtk+/gtk/gtkaccellabel.c
U   projects/haf/trunk/gtk+/gtk/gtkaction.c
U   projects/haf/trunk/gtk+/gtk/gtkactiongroup.c
U   projects/haf/trunk/gtk+/gtk/gtkadjustment.c
U   projects/haf/trunk/gtk+/gtk/gtkalignment.c
U   projects/haf/trunk/gtk+/gtk/gtkarrow.c
U   projects/haf/trunk/gtk+/gtk/gtkaspectframe.c
U   projects/haf/trunk/gtk+/gtk/gtkbbox.c
U   projects/haf/trunk/gtk+/gtk/gtkbox.c
U   projects/haf/trunk/gtk+/gtk/gtkbutton.c
U   projects/haf/trunk/gtk+/gtk/gtkcalendar.c
U   projects/haf/trunk/gtk+/gtk/gtkcellrenderer.c
U   projects/haf/trunk/gtk+/gtk/gtkcellrenderercombo.c
U   projects/haf/trunk/gtk+/gtk/gtkcellrendererpixbuf.c
U   projects/haf/trunk/gtk+/gtk/gtkcellrendererprogress.c
U   projects/haf/trunk/gtk+/gtk/gtkcellrenderertext.c
U   projects/haf/trunk/gtk+/gtk/gtkcellrenderertoggle.c
U   projects/haf/trunk/gtk+/gtk/gtkcellview.c
U   projects/haf/trunk/gtk+/gtk/gtkcheckbutton.c
U   projects/haf/trunk/gtk+/gtk/gtkcheckmenuitem.c
U   projects/haf/trunk/gtk+/gtk/gtkcolorbutton.c
U   projects/haf/trunk/gtk+/gtk/gtkcolorsel.c
U   projects/haf/trunk/gtk+/gtk/gtkcombo.c
U   projects/haf/trunk/gtk+/gtk/gtkcombobox.c
U   projects/haf/trunk/gtk+/gtk/gtkcomboboxentry.c
U   projects/haf/trunk/gtk+/gtk/gtkcontainer.c
U   projects/haf/trunk/gtk+/gtk/gtkcurve.c
U   projects/haf/trunk/gtk+/gtk/gtkdialog.c
U   projects/haf/trunk/gtk+/gtk/gtkentry.c
U   projects/haf/trunk/gtk+/gtk/gtkentrycompletion.c
U   projects/haf/trunk/gtk+/gtk/gtkeventbox.c
U   projects/haf/trunk/gtk+/gtk/gtkexpander.c
U   projects/haf/trunk/gtk+/gtk/gtkfilechooser.c
U   projects/haf/trunk/gtk+/gtk/gtkfilechooserbutton.c
U   projects/haf/trunk/gtk+/gtk/gtkfilechooserdefault.c
U   projects/haf/trunk/gtk+/gtk/gtkfilesel.c
U   projects/haf/trunk/gtk+/gtk/gtkfixed.c
U   projects/haf/trunk/gtk+/gtk/gtkfontbutton.c
U   projects/haf/trunk/gtk+/gtk/gtkfontsel.c
U   projects/haf/trunk/gtk+/gtk/gtkframe.c
U   projects/haf/trunk/gtk+/gtk/gtkhandlebox.c
U   projects/haf/trunk/gtk+/gtk/gtkhbbox.c
U   projects/haf/trunk/gtk+/gtk/gtkiconview.c
U   projects/haf/trunk/gtk+/gtk/gtkimage.c
U   projects/haf/trunk/gtk+/gtk/gtkimagemenuitem.c
U   projects/haf/trunk/gtk+/gtk/gtkimcontext.c
U   projects/haf/trunk/gtk+/gtk/gtkinvisible.c
U   projects/haf/trunk/gtk+/gtk/gtklabel.c
U   projects/haf/trunk/gtk+/gtk/gtklayout.c
U   projects/haf/trunk/gtk+/gtk/gtkmenu.c
U   projects/haf/trunk/gtk+/gtk/gtkmenubar.c
U   projects/haf/trunk/gtk+/gtk/gtkmenuitem.c
U   projects/haf/trunk/gtk+/gtk/gtkmenushell.c
U   projects/haf/trunk/gtk+/gtk/gtkmenutoolbutton.c
U   projects/haf/trunk/gtk+/gtk/gtkmessagedialog.c
U   projects/haf/trunk/gtk+/gtk/gtkmisc.c
U   projects/haf/trunk/gtk+/gtk/gtknotebook.c
U   projects/haf/trunk/gtk+/gtk/gtkobject.c
U   projects/haf/trunk/gtk+/gtk/gtkoptionmenu.c
U   projects/haf/trunk/gtk+/gtk/gtkpaned.c
U   projects/haf/trunk/gtk+/gtk/gtkpreview.c
U   projects/haf/trunk/gtk+/gtk/gtkprogress.c
U   projects/haf/trunk/gtk+/gtk/gtkprogressbar.c
U   projects/haf/trunk/gtk+/gtk/gtkradioaction.c
U   projects/haf/trunk/gtk+/gtk/gtkradiobutton.c
U   projects/haf/trunk/gtk+/gtk/gtkradiotoolbutton.c
U   projects/haf/trunk/gtk+/gtk/gtkrange.c
U   projects/haf/trunk/gtk+/gtk/gtkruler.c
U   projects/haf/trunk/gtk+/gtk/gtkscale.c
U   projects/haf/trunk/gtk+/gtk/gtkscrollbar.c
U   projects/haf/trunk/gtk+/gtk/gtkscrolledwindow.c
U   projects/haf/trunk/gtk+/gtk/gtkseparator.c
U   projects/haf/trunk/gtk+/gtk/gtkseparatortoolitem.c
U   projects/haf/trunk/gtk+/gtk/gtksettings.c
U   projects/haf/trunk/gtk+/gtk/gtksizegroup.c
U   projects/haf/trunk/gtk+/gtk/gtkspinbutton.c
U   projects/haf/trunk/gtk+/gtk/gtkstatusbar.c
U   projects/haf/trunk/gtk+/gtk/gtktable.c
U   projects/haf/trunk/gtk+/gtk/gtktext.c
U   projects/haf/trunk/gtk+/gtk/gtktextbuffer.c
U   projects/haf/trunk/gtk+/gtk/gtktextbufferserialize.c
U   projects/haf/trunk/gtk+/gtk/gtktexttag.c
U   projects/haf/trunk/gtk+/gtk/gtktextview.c
U   projects/haf/trunk/gtk+/gtk/gtktoggleaction.c
U   projects/haf/trunk/gtk+/gtk/gtktogglebutton.c
U   projects/haf/trunk/gtk+/gtk/gtktoolbar.c
U   projects/haf/trunk/gtk+/gtk/gtktoolbutton.c
U   projects/haf/trunk/gtk+/gtk/gtktoolitem.c
U   projects/haf/trunk/gtk+/gtk/gtktreemodelfilter.c
U   projects/haf/trunk/gtk+/gtk/gtktreemodelsort.c
U   projects/haf/trunk/gtk+/gtk/gtktreeview.c
U   projects/haf/trunk/gtk+/gtk/gtktreeviewcolumn.c
U   projects/haf/trunk/gtk+/gtk/gtkuimanager.c
U   projects/haf/trunk/gtk+/gtk/gtkviewport.c
U   projects/haf/trunk/gtk+/gtk/gtkwidget.c
U   projects/haf/trunk/gtk+/gtk/gtkwindow.c

URL: https://stage.maemo.org/viewcvs.cgi?view=rev&root=maemo&rev=2819

/trunk/gtk+/

More information about the maemo-commits mailing list