diff options
author | Ted Gould <ted@gould.cx> | 2011-01-27 14:19:46 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-27 14:19:46 -0600 |
commit | 2a91021522eb038b3aa18f2532ac289b921c9a48 (patch) | |
tree | e196e319299579a539bcdcc439b180dea0d327a2 /ChangeLog | |
parent | 3354af7e467e14415756fc3e640b5c027af5ebde (diff) | |
parent | 35265154f7d70dc31837ff8fe4e45a810c393c2b (diff) | |
download | libdbusmenu-2a91021522eb038b3aa18f2532ac289b921c9a48.tar.gz libdbusmenu-2a91021522eb038b3aa18f2532ac289b921c9a48.tar.bz2 libdbusmenu-2a91021522eb038b3aa18f2532ac289b921c9a48.zip |
Import upstream version 0.3.94
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 312 |
1 files changed, 312 insertions, 0 deletions
@@ -1,5 +1,317 @@ # Generated by Makefile. Do not edit. +2011-01-27 Ted Gould <ted@gould.cx> + + 0.3.94 + +2011-01-27 Ted Gould <ted@gould.cx> + + Making the parser recognize when it hits serializable menu items + +2011-01-27 Ted Gould <ted@gould.cx> + + Fix changing prototypes. + +2011-01-27 Ted Gould <ted@gould.cx> + + Updating to serializeable menuitem branch. Some function prototype changes. + +2011-01-25 Ted Gould <ted@gould.cx> + + Looking for the serializable menu item and using it's build function if it is one. + +2011-01-25 Ted Gould <ted@gould.cx> + + Getting a parser + +2011-01-25 Ted Gould <ted@gould.cx> + + Get the menu item + +2011-01-27 Ted Gould <ted@gould.cx> + + Adding in a serializable menuitem object + +2011-01-27 Ted Gould <ted@gould.cx> + + Adding some naritive text describing the purpose + +2011-01-27 Ted Gould <ted@gould.cx> + + Adding documentation for the handler functions. + +2011-01-27 Ted Gould <ted@gould.cx> + + Shortening function names to be more reasonable. + +2011-01-21 Ted Gould <ted@gould.cx> + + Ignoring our new doc files + +2011-01-21 Ted Gould <ted@gould.cx> + + Removing generic menu item (it's not public) and adding serializable menu item + +2011-01-21 Ted Gould <ted@gould.cx> + + Adding a transfer annotation + +2011-01-21 Ted Gould <ted@gould.cx> + + Ensuring our double include protectors make g-ir-scanner happy. + +2011-01-21 Ted Gould <ted@gould.cx> + + Fleshing out setting the property + +2011-01-21 Ted Gould <ted@gould.cx> + + Adding in set and get property functions. + +2011-01-21 Ted Gould <ted@gould.cx> + + gtk-doc documentation for public API functions + +2011-01-21 Ted Gould <ted@gould.cx> + + More documentation + +2011-01-21 Ted Gould <ted@gould.cx> + + Add some documentation of the class and object structures. + +2011-01-21 Ted Gould <ted@gould.cx> + + Add serializable menuitem to the single include + +2011-01-21 Ted Gould <ted@gould.cx> + + Updating to trunk + +2011-01-20 Ted Gould <ted@gould.cx> + + Installing a property for the menuitem in the super-class + +2011-01-20 Ted Gould <ted@gould.cx> + + Switching the name to build so that we realize what's going on there. + +2011-01-19 Ted Gould <ted@gould.cx> + + Adding a function to tell the menu item about where it's properties are coming from. + +2011-01-19 Ted Gould <ted@gould.cx> + + Filling out the type handler + +2011-01-19 Ted Gould <ted@gould.cx> + + Switch to having the type handlers have a small structure of all their data and clean themselves up. Woot! + +2011-01-19 Ted Gould <ted@gould.cx> + + Adding in some documentation + +2011-01-19 Ted Gould <ted@gould.cx> + + License headers + +2011-01-19 Ted Gould <ted@gould.cx> + + Ignoring the generated file + +2011-01-18 Ted Gould <ted@gould.cx> + + Clean up on failure + +2011-01-18 Ted Gould <ted@gould.cx> + + Build a type handler structure to handle the class struct + +2011-01-18 Ted Gould <ted@gould.cx> + + Setup to the use the full type handler + +2011-01-18 Ted Gould <ted@gould.cx> + + Fixing callback prototypes + +2011-01-18 Ted Gould <ted@gould.cx> + + Adding in a 'full' function to deal with user data and destruction. + +2011-01-18 Ted Gould <ted@gould.cx> + + Setting up the type handler, need more API + +2011-01-18 Ted Gould <ted@gould.cx> + + Changing namespace from IDO to DBusMenu GTK + +2011-01-18 Ted Gould <ted@gould.cx> + + Adding the files to the build + +2011-01-18 Ted Gould <ted@gould.cx> + + Steal the serializable menuitem from IDO + +2011-01-27 Ted Gould <ted@gould.cx> + + Now with a parser. + +2011-01-27 Ted Gould <ted@gould.cx> + + Adding an early check on the type of widget coming into the function. + +2011-01-27 Ted Gould <ted@gould.cx> + + Adding documentation of the public API. + +2011-01-26 Ted Gould <ted@gould.cx> + + Only activating on menu bars. + +2011-01-26 Ted Gould <ted@gould.cx> + + No really, read the comment and make sure that only happens on the highest level + +2011-01-26 Michael Terry <michael.terry@canonical.com> + + Fix to the type of toggle-state to int + +2011-01-26 Ted Gould <ted@gould.cx> + + Factoring out the stack and just tracking the parent as that's all we were using it for really. + +2011-01-26 Ted Gould <ted@gould.cx> + + Adding comments and a check to ensure the item is valid. + +2011-01-25 Ted Gould <ted@gould.cx> + + Moving one up the stack so GtkMenu works as well + +2011-01-24 Ted Gould <ted@gould.cx> + + Fixing referencing warnings on destruction. + +2011-01-23 Ted Gould <ted@gould.cx> + + Stop using the data field in gtk image for GTK3 + +2011-01-23 Ted Gould <ted@gould.cx> + + Reimplementing the cache based on object data with signals to cleanup + +2011-01-23 Ted Gould <ted@gould.cx> + + Trying to put back in the visibility notifier to force the rebuild, but I'm not quite sure how to do that yet. + +2011-01-23 Ted Gould <ted@gould.cx> + + For some reason this isn't an object, seems like a builder error, but we're not checking for those really. + +2011-01-23 Ted Gould <ted@gould.cx> + + Needed to go up a level to get recursion code. + +2011-01-23 Ted Gould <ted@gould.cx> + + Adding some debug code, commented out. + +2011-01-23 Ted Gould <ted@gould.cx> + + Adding a child test, but it's failing to make the children. + +2011-01-23 Ted Gould <ted@gould.cx> + + Adding in a basic test that just ensures the parser isn't entirely broken + +2011-01-23 Ted Gould <ted@gould.cx> + + Adding copyright headers + +2011-01-23 Ted Gould <ted@gould.cx> + + Reformating prototypes because it makes the code run faster. + +2011-01-23 Cody Russell <crussell@canonical.com + + Taking the menu parsing code from appmenu-gtk + +2011-01-23 Ted Gould <ted@gould.cx> + + Adding the base files for the parser + +2011-01-26 Ted Gould <ted@gould.cx> + + Consolidate warnings if there isn't a 'use-fallback' property. + +2011-01-26 Ted Gould <ted@gould.cx> + + Actually setting the 'checked' value + +2011-01-25 Ted Gould <ted@gould.cx> + + Adding a little helper to reduce the number of warnings if the property is missing. + +2011-01-26 Ted Gould <ted@gould.cx> + + Fix some memory leaks, we hate those! + +2011-01-21 Ted Gould <ted@gould.cx> + + Ensuring that all the errors are free'd correctly. + +2011-01-21 Ted Gould <ted@gould.cx> + + Making the hashtable have a full copy and free itself appropriately. + +2011-01-26 Ted Gould <ted@gould.cx> + + Fix the signatures for GetChildren + +2011-01-26 Ted Gould <ted@gould.cx> + + Make the tuple without specifying the type so we don't need to build a new one. + +2011-01-26 Ted Gould <ted@gould.cx> + + Switching to use an internal builder for the tuple to make things more explicit. + +2011-01-26 Ted Gould <ted@gould.cx> + + Changing the builder add call + +2011-01-26 Ted Gould <ted@gould.cx> + + Even though we all love SVG, it's not a valid signature + +2011-01-25 Ted Gould <ted@gould.cx> + + Fixing a critical message being printed + +2011-01-25 Michael Terry <mike@mterry.name> + + avoid critical warning from calling a function on a NULL pointer + +2011-01-21 Ted Gould <ted@gould.cx> + + Adding signle includes + +2011-01-21 Ted Gould <ted@gould.cx> + + Add an include directory for the headers + +2011-01-21 Ted Gould <ted@gould.cx> + + Add a single include for dbusmenu-gtk + +2011-01-21 Ted Gould <ted@gould.cx> + + Add a single include file for dbus-glib + 2011-01-20 Ted Gould <ted@gould.cx> 0.3.93 |