aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* New upstream release.Sebastien Bacher2012-10-0326-63/+81
|\
| * Import upstream version 12.10.2Sebastien Bacher2012-10-0326-69/+91
| |\
| | * 12.10.2Charles Kerr2012-10-032-3/+6
| | |
* | | releasing version 12.10.1-0ubuntu2Sebastien Bacher2012-09-241-2/+2
| | |
* | | Backport upstream fix for segfault issue (lp: #1053670)Sebastien Bacher2012-09-242-6/+22
|\ \ \ | | |/ | |/|
| * | parser.c: make sure to disconnect from gtksettings::gtk-menu-imagesLars Uebernickel2012-09-241-6/+16
| | |
* | | releasing version 12.10.1-0ubuntu1Didier Roche2012-09-201-3/+2
| | |
* | | New upstream release.Didier Roche2012-09-2013-33/+44
|\ \ \ | | |/ | |/|
| * | Import upstream version 12.10.1Didier Roche2012-09-2012-30/+41
| |\|
| | * 12.10.1Charles Kerr2012-09-202-2/+5
| | |
| | * revert r417 so that we don't change the vapi name at the last minute for ↵Charles Kerr2012-09-202-7/+7
| | | | | | | | | | | | 12.10 (LP: #978687)
* | | * New upstream release.Didier Roche2012-09-2038-446/+992
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Honor changes to GtkSettings' gtk-menu-images value (LP: #927236) - don't display an underscore on menuitimes containing a '&' (LP: #994564) - set the widget for the accelerator even if there isn't a mnemonic (LP: #982656) - make the vala bindings use pkg-config names, rather than gir ones - Some platforms don't have valgrind, so treat those unit tests separately - make headers match independent of the build directory - constify some public API calls
| * | Import upstream version 12.10.0Didier Roche2012-09-2038-449/+980
| |\|
| | * 12.10.0Charles Kerr2012-09-202-2/+10
| | |
| | * merge lp:~charlesk/dbusmenu/fix-json-tests to fix breakage in the test-json ↵Charles Kerr2012-09-201-2/+2
| | |\ | | | | | | | | | | | | unit tests.
| | | * Undo r423, I found this bug while preparing the dbusmenu release but forgot ↵Charles Kerr2012-09-192-10/+2
| | | | | | | | | | | | | | | | to revert the version before pushing this branch.
| | | * in the test-json and test-json-instruction unit tests, don't tell ↵Charles Kerr2012-09-191-2/+2
| | | | | | | | | | | | | | | | dbus-test-runner to ignore the server & clients' return values
| | | * 12.10.0Charles Kerr2012-09-192-2/+10
| | |/
| | * pay attention to GtkSettings's gtk-menu-images value as it changes on the ↵Michael Terry2012-09-131-0/+63
| | |\ | | | | | | | | | | | | client end
| | | * pay attention to GtkSettings's gtk-menu-images value as it changes on the ↵Michael Terry2012-09-101-0/+63
| | |/ | | | | | | | | | client end
| | * merge lp:~charlesk/dbusmenu/constify-dbusmenu-menuitem-gettersCharles Kerr2012-08-212-13/+13
| | |\
| | | * constify the dbusmenu_menuitem_get*() functionsCharles Kerr2012-04-252-13/+13
| | | |
| | * | merge lp:~evgeni/dbusmenu/optional-valgrind to allow dbusmenu to build and ↵Charles Kerr2012-06-182-1/+6
| | |\ \ | | | | | | | | | | | | | | | run its non-valgrind checks on architectures where valgrind isn't available.
| | | * | make pkg-config check not fail if valgrind was not foundEvgeni Golov2012-06-122-1/+6
| | |/ / | | | | | | | | | | | | | | | | | | | | this allows to build and run non-valgrind checks on arches where valgrind is not available
| | * | Making the headers match independent of build directoryTed Gould2012-06-072-2/+2
| | |\ \
| | | * | don't include build-time filenames in comments of the enum header filesunknown2012-05-242-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we do, the header files may be different on each build. This is especially harmful when building multiple times for multiple architectures and expecting the files to be identical. See: http://bugs.debian.org/674200
| | * | | merge lp:~aacid/dbusmenu/amp_replacement to prevent menuitems containing a ↵Charles Kerr2012-06-041-1/+1
| | |\ \ \ | | | |/ / | | |/| | | | | | | '&' from incorrectly showing an underscore
| | | * | Use g_markup_escape_text instead of manually trying to fix the textAlbert Astals2012-06-041-28/+3
| | | | |
| | | * | Replace & with & since we are using set_markup in the labelAlbert Astals2012-06-041-2/+27
| | |/ /
| | * | Evan Nemerson's patch to make the Vala bindings use pkg-config names, rather ↵Charles Kerr2012-04-262-7/+7
| | |\ \ | | | | | | | | | | | | | | | than GIR names, so that valac can automatically pick up the relevant libraries and flags.
| | | * | apply Evan Nemerson's patch to make the Vala binidngs use pkg-config names, ↵Charles Kerr2012-04-112-7/+7
| | | | | | | | | | | | | | | | | | | | not GIR names, so that valac can automatically pick up the relevant libraries and flags.
| | * | | merge lp:~ted/dbusmenu/double-underscore to make ↵Charles Kerr2012-04-231-1/+1
| | |\ \ \ | | | |_|/ | | |/| | | | | | | libdbusmenu-gtk/genericmenuitem.c's sanitize_label() function static.
| | | * | Static is probably better to ensure we don't get out of the binaryTed Gould2012-04-231-1/+1
| | | | |
| | * | | merge lp:~ted/dbusmenu/lp982656 to set the widget for the accelerator even ↵Charles Kerr2012-04-231-2/+1
| | |\ \ \ | | | | | | | | | | | | | | | | | | if there isn't a mnemonic.
| | * \ \ \ merge lp:~charlesk/dbusmenu/lp-981766 to fix a leaked dbus_object_path stringCharles Kerr2012-04-231-0/+5
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | fix leaky DbusmenuServer.priv.dbusobjectCharles Kerr2012-04-141-0/+5
| | |/ / /
* | | | | releasing version 0.6.2-0ubuntu1Sebastien Bacher2012-06-1372-22/+11365
|\ \ \ \ \
| * | | | | releasing version 0.6.2-0ubuntu1~ppa1Ted Gould2012-06-131-2/+2
| | | | | |
| * | | | | * New upstream release.Ted Gould2012-06-1372-22/+11365
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed duplicated underscores in menus (LP: #979301) * Fix for keybindings not showing in menus bug (LP: #982656) * DbusmenuServer leaks private string (LP: #981766) * Ensure menuitems with '&' show them properly (LP: #994564)
| | * | | | Import upstream version 0.6.2Ted Gould2012-06-1371-22/+11382
| | |\ \ \ \
| | | * | | | 0.6.2Ted Gould2012-06-131-3/+3
| | | | | | |
| | | * | | | Escape the text we are using for markupTed Gould2012-06-071-1/+1
| | | | | | |
| | | * | | | Making the headers match independent of build directoryTed Gould2012-06-072-2/+2
| | | |/ / /
| * | | | | Merging in Ubuntu DesktopTed Gould2012-06-132-4/+50
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | releasing version 0.6.1-0ubuntu3Sebastien Bacher2012-04-161-2/+2
| | | | | |
* | | | | | Backport fix for keybindings not showing in menus bug (lp: #982656)Sebastien Bacher2012-04-162-2/+7
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Attaching bugTed Gould2012-04-160-0/+0
| | | | | |
| * | | | | Move setting the accell widget out of the if statementTed Gould2012-04-161-2/+1
| | |_|/ / | |/| | |
* | | | | releasing version 0.6.1-0ubuntu2Ken VanDine2012-04-122-3/+3
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Make sanitize_label static for sure and inline if availableTed Gould2012-04-121-1/+1
| | | | |