aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@src.gnome.org>2000-04-15 13:32:41 +0800
committerMiguel de Icaza <miguel@src.gnome.org>2000-04-15 13:32:41 +0800
commit9d8f1fa7d535bce1c5000d1fa2c8b48b370c8aaa (patch)
treed39442964ab4be9415ef907a494be76585185c7d /widgets
parent09518248493abe434af1d408155a0d22038fa89e (diff)
downloadgsoc2013-evolution-9d8f1fa7d535bce1c5000d1fa2c8b48b370c8aaa.tar
gsoc2013-evolution-9d8f1fa7d535bce1c5000d1fa2c8b48b370c8aaa.tar.gz
gsoc2013-evolution-9d8f1fa7d535bce1c5000d1fa2c8b48b370c8aaa.tar.bz2
gsoc2013-evolution-9d8f1fa7d535bce1c5000d1fa2c8b48b370c8aaa.tar.lz
gsoc2013-evolution-9d8f1fa7d535bce1c5000d1fa2c8b48b370c8aaa.tar.xz
gsoc2013-evolution-9d8f1fa7d535bce1c5000d1fa2c8b48b370c8aaa.tar.zst
gsoc2013-evolution-9d8f1fa7d535bce1c5000d1fa2c8b48b370c8aaa.zip
Add our own ChangeLog
svn path=/trunk/; revision=2451
Diffstat (limited to 'widgets')
-rw-r--r--widgets/shortcut-bar/ChangeLog119
1 files changed, 119 insertions, 0 deletions
diff --git a/widgets/shortcut-bar/ChangeLog b/widgets/shortcut-bar/ChangeLog
new file mode 100644
index 0000000000..2ceba9c68b
--- /dev/null
+++ b/widgets/shortcut-bar/ChangeLog
@@ -0,0 +1,119 @@
+2000-04-15 Miguel de Icaza <miguel@gnu.org>
+
+ * e-shortcut-bar.c
+ (e_shortcut_bar_add_group): Apply some loving action when it comes
+ to visuals and colormaps. Yes, we got one of those machines
+ --again--. Sigh. This is what you get when you have been away
+ from the Indy. The whole thing is breaking left and right.
+
+ Hopefully, Gtk 1.4 fixes all of this, by always running in the
+ slowest visual it can find.
+
+2000-04-11 Larry Ewing <lewing@helixcode.com>
+
+ * e-icon-bar.c (flatten_alpha): update for
+ new gdk-pixbuf.
+
+2000-03-31 Damon Chaplin <damon@helixcode.com>
+
+ * e-shortcut-bar.[hc]: added support for a
+ callback function to set the icons.
+
+ * test-shortcut-bar.c: updated to use the
+ callback function.
+
+2000-03-30 Dan Winship <danw@helixcode.com>
+
+ * e-shortcut-bar.c: Sort of use the new
+ pixmaps. This code needs to be restructured, but Damon is
+ rumored to already be doing it.
+
+2000-03-27 Miguel de Icaza <miguel@gnu.org>
+
+ * e-icon-bar.c (flatten_alpha): New function,
+ used to flatten the images we get and composite them with the
+ background.
+ (e_icon_bar_add_item): One happy tigert comming.
+
+2000-03-21 Christopher James Lahey <clahey@helixcode.com>
+
+ * e-icon-bar.c: Updated to fix a few bugs.
+
+2000-02-28 NotZed <NotZed@HelixCode.com>
+
+ * Makefile.am (test_shortcut_bar_LDADD):
+ Fixed references to eutil.
+
+2000-02-20 Damon Chaplin <damon@helixcode.com>
+
+ * Makefile.am: added libetext.a and libeutil.a
+ to test_shortcut_bar_LDADD, and got rid of e-icon-bar-text-item.[hc].
+ I'll delete these soon.
+
+ * e-icon-bar.c: changed to be a subclass of
+ ECanvas and to use EText instead of EIconBarTextItem. Also set
+ "width_set" & "height_set" of the GnomeCanvasPixbuf items so they
+ work in the "Small Icon" view.
+
+ * e-vscrolled-bar.c: use map/unmap instead of
+ show/hide for the up & down buttons to avoid queueing resizes.
+ Otherwise the scrolling starts off a bit jerky.
+
+ * test-shortcut-bar.c: output a message when the
+ main label is resized, just for info.
+
+ * *.[hc]: updated my email address.
+
+2000-02-07 Damon Chaplin <damon@helixcode.com>
+
+ * e-group-bar.c (e_group_bar_draw): finished.
+
+ * e-icon-bar.c (e_icon_bar_item_released):
+ check that an item was pressed.
+
+2000-01-26 bertrand <bertrand@helixcode.com>
+
+ * e-icon-bar.c (e_icon_bar_recalc_item_positions):
+ don't set the x_set and y_set
+ arguments as don't exist in gdk-pixbuf
+ anymore.
+
+2000-01-17 Chrsitopher James Lahey <clahey@helixcode.com>
+
+ * Makefile.am: Added gnomecanvaspixbuf to the
+ list of libraries used.
+
+2000-01-09 Miguel de Icaza <miguel@gnu.org>
+
+ * e-icon-bar.c (e_icon_bar_init): Turn on anti-aliasing.
+
+2000-01-08 Miguel de Icaza <miguel@gnu.org>
+
+ * e-icon-bar.c (e_icon_bar_add_item): Use
+ GdkPixbuf here.
+ (e_icon_bar_get_item_image): ditto and initialize image.
+
+ * e-shortcut-bar.c (e_shortcut_bar_add_item):
+ Use gdk-pixbuf.
+
+2000-01-14 Christopher James Lahey <clahey@helixcode.com>
+
+ * e-shortcut-bar.c (e_shortcut_bar_add_item):
+ Use e_bar_set_item_data.
+
+ Drop item_url; Require image argument; Require user data
+ argument.
+
+2000-01-09 Miguel de Icaza <miguel@gnu.org>
+
+ * e-icon-bar.c (e_icon_bar_init): Turn on anti-aliasing.
+
+2000-01-08 Miguel de Icaza <miguel@gnu.org>
+
+ * e-icon-bar.c (e_icon_bar_add_item): Use
+ GdkPixbuf here.
+ (e_icon_bar_get_item_image): ditto and initialize image.
+
+ * e-shortcut-bar.c (e_shortcut_bar_add_item):
+ Use gdk-pixbuf.
+