| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Changing the accel reference. | Ted Gould | 2011-01-13 | 1 | -0/+1 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Making sure to reference the accel group | Ted Gould | 2010-09-24 | 1 | -0/+1 | |
| | |/ / / | ||||||
| * | | | | Adding an about-to-show signal to the menuitem | Ted Gould | 2011-01-06 | 4 | -1/+27 | |
| |\ \ \ \ | ||||||
| | * | | | | Add an about-to-show signal to the menu items and hook this up | Chris Coulson | 2010-12-13 | 2 | -2/+20 | |
| | * | | | | * Hook in AboutToShow to the menu items | Chris Coulson | 2010-12-13 | 1 | -0/+2 | |
| | * | | | | Bracked public libdbusmenu-gtk/menuitem.h header with G_{BEGIN/END}_DECLS, so... | Chris Coulson | 2010-12-13 | 1 | -0/+4 | |
| * | | | | | Allow removing properties with NULL variants or strings. | Ted Gould | 2011-01-06 | 2 | -9/+52 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Oops, need to actually assign that return. | Ted Gould | 2011-01-05 | 1 | -1/+1 | |
| | * | | | | Testing for the string being NULL before g_variant aborts on it. | Ted Gould | 2011-01-05 | 1 | -1/+4 | |
| | * | | | | A new case where the string is NULL | Ted Gould | 2011-01-05 | 1 | -0/+8 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Adding a test for removal by string being NULL | Ted Gould | 2011-01-05 | 1 | -0/+8 | |
| | * | | | | | Adding in the test for variant removal | Ted Gould | 2011-01-05 | 1 | -0/+24 | |
| | |\| | | | | ||||||
| | | * | | | | Adding a test to test removing of properties | Ted Gould | 2011-01-05 | 1 | -0/+24 | |
| | |/ / / / |/| | | | | ||||||
| | * | | | | Handling the case of a NULL variant by making it clear the hashtable of that ... | Ted Gould | 2011-01-05 | 1 | -8/+16 | |
| |/ / / / | ||||||
| * | | | | Fixing check menu items (and radio) | Ted Gould | 2010-12-09 | 1 | -14/+10 | |
| |\ \ \ \ | ||||||
| | * | | | | Switching away from using set_activate as that doesn't actually set the value... | Ted Gould | 2010-12-09 | 1 | -14/+10 | |
| * | | | | | Upping the library version as we're different ABI than 0.3.90 even :-/ | Ted Gould | 2010-12-09 | 1 | -1/+1 | |
| * | | | | | Switching from dbus-glib to GDBus | Ted Gould | 2010-12-08 | 45 | -2138/+2523 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Fixing the requires in the pc files | Ted Gould | 2010-12-08 | 4 | -4/+4 | |
| | * | | | | Wrong directory for jsonloader header files. | Ted Gould | 2010-12-07 | 1 | -1/+1 | |
| | * | | | | Oops, wrong version -- fixed | Ted Gould | 2010-12-07 | 1 | -1/+1 | |
| | * | | | | Updating to trunk with introspection fixes | Ted Gould | 2010-12-07 | 4 | -8/+48 | |
| | |\ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | | Fixing introspection for Natty | Ted Gould | 2010-12-06 | 4 | -8/+48 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Add a check for GIR version less that 10 | Ted Gould | 2010-12-06 | 3 | -0/+21 | |
| | * | | | | | Make gtk-doc building gtk3 friendly | Ken VanDine | 2010-11-23 | 1 | -2/+9 | |
| | * | | | | | Cleaned up the scanner flags some | Ken VanDine | 2010-11-23 | 2 | -4/+4 | |
| | * | | | | | Set more scanner flags to get the namespace right | Ken VanDine | 2010-11-23 | 2 | -7/+19 | |
| |/ / / / / | ||||||
| | * | | | | Ignoring the new PC file | Ted Gould | 2010-12-02 | 1 | -1/+1 | |
| | * | | | | Renaming the jsonloader pc file | Ted Gould | 2010-12-02 | 3 | -2/+2 | |
| | * | | | | Removing a GValue to use the direct functions | Ted Gould | 2010-12-02 | 1 | -9/+2 | |
| | * | | | | Making the ints from the JSON file int32s | Ted Gould | 2010-12-01 | 1 | -1/+1 | |
| | * | | | | Putting the XSLT Processor into the configuration file. | Ted Gould | 2010-12-01 | 2 | -1/+7 | |
| | * | | | | Ignore a bunch of new files. | Ted Gould | 2010-12-01 | 1 | -0/+10 | |
| | * | | | | Moving the pc files to be parallel installable. | Ted Gould | 2010-12-01 | 6 | -8/+8 | |
| | * | | | | Changing the include directory to be the correct changed one. | Ted Gould | 2010-12-01 | 2 | -2/+2 | |
| | * | | | | Merging in trunk changes for dual build and GTK3 fixes | Ted Gould | 2010-12-01 | 11 | -46/+171 | |
| | |\ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | | 0.3.90 | Ted Gould | 2010-11-11 | 1 | -2/+2 | |
| * | | | | | Adding in the deprecation flags even if we can't really use them yet. | Ted Gould | 2010-11-11 | 2 | -0/+14 | |
| * | | | | | Merging in configurable GTK build option | Ted Gould | 2010-11-11 | 9 | -42/+141 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | ship both .pc files in EXTRA_DIST | Michael Terry | 2010-10-13 | 1 | -1/+2 | |
| | * | | | | | instead of always building gtk2 and gtk3, add a --with-gtk= flag to configure... | Michael Terry | 2010-10-06 | 5 | -81/+105 | |
| | * | | | | | support gtk3 version of libdbusmenu-gtk | Michael Terry | 2010-06-19 | 4 | -8/+67 | |
| * | | | | | | Only force a flush for the top level of items. | Ted Gould | 2010-10-14 | 1 | -2/+15 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Set a maximum number of entries to queue before sending the message. | Ted Gould | 2010-09-27 | 1 | -0/+11 | |
| | * | | | | | | Only flush at the top level | Ted Gould | 2010-09-27 | 1 | -2/+4 | |
| | | |_|/ / / | |/| | | | | ||||||
| | | | * | | | Changing API to 0.4 | Ted Gould | 2010-12-01 | 1 | -14/+14 | |
| | | | * | | | Switching API over to 0.4 | Ted Gould | 2010-12-01 | 2 | -13/+13 | |
| | | | * | | | Changing the quoting so that the test passes | Ted Gould | 2010-12-01 | 1 | -822/+822 | |
| | | | * | | | Removing the flush. It seems to be broken in GDBus and I can't fix it. | Ted Gould | 2010-12-01 | 1 | -21/+1 | |
| | | | * | | | oops, forgot a debug message | Ted Gould | 2010-11-29 | 1 | -2/+0 | |
