diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 148 |
1 files changed, 148 insertions, 0 deletions
@@ -1,5 +1,153 @@ # Generated by Makefile. Do not edit. +2011-03-10 Ted Gould <ted@gould.cx> + + 0.3.101 + +2011-03-10 Ted Gould <ted@gould.cx> + + Ignoring a bunch of files that are annoying + +2011-03-10 Ted Gould <ted@gould.cx> + + Commenting out the Python tests as they don't test what we want + +2011-03-10 Ted Gould <ted@gould.cx> + + Helper to get the cached menuitem from a widget + +2011-03-09 Ted Gould <ted@gould.cx> + + Add to documentation as well + +2011-03-09 Ted Gould <ted@gould.cx> + + Add a function to get the cached menu item + +2011-03-10 Ted Gould <ted@gould.cx> + + Having the GTK Client handle theme directories + +2011-03-10 Ted Gould <ted@gould.cx> + + Check the theme directories on build so we can insure we're up-to-date + +2011-03-10 Ted Gould <ted@gould.cx> + + Also check the status when we get the proxy, not part of this bug, but it'll come along soon enough. + +2011-03-10 Ted Gould <ted@gould.cx> + + On initially getting the proxy we need to check the theme directories to boot strap. + +2011-03-09 Ted Gould <ted@gould.cx> + + Attaching bug + +2011-03-09 Ted Gould <ted@gould.cx> + + Updating to trunk + +2011-03-04 Ted Gould <ted@gould.cx> + + Stealing the code from indicator-application to ref and unref theme directories. + +2011-03-04 Ted Gould <ted@gould.cx> + + Build the theme directory database when we build objects + +2011-03-04 Ted Gould <ted@gould.cx> + + Fleshing out the change functions, but it infact creates more functions. Whoa! + +2011-03-04 Ted Gould <ted@gould.cx> + + Making a private variable and making a lifecycle for it. + +2011-03-04 Ted Gould <ted@gould.cx> + + Signal handler for theme directories changing. + +2011-03-10 Ted Gould <ted@gould.cx> + + Memory leak fixes + +2011-03-10 Chris Coulson <chrisccoulson@ubuntu.com> + + Fix various memory leaks + +2011-03-09 Ted Gould <ted@gould.cx> + + Respect use_underscores and add extra _ if not set + +2011-03-09 Michael Terry <mike@mterry.name> + + respect use-underline and use-markup of labels in menu items + +2011-03-09 Ted Gould <ted@gould.cx> + + Protecting from NULL layout_props + +2011-03-09 Ted Gould <ted@gould.cx> + + Check to ensure that layout_props isn't NULL. Atleast we shouldn't crash. + +2011-03-09 Ted Gould <ted@gould.cx> + + Make sure to remove the value from the hash before signaling it's changed + +2011-03-07 Ted Gould <ted@gould.cx> + + Attach bug + +2011-03-07 Ted Gould <ted@gould.cx> + + Putting in a protection and fixing the truth + +2011-03-07 Ted Gould <ted@gould.cx> + + Steal earlier instead of later so that signal handlers don't find the value in the hashtable + +2011-03-07 Ted Gould <ted@gould.cx> + + Switching to using the extended lookup and getting the key and value + +2011-03-09 Ted Gould <ted@gould.cx> + + Get the label and remove markup so that we get the mnemonics + +2011-03-09 Michael Terry <mike@mterry.name> + + sanitize label text to strip pango markup + +2011-03-08 Michael Terry <mike@mterry.name> + + pass on mnemonics and markup from label + +2011-03-09 Ted Gould <ted@gould.cx> + + Setting the cache and allowing reparenting of items + +2011-03-08 Chris Coulson <chrisccoulson@ubuntu.com> + + Ensure we set the CACHED_MENUITEM data on GtkWidget's + +2011-03-08 Ted Gould <ted@gould.cx> + + Wrap properties + +2011-03-08 Michael Terry <mike@mterry.name> + + wrap PropertiesChanged arguments in a variant + +2011-03-04 Ted Gould <ted@gould.cx> + + Fix the enum templates + +2011-03-04 Ted Gould <ted@gould.cx> + + Use the 'basename' parameter + 2011-03-03 Ted Gould <ted@gould.cx> 0.3.100 |