aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Fix to the type of toggle-state to intMichael Terry2011-01-261-3/+3
| | * | | | Factoring out the stack and just tracking the parent as that's all we were us...Ted Gould2011-01-261-137/+99
| | * | | | Adding comments and a check to ensure the item is valid.Ted Gould2011-01-261-0/+5
| | | |_|/ | | |/| |
| | * | | Moving one up the stack so GtkMenu works as wellTed Gould2011-01-251-1/+1
| | * | | Fixing referencing warnings on destruction.Ted Gould2011-01-241-1/+3
| | * | | Stop using the data field in gtk image for GTK3Ted Gould2011-01-231-5/+11
| | * | | Reimplementing the cache based on object data with signals to cleanupTed Gould2011-01-231-2/+22
| | * | | Trying to put back in the visibility notifier to force the rebuild, but I'm n...Ted Gould2011-01-231-3/+30
| | * | | Needed to go up a level to get recursion code.Ted Gould2011-01-231-0/+158
| | * | | Adding copyright headersTed Gould2011-01-232-0/+58
| | * | | Reformating prototypes because it makes the code run faster.Ted Gould2011-01-231-11/+24
| | * | | Taking the menu parsing code from appmenu-gtkCody Russell2011-01-232-2/+426
| | * | | Adding the base files for the parserTed Gould2011-01-233-2/+20
| | | |/ | | |/|
| * | | Actually setting the 'checked' valueTed Gould2011-01-261-0/+1
| * | | Adding a little helper to reduce the number of warnings if the property is mi...Ted Gould2011-01-251-2/+25
| |/ /
| * | Add a single include for dbusmenu-gtkTed Gould2011-01-212-0/+41
* | | Import upstream version 0.3.93Ted Gould2011-01-203-4/+10
|\| |
| * | added --warn-all to scanner flags so the build log will warn us about missing...Ken VanDine2011-01-191-0/+2
| * | Set the use-fallback property to TRUE on all our ImagesTed Gould2011-01-181-0/+2
| |/
| * Use EXPORT_PACKAGES instead of PACKAGES to prevent circular build dependsKen VanDine2011-01-181-2/+2
* | Import upstream version 0.3.91Ted Gould2011-01-138-222/+174
|\|
| * Fixing packages names for the gir scannerTed Gould2011-01-131-1/+1
| * Changing the accel reference.Ted Gould2011-01-131-0/+1
| |\
| | * Making sure to reference the accel groupTed Gould2010-09-241-0/+1
| * | Bracked public libdbusmenu-gtk/menuitem.h header with G_{BEGIN/END}_DECLS, so...Chris Coulson2010-12-131-0/+4
| * | Fixing check menu items (and radio)Ted Gould2010-12-091-14/+10
| |\ \
| | * | Switching away from using set_activate as that doesn't actually set the value...Ted Gould2010-12-091-14/+10
| * | | Fixing the requires in the pc filesTed Gould2010-12-082-2/+2
| * | | Updating to trunk with introspection fixesTed Gould2010-12-071-3/+18
| |\| |
| | * | Add a check for GIR version less that 10Ted Gould2010-12-061-0/+8
| | * | Cleaned up the scanner flags someKen VanDine2010-11-231-2/+3
| | * | Set more scanner flags to get the namespace rightKen VanDine2010-11-231-4/+10
| * | | Removing a GValue to use the direct functionsTed Gould2010-12-021-9/+2
| * | | Moving the pc files to be parallel installable.Ted Gould2010-12-013-3/+3
| * | | Changing the include directory to be the correct changed one.Ted Gould2010-12-012-2/+2
| * | | Merging in trunk changes for dual build and GTK3 fixesTed Gould2010-12-016-31/+94
| |\| |
| * | | Changing API to 0.4Ted Gould2010-12-011-14/+14
| * | | oops, forgot a debug messageTed Gould2010-11-291-2/+0
| * | | Ah, oops, we shouldn't unref these variants as they're kept in the hashtable,...Ted Gould2010-11-291-6/+1
| * | | Switching to use the builder all the way for the strings instead of the GArrayTed Gould2010-11-291-13/+8
| * | | Protect against NULL variants to remove warningsTed Gould2010-11-291-2/+4
| * | | Switching shortcut parsing code to more directly use the variant iteratorTed Gould2010-11-291-26/+19
| * | | Fixing up variant usageTed Gould2010-11-231-2/+2
| * | | Switching everything to start using variants... even ahead of GLibTed Gould2010-11-172-42/+31
| * | | Redoing the handling of shortcuts to use GVariants rather than GValuesTed Gould2010-11-161-87/+41
* | | | Import upstream version 0.3.90Ted Gould2010-11-119-73/+262
|\ \ \ \ | | |/ / | |/| |
| * | | Merging in configurable GTK build optionTed Gould2010-11-116-31/+94
| |\ \ \ | | |/ / | |/| |
| | * | ship both .pc files in EXTRA_DISTMichael Terry2010-10-131-1/+2
| | * | instead of always building gtk2 and gtk3, add a --with-gtk= flag to configure...Michael Terry2010-10-063-63/+70
| | * | support gtk3 version of libdbusmenu-gtkMichael Terry2010-06-193-8/+57