aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog79
1 files changed, 79 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1669447..75097dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,25 @@
# Generated by Makefile. Do not edit.
+2012-02-14 Ted Gould <ted@gould.cx>
+
+ 0.5.91
+
+2012-02-10 Ted Gould <ted@gould.cx>
+
+ Fix lozenge code to compile on GTK2
+
+2012-02-10 Ted Gould <ted@gould.cx>
+
+ Removing some GTK3 code, won't look as nice on GTK2, but eh
+
+2012-02-10 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ Use floor instead of round for lozenge position, better err on them being too large
+
+2012-02-10 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ Merge trunk
+
2012-02-09 Ted Gould <ted@gould.cx>
0.5.90
@@ -74,6 +94,65 @@
Fix for gtk_hbox_new, werror on deprecated.
+2012-02-10 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ Fix left margin of indicator items
+
+2012-02-03 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ Only draw right items as lozenges if they contain a count
+
+2012-02-03 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ Don't draw empty lozenges
+
+2012-02-03 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ Make minimum width of lozenge that of two characters
+
+2012-02-03 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ Switch to new dbusmenu includes
+
+2012-01-22 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ Align status icons with app icons
+
+ This breaks down for sources which don't advertise themselves as an
+ "indicator-item" (e.g. Thunderbird's "Compose New Message" and "Contacts"),
+ because they keep being indented like a normal menu item.
+
+2012-01-22 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ Pixel-align the lozenge text to make it less blurry
+
+2012-01-22 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ Center lozenge text vertically
+
+ This ignores the label's padding and alignments, but they aren't used right
+ now.
+
+2012-01-22 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ Get the menu's current font size instead of hard coding it to 12pt
+
+2012-01-22 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ Don't force lozenges to have the same width
+
+ This makes the menu more consistent with the mockups at
+
+ https://wiki.ubuntu.com/MessagingMenu and
+ https://wiki.ubuntu.com/MenuLayout
+
+2012-01-22 Lars Uebernickel <lars.uebernickel@canonical.com>
+
+ Use gtk_box_new instead of gtk_hbox_new
+
+ gtk_hbox_new is deprecated and using it broke the build with
+ -Werror=deprecated-declarations, which seems to be enabled by default.
+
2011-11-29 Ted Gould <ted@gould.cx>
Adding a name hint