]> Pileus Git - ~andy/gtk/commitdiff
Add gtkcolorbutton.c and gtkfontbutton.c.
authorMatthias Clasen <maclas@gmx.de>
Fri, 11 Jul 2003 18:40:21 +0000 (18:40 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 11 Jul 2003 18:40:21 +0000 (18:40 +0000)
2003-07-11  Matthias Clasen  <maclas@gmx.de>

* POTFILES.in: Add gtkcolorbutton.c and gtkfontbutton.c.

2003-07-11  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkstatusbar.c (gtk_statusbar_init): Center statusbar contents
vertically.  (#109823, Joe Shaw)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkstatusbar.c
po/ChangeLog
po/POTFILES.in

index 5dbdd195eac5145110773b4db1a825a575ecec6e..10667582da06aaf316df3f9e23606cfb841bac71 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-07-11  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkstatusbar.c (gtk_statusbar_init): Center statusbar contents 
+       vertically.  (#109823, Joe Shaw)
+
 2003-07-11  Morten Welinder  <terra@gnome.org>
 
        * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixbuf): Fix memory
index 5dbdd195eac5145110773b4db1a825a575ecec6e..10667582da06aaf316df3f9e23606cfb841bac71 100644 (file)
@@ -1,3 +1,8 @@
+2003-07-11  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkstatusbar.c (gtk_statusbar_init): Center statusbar contents 
+       vertically.  (#109823, Joe Shaw)
+
 2003-07-11  Morten Welinder  <terra@gnome.org>
 
        * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixbuf): Fix memory
index 5dbdd195eac5145110773b4db1a825a575ecec6e..10667582da06aaf316df3f9e23606cfb841bac71 100644 (file)
@@ -1,3 +1,8 @@
+2003-07-11  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkstatusbar.c (gtk_statusbar_init): Center statusbar contents 
+       vertically.  (#109823, Joe Shaw)
+
 2003-07-11  Morten Welinder  <terra@gnome.org>
 
        * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixbuf): Fix memory
index 5dbdd195eac5145110773b4db1a825a575ecec6e..10667582da06aaf316df3f9e23606cfb841bac71 100644 (file)
@@ -1,3 +1,8 @@
+2003-07-11  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkstatusbar.c (gtk_statusbar_init): Center statusbar contents 
+       vertically.  (#109823, Joe Shaw)
+
 2003-07-11  Morten Welinder  <terra@gnome.org>
 
        * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixbuf): Fix memory
index 5dbdd195eac5145110773b4db1a825a575ecec6e..10667582da06aaf316df3f9e23606cfb841bac71 100644 (file)
@@ -1,3 +1,8 @@
+2003-07-11  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkstatusbar.c (gtk_statusbar_init): Center statusbar contents 
+       vertically.  (#109823, Joe Shaw)
+
 2003-07-11  Morten Welinder  <terra@gnome.org>
 
        * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixbuf): Fix memory
index a118fe9bc3954c300c14a099560ad6829e1dc573..2ed850cbe3f1ceca9311cad1c8c7ce043c5626ba 100644 (file)
@@ -186,7 +186,7 @@ gtk_statusbar_init (GtkStatusbar *statusbar)
   gtk_widget_show (statusbar->frame);
 
   statusbar->label = gtk_label_new ("");
-  gtk_misc_set_alignment (GTK_MISC (statusbar->label), 0.0, 0.0);
+  gtk_misc_set_alignment (GTK_MISC (statusbar->label), 0.0, 0.5);
   /* don't expand the size request for the label; if we
    * do that then toplevels weirdly resize
    */
index e2760921b003292e83ac3de333caa7bde85addbb..a42f8357d952bc782c46b6c92c33215e6dc6437a 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-11  Matthias Clasen  <maclas@gmx.de>
+
+       * POTFILES.in: Add gtkcolorbutton.c and gtkfontbutton.c.
+
 2003-07-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
 
        * wa.po: Updated Walloon file
index ffa3d0b5d77778ef4e23b6e58b9c27bd46fb2bd9..10e0e224b967da4af09adee43ec7b8cf389587f7 100644 (file)
@@ -35,6 +35,7 @@ gtk/gtkcellrenderertext.c
 gtk/gtkcellrenderertoggle.c
 gtk/gtkcheckbutton.c
 gtk/gtkcheckmenuitem.c
+gtk/gtkcolorbutton.c
 gtk/gtkcolorsel.c
 gtk/gtkcolorseldialog.c
 gtk/gtkcombo.c
@@ -45,6 +46,7 @@ gtk/gtkentry.c
 gtk/gtkentrycompletion.c
 gtk/gtkfilesel.c
 gtk/gtkfixed.c
+gtk/gtkfontbutton.c
 gtk/gtkfontsel.c
 gtk/gtkframe.c
 gtk/gtkgamma.c