aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk
Commit message (Collapse)AuthorAgeFilesLines
* * Upstream MergeTed Gould2010-12-091-14/+10
|\ | | | | | | | | * Fixing check items * Bumping the library ABI version
| * 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 ↵Ted Gould2010-12-091-14/+10
| | | | | | | | | | | | value, it just signals, but we're sucking up that signal already so we need to manually create it if we need it, which is the only way to set the active property. Goofy.
* | | * Upstream MergeTed Gould2010-12-082-2/+2
|\| | | | | | | | | | | * Fixing the pc files
| * | Fixing the requires in the pc filesTed Gould2010-12-082-2/+2
| | |
* | | AutogenTed Gould2010-12-071-31/+50
| | |
* | | * Upstream MergeTed Gould2010-12-076-179/+108
|\| | | | | | | | | | | * Porting from dbus-glib to GDBus
| * | 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 ↵Ted Gould2010-11-291-6/+1
| | | | | | | | | | | | hashtable, we have them as floating.
| * | 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
| | |
* | | * debian/rulesKen VanDine2010-11-241-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added build targets to build with gtk3 enabled in additional to default build with gtk2 * debian/control - Updated build depends to support building with gtk+-3.0 - Added dh-autoreconf build depends - Added libdbusmenu-gtk3-2, libdbusmenu-gtk3-dev, gir1.0-dbusmenu-gtk3-0.2 binaries - build depend on libgdk-pixbuf2.0-dev >= 2.22.1-0ubuntu4, needed for GIR fixes * docs/libdbusmenu-gtk/reference/Makefile.am, libdbusmenu-glib/Makefile.am, libdbusmenu-gtk/Makefile.am - Fixes needed for building with-gtk=3
* | | 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 ↵Michael Terry2010-10-063-63/+70
| | | | | | | | | | | | configure to specify which to build with
| | * support gtk3 version of libdbusmenu-gtkMichael Terry2010-06-193-8/+57
| | |
| * | Switching to using the pointer in the instanceTed Gould2010-10-122-4/+6
| | |
| * | Private pointers in instance structsTed Gould2010-10-124-2/+10
| | |
| * | Going to 6 privates like othersTed Gould2010-10-122-2/+10
| | |
* | | Import upstream version 0.3.16Ted Gould2010-09-221-6/+1
|\| |
* | | Import upstream version 0.3.15Didier Roche2010-09-221-1/+6
|\| |
* | | Import upstream version 0.3.13Ted Gould2010-09-091-0/+7
|\| |
| * | Adding magic grab code to unfubar menusTed Gould2010-08-301-0/+7
| |\ \
| | * | Grab your junk.Cody Russell2010-08-301-2/+10
| |/ /
* | | Import upstream version 0.3.12Ted Gould2010-08-261-0/+47
|\| |
| * | Restructuring so that we pass the menuTed Gould2010-08-201-21/+15
| | |
| * | Making it so that items show.Ted Gould2010-08-201-9/+34
| | |
| * | Activate the mnemonic when requested by the serverTed Gould2010-08-181-0/+16
| | |
| * | Connected into the item activate signalTed Gould2010-08-171-0/+12
| | |
* | | Import upstream version 0.3.10Ted Gould2010-08-121-0/+2
|\| |
* | | Import upstream version 0.3.9Ted Gould2010-08-021-8/+1
|\| |
* | | Import upstream version 0.3.7Ken VanDine2010-07-222-3/+12
|\| |
| * | Fix menu order in submenusAurelien Gateau2010-07-221-2/+2
| | |
* | | Import upstream version 0.3.5Ted Gould2010-07-082-3/+6
|\| |
| * | Ratcheting down the warning level of not finding a group.Ted Gould2010-07-071-3/+4
| | |
| * | Only tell when we're doing massive debugging.Ted Gould2010-07-021-0/+2
| | |