Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | releasing version 0.3.90-0ubuntu2 | Ken VanDine | 2010-12-09 | 1 | -14/+10 |
|\ | |||||
| * | Switching away from using set_activate as that doesn't actually set the ↵ | Ted Gould | 2010-12-09 | 1 | -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. | ||||
| * | Add a check for GIR version less that 10 | Ted Gould | 2010-12-06 | 1 | -0/+8 |
| | | |||||
| * | Cleaned up the scanner flags some | Ken VanDine | 2010-11-23 | 1 | -2/+3 |
| | | |||||
| * | Set more scanner flags to get the namespace right | Ken VanDine | 2010-11-23 | 1 | -4/+10 |
| | | |||||
* | | * debian/rules | Ken VanDine | 2010-11-24 | 1 | -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.90 | Ted Gould | 2010-11-11 | 9 | -73/+262 |
|\| | |||||
| * | Merging in configurable GTK build option | Ted Gould | 2010-11-11 | 6 | -31/+94 |
| |\ | |||||
| | * | 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 ↵ | Michael Terry | 2010-10-06 | 3 | -63/+70 |
| | | | | | | | | | | | | configure to specify which to build with | ||||
| | * | support gtk3 version of libdbusmenu-gtk | Michael Terry | 2010-06-19 | 3 | -8/+57 |
| | | | |||||
| * | | Switching to using the pointer in the instance | Ted Gould | 2010-10-12 | 2 | -4/+6 |
| | | | |||||
| * | | Private pointers in instance structs | Ted Gould | 2010-10-12 | 4 | -2/+10 |
| | | | |||||
| * | | Going to 6 privates like others | Ted Gould | 2010-10-12 | 2 | -2/+10 |
| | | | |||||
* | | | Import upstream version 0.3.16 | Ted Gould | 2010-09-22 | 1 | -6/+1 |
|\| | | |||||
* | | | Import upstream version 0.3.15 | Didier Roche | 2010-09-22 | 1 | -1/+6 |
|\| | | |||||
* | | | Import upstream version 0.3.13 | Ted Gould | 2010-09-09 | 1 | -0/+7 |
|\| | | |||||
| * | | Adding magic grab code to unfubar menus | Ted Gould | 2010-08-30 | 1 | -0/+7 |
| |\ \ | |||||
| | * | | Grab your junk. | Cody Russell | 2010-08-30 | 1 | -2/+10 |
| |/ / | |||||
* | | | Import upstream version 0.3.12 | Ted Gould | 2010-08-26 | 1 | -0/+47 |
|\| | | |||||
| * | | Restructuring so that we pass the menu | Ted Gould | 2010-08-20 | 1 | -21/+15 |
| | | | |||||
| * | | Making it so that items show. | Ted Gould | 2010-08-20 | 1 | -9/+34 |
| | | | |||||
| * | | Activate the mnemonic when requested by the server | Ted Gould | 2010-08-18 | 1 | -0/+16 |
| | | | |||||
| * | | Connected into the item activate signal | Ted Gould | 2010-08-17 | 1 | -0/+12 |
| | | | |||||
* | | | Import upstream version 0.3.10 | Ted Gould | 2010-08-12 | 1 | -0/+2 |
|\| | | |||||
* | | | Import upstream version 0.3.9 | Ted Gould | 2010-08-02 | 1 | -8/+1 |
|\| | | |||||
* | | | Import upstream version 0.3.7 | Ken VanDine | 2010-07-22 | 2 | -3/+12 |
|\| | | |||||
| * | | Fix menu order in submenus | Aurelien Gateau | 2010-07-22 | 1 | -2/+2 |
| | | | |||||
* | | | Import upstream version 0.3.5 | Ted Gould | 2010-07-08 | 2 | -3/+6 |
|\| | | |||||
| * | | Ratcheting down the warning level of not finding a group. | Ted Gould | 2010-07-07 | 1 | -3/+4 |
| | | | |||||
| * | | Only tell when we're doing massive debugging. | Ted Gould | 2010-07-02 | 1 | -0/+2 |
| | | | |||||
* | | | Import upstream version 0.3.4 | Ted Gould | 2010-07-01 | 1 | -0/+1 |
|\| | | |||||
| * | | Block separators from getting new submenus | Ted Gould | 2010-06-29 | 1 | -0/+1 |
| | | | |||||
* | | | Import upstream version 0.3.3 | Ted Gould | 2010-06-24 | 5 | -1/+442 |
|\| | | |||||
| * | | Freeing the array wrapper | Ted Gould | 2010-06-23 | 1 | -0/+1 |
| | | | |||||
| * | | The joy of specialized collections. | Ted Gould | 2010-06-23 | 1 | -9/+16 |
| | | | |||||
| * | | Start building structures more like the KDE ones. | Ted Gould | 2010-06-23 | 1 | -22/+17 |
| | | | |||||
| * | | Adding comments | Ted Gould | 2010-06-23 | 1 | -0/+4 |
| | | | |||||
| * | | Apparently not a collection internally. | Ted Gould | 2010-06-23 | 1 | -36/+30 |
| | | | |||||
| * | | Reworking to use collection iterators. | Ted Gould | 2010-06-23 | 1 | -48/+69 |
| | | | |||||
| * | | Eh, that's not a rat hole that I want to go down. Realized I'd have to ↵ | Ted Gould | 2010-06-23 | 1 | -24/+2 |
| | | | | | | | | | | | | build the types with their vtables to go that way. We'll try using the others. | ||||
| * | | Using our complex types to start looking at things. | Ted Gould | 2010-06-23 | 1 | -2/+2 |
| | | | |||||
| * | | Building us some custom types. | Ted Gould | 2010-06-23 | 1 | -0/+23 |
| | | | |||||
| * | | Lowering our protection a little, but hopefully this'll make it happy. | Ted Gould | 2010-06-22 | 1 | -2/+2 |
| | | | |||||
| * | | Switching around the get function to be GPtrArray-GStrV | Ted Gould | 2010-06-22 | 1 | -26/+17 |
| | | | |||||
| * | | Cleaning up usage of get_shortcut to only print/set if it sets a key | Ted Gould | 2010-06-22 | 1 | -9/+11 |
| | | | |||||
| * | | A couple of warning messages. | Ted Gould | 2010-06-22 | 1 | -0/+2 |
| | | | |||||
| * | | Not checking just for boxed, looking inside a bit. | Ted Gould | 2010-06-22 | 1 | -2/+2 |
| | | | |||||
| * | | Checking the final value as well. | Ted Gould | 2010-06-22 | 1 | -1/+7 |
| | | | |||||
| * | | Refactoring to make things more clear | Ted Gould | 2010-06-22 | 1 | -5/+7 |
| | | |