diff options
author | Soeren Sandmann <sandmann@daimi.au.dk> | 2003-07-08 18:20:45 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2003-07-08 18:20:45 +0000 |
commit | 7913e63f692a7f7b155fe07246d69c58f4087688 (patch) | |
tree | ba5fed8f6268c7afd187dcb6a1f34270672957f4 /ChangeLog | |
parent | b3b16bebcf3a28475190b764091442e7be18fdb2 (diff) | |
download | gtk+-7913e63f692a7f7b155fe07246d69c58f4087688.tar.gz |
remove correction on x when detail is "menuitem". With the new menu look
Tue Jul 8 19:57:14 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtkstyle.c (gtk_default_draw_arrow): remove correction on x
when detail is "menuitem". With the new menu look is isn't needed
anymore.
* gtk/gtktoolitem.c (gtk_tool_item_toolbar_reconfigured): queue a
resize here, so that tool items will get a chance to relayout
themselves based on the toolbar configuration.
change DEFAULT_SPACE_SIZE to 4 instead of 5
* gtk/gtktoolbar.c
Get rid of "!GTK_BIN (item)->child means separator". Separators
are widgets in their own right
change DEFAULT_SPACE_SIZE to 4 instead of 5
(get_space_size): remove this function
(toolbar_item_is_homogeneous): new function
* gtk/gtkseparatortoolitem.c
(gtk_separator_tool_item_size_request): new function.
Tue Jul 8 14:10:35 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoggletoolbutton.h: use private data, add new
internal function _gtk_toggle_tool_button_get_button()
* gtk/gtktoolbutton.h: move to private data
* gtk/gtkradiotoolbutton.c, gtk/gtktoolbutton.c: updates for new
private data.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -1,3 +1,37 @@ +Tue Jul 8 19:57:14 2003 Soeren Sandmann <sandmann@daimi.au.dk> + + * gtk/gtkstyle.c (gtk_default_draw_arrow): remove correction on x + when detail is "menuitem". With the new menu look is isn't needed + anymore. + + * gtk/gtktoolitem.c (gtk_tool_item_toolbar_reconfigured): queue a + resize here, so that tool items will get a chance to relayout + themselves based on the toolbar configuration. + + change DEFAULT_SPACE_SIZE to 4 instead of 5 + + * gtk/gtktoolbar.c + Get rid of "!GTK_BIN (item)->child means separator". Separators + are widgets in their own right + + change DEFAULT_SPACE_SIZE to 4 instead of 5 + + (get_space_size): remove this function + (toolbar_item_is_homogeneous): new function + + * gtk/gtkseparatortoolitem.c + (gtk_separator_tool_item_size_request): new function. + +Tue Jul 8 14:10:35 2003 Soeren Sandmann <sandmann@daimi.au.dk> + + * gtk/gtktoggletoolbutton.h: use private data, add new + internal function _gtk_toggle_tool_button_get_button() + + * gtk/gtktoolbutton.h: move to private data + + * gtk/gtkradiotoolbutton.c, gtk/gtktoolbutton.c: updates for new + private data. + Tue Jul 8 12:50:20 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtktoolbutton.c (gtk_tool_button_get_icon_widget): fix a |