From 410e8fb0a4aa39503f9f01f433b7112238308281 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Mon, 12 Jan 2004 04:08:16 +0000 Subject: track hbox and label widget (button_free): unref them 2004-01-11 JP Rosevear * e-sidebar.c (button_new): track hbox and label widget (button_free): unref them (do_layout_text_buttons): layout buttons with text (do_layout_icon_buttons): layout icon only buttons (do_layout): layout based on mode (impl_size_request): distinguish between horizontal and vertical padding (init): set a default mode (e_sidebar_add_button): align the button text to the left, only add the text if we are in the text mode (e_sidebar_get_mode): accessor (e_sidebar_set_mode): accessor * e-sidebar.h: add prototype and mode enum svn path=/trunk/; revision=24163 --- shell/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index d20af2349f..7ee15bda30 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,20 @@ +2004-01-11 JP Rosevear + + * e-sidebar.c (button_new): track hbox and label widget + (button_free): unref them + (do_layout_text_buttons): layout buttons with text + (do_layout_icon_buttons): layout icon only buttons + (do_layout): layout based on mode + (impl_size_request): distinguish between horizontal and vertical + padding + (init): set a default mode + (e_sidebar_add_button): align the button text to the left, only + add the text if we are in the text mode + (e_sidebar_get_mode): accessor + (e_sidebar_set_mode): accessor + + * e-sidebar.h: add prototype and mode enum + 2004-01-11 JP Rosevear * GNOME_Evolution_Test.server.in.in: proper server file for test -- cgit v1.2.3