| Commit message (Expand) | Author | Age | Files | Lines |
* | Import upstream version 0.4.93 | Ted Gould | 2011-08-25 | 2 | -14/+9 |
|\ |
|
| * | Changing from using hspace to using toggle-space | Ted Gould | 2011-08-24 | 1 | -8/+8 |
* | | Import upstream version 0.4.92 | Ted Gould | 2011-08-24 | 1 | -2/+5 |
|\| |
|
| * | Making the capturing of colors from the theme GTK3 specific (it is) so that G... | Ted Gould | 2011-08-24 | 1 | -2/+5 |
* | | Import upstream version 0.4.91 | Ted Gould | 2011-08-24 | 9 | -42/+806 |
|\| |
|
| * | Adding discriptive text to the enums | Ted Gould | 2011-08-24 | 1 | -0/+6 |
| * | Fixing the color names | Ted Gould | 2011-08-23 | 1 | -3/+3 |
| * | Fixing the comparision so that we don't block updates | Ted Gould | 2011-08-22 | 1 | -5/+6 |
| * | Create a local string with a color if the disposition is non-normal | Ted Gould | 2011-08-22 | 1 | -2/+51 |
| * | Implement the setter and getter for disposition | Ted Gould | 2011-08-22 | 1 | -0/+38 |
| * | Add in a disposition and set it at init | Ted Gould | 2011-08-22 | 1 | -0/+2 |
| * | Set the disposition from the value given and from the enum. | Ted Gould | 2011-08-22 | 1 | -1/+3 |
| * | Make sure that we get rid of the enum stuff as well | Ted Gould | 2011-08-22 | 1 | -1/+1 |
| * | Adding in a disposition type and get proper enum generation | Ted Gould | 2011-08-22 | 4 | -13/+228 |
| * | Adding an enum for the the disposition and functions to set and get it | Ted Gould | 2011-08-22 | 1 | -13/+24 |
| * | Adding infrastructure to watch for the disposition property. | Ted Gould | 2011-08-22 | 1 | -0/+17 |
* | | Import upstream version 0.4.90 | Ted Gould | 2011-06-20 | 6 | -463/+31 |
|\| |
|
| * | Unsetting the property value | Ted Gould | 2011-06-17 | 1 | -0/+3 |
| |\ |
|
| | * | Unset the value as specified in bug 785828 | Jonathan Landis | 2011-06-16 | 1 | -0/+3 |
| * | | Toggle visibility to help Eclipse | Ted Gould | 2011-05-31 | 1 | -0/+18 |
| |\| |
|
| | * | ref menu until we're done toggling its visibility | Michael Terry | 2011-05-18 | 1 | -1/+3 |
| | * | toggle visibility of menus to fix Eclipse RCP apps | Michael Terry | 2011-04-27 | 1 | -0/+16 |
| * | | Dropping the serializable menu item. Not a bad idea, but we can do better. | Ted Gould | 2011-04-26 | 5 | -435/+3 |
| |/ |
|
* | | Import upstream version 0.4.4 | Ted Gould | 2011-04-25 | 2 | -34/+60 |
|\| |
|
| * | refactor this branch a bit to rebase on trunk | Michael Terry | 2011-04-15 | 1 | -29/+31 |
| * | merge from trunk | Michael Terry | 2011-04-15 | 1 | -23/+34 |
| |\ |
|
| | * | Only activate items if they have submenus | Ted Gould | 2011-04-15 | 1 | -0/+14 |
| | |\ |
|
| | | * | Oops, wrong object type | Ted Gould | 2011-04-15 | 1 | -1/+1 |
| | | * | Only activate items that have submenus | Ted Gould | 2011-04-15 | 1 | -0/+14 |
| | * | | watch new submenus for additions and removals | Michael Terry | 2011-04-15 | 1 | -23/+20 |
| | |/ |
|
| * / | activate new toplevel menu items | Michael Terry | 2011-04-15 | 1 | -0/+8 |
| |/ |
|
* | | Import upstream version 0.4.3 | Ted Gould | 2011-04-14 | 3 | -46/+190 |
|\| |
|
| * | Handle cases of labels being added later | Ted Gould | 2011-04-12 | 1 | -13/+43 |
| |\ |
|
| | * | watch empty/separator menu items for any added GtkLabel children, as gnome-co... | Michael Terry | 2011-04-12 | 1 | -13/+43 |
| * | | Changing the cleanup of GTK Menuitems to avoid undefined references. | Ted Gould | 2011-04-12 | 2 | -25/+20 |
| |\ \ |
|
| | * | | Ensuring all the menus are hidden before unref'ing root | Ted Gould | 2011-04-10 | 1 | -0/+14 |
| | * | | Protecting the label with the null check and don't unref something that shoul... | Ted Gould | 2011-04-10 | 1 | -2/+1 |
| | * | | Attaching the data in a way that it'll cleanup itself | Ted Gould | 2011-04-10 | 1 | -2/+3 |
| | * | | We have to destroy, why? Because we want to make sure that the menu having a... | Ted Gould | 2011-04-07 | 1 | -1/+1 |
| | * | | Switching the reference to the GTK Menuitem to be a _sink as well as using se... | Ted Gould | 2011-04-07 | 1 | -21/+2 |
| | |/ |
|
| * | | guard against an activation that does not actually have an associated menu-hide | Michael Terry | 2011-04-08 | 1 | -4/+26 |
| * | | force activated event to be sandwiched by opened/closed events | Michael Terry | 2011-04-07 | 1 | -8/+105 |
| |/ |
|
* | | Import upstream version 0.4.2 | Ted Gould | 2011-04-07 | 4 | -16/+80 |
|\| |
|
| * | Build menus based on teh child-display property | Ted Gould | 2011-04-07 | 1 | -12/+42 |
| |\ |
|
| | * | Making the debug message better | Ted Gould | 2011-04-05 | 1 | -1/+1 |
| | * | We don't need the parent, cut-and-paste confusion here. | Ted Gould | 2011-04-05 | 1 | -6/+3 |
| | * | Handle the case of the variant being NULL | Ted Gould | 2011-04-05 | 1 | -1/+4 |
| | * | Then menu should get created when processing the property, so let's warn and ... | Ted Gould | 2011-04-05 | 1 | -10/+5 |
| | * | Passing in the client so that I can get the menuitem in all cases | Ted Gould | 2011-04-05 | 1 | -6/+19 |
| | * | Setting up the shell to handle the children display prop | Ted Gould | 2011-04-05 | 1 | -0/+22 |