Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Upstream Merge | Ted Gould | 2010-04-15 | 2 | -4/+4 |
|\ | | | | | | | * A position functions using realized position | ||||
| * | Making every insertion now use the realized position. It HAS to be one of ↵ | Ted Gould | 2010-04-15 | 2 | -4/+4 |
| | | | | | | | | these. | ||||
* | | * Upstream Merge | Ted Gould | 2010-04-14 | 2 | -2/+2 |
|\| | | | | | | | | | * Changing GTK layer to look at position in realized children to avoid realization races. | ||||
| * | Using get_position_realized in the GTK layer to avoid realization races. | Ted Gould | 2010-04-14 | 2 | -2/+2 |
| | | |||||
* | | Import upstream version 0.2.9 | Ted Gould | 2010-04-01 | 3 | -4/+844 |
|\| | |||||
| * | Bringing up to date with trunk | Ted Gould | 2010-03-31 | 1 | -2/+11 |
| |\ | |/ |/| | |||||
* | | We shouldn't need to unref, as we don't have a ref. | Ted Gould | 2010-03-24 | 1 | -4/+0 |
| | | |||||
* | | Adding support for blank icons | Ted Gould | 2010-03-24 | 1 | -1/+15 |
|\ \ | |||||
| * | | Moving the requesition to be for all icons. No reason not to just double check. | Ted Gould | 2010-03-24 | 1 | -4/+4 |
| | | | |||||
| * | | Checking for blank icon when we get a pixmap paramater. | Ted Gould | 2010-03-24 | 1 | -26/+1 |
| | | | |||||
| * | | This is crazy | Ted Gould | 2010-03-23 | 1 | -0/+25 |
| | | | |||||
| * | | Add alignment settings to the icons | Ted Gould | 2010-03-18 | 1 | -0/+4 |
| | | | |||||
| * | | Check to see if we sent the blank icon, and space appropriately. | Ted Gould | 2010-03-18 | 1 | -0/+10 |
| | | | |||||
* | | | Remove warning | Cody Russell | 2010-03-23 | 1 | -1/+0 |
|/ / | |||||
| * | Fixing the calls into the about_to_show stuff so that we can add callbacks. | Ted Gould | 2010-03-31 | 2 | -2/+6 |
| | | |||||
| * | Removing a debug message | Ted Gould | 2010-03-31 | 1 | -1/+0 |
| | | |||||
| * | Send about_to_show when showing the first-level menu. | Aurelien Gateau | 2010-03-03 | 1 | -0/+13 |
| | | |||||
| * | Send about_to_show instead of "clicked" when opening a submenu | Aurelien Gateau | 2010-03-03 | 1 | -13/+8 |
| | | |||||
| * | Started to implement about-to-show support | Aurelien Gateau | 2010-03-03 | 1 | -0/+9 |
|/ | |||||
* | Pulling GIRs from the build dir | Ted Gould | 2010-03-02 | 1 | -1/+1 |
| | |||||
* | Fixing the directory path for the glib gir file and making sure we clean up ↵ | Ted Gould | 2010-03-02 | 1 | -2/+2 |
| | | | | the girs. | ||||
* | Building the gir files at build time instead of at dist. | Ted Gould | 2010-03-02 | 1 | -1/+1 |
| | |||||
* | Adding the temp file to the clean stuff | Ted Gould | 2010-03-01 | 1 | -1/+1 |
| | |||||
* | Generating the VAPI files | Ted Gould | 2010-03-01 | 1 | -0/+29 |
| | |||||
* | Change version number to 0.2 | Ted Gould | 2010-02-28 | 1 | -7/+7 |
| | |||||
* | Generating the introspection data | Ted Gould | 2010-02-28 | 1 | -1/+36 |
| | |||||
* | Switching to transforming values | Ted Gould | 2010-02-04 | 1 | -7/+12 |
| | |||||
* | Checking for NULL value in setting the toggle setting to make sure they are ↵ | Ted Gould | 2010-02-04 | 1 | -0/+4 |
| | | | | set before erroring. And erroring if we don't get ints | ||||
* | Interoperability fixes. | Ted Gould | 2010-02-04 | 1 | -17/+17 |
|\ | |||||
| * | icon -> icon-name | Aurelien Gateau | 2010-02-02 | 1 | -17/+17 |
| | | | | | | | | | | | | | | sensitive -> enabled toggle-checked -> toggle-state toggle-state is now an int | ||||
* | | Making a clicked in the gtk side of things. | Ted Gould | 2010-02-03 | 1 | -1/+4 |
|/ | |||||
* | Fix an annoying warning that isn't really useful on image menuitems. | Ted Gould | 2010-01-24 | 1 | -1/+4 |
|\ | |||||
| * | Change the 'return_if_fail' to an if as the previous function makes an ↵ | Ted Gould | 2010-01-22 | 1 | -1/+4 |
| | | | | | | | | annoying message. | ||||
* | | Sending the current event time for a menu item getting activated. | Ted Gould | 2010-01-22 | 1 | -1/+1 |
|/ | |||||
* | Check if we're setting the same image and return so we don't destroy it. | Cody Russell | 2010-01-12 | 1 | -0/+3 |
| | |||||
* | Adding code to support icon names that have an implied direction in them. | Ted Gould | 2010-01-11 | 1 | -2/+20 |
|\ | |||||
| * | Building the icon name based on the text direction of the menuitem widget. | Ted Gould | 2010-01-11 | 1 | -1/+2 |
| | | |||||
| * | Adding in a check to see if there is a 'ltr' icon, and use it if so. | Ted Gould | 2010-01-11 | 1 | -2/+19 |
| | | |||||
* | | A little function to grab the horizontal padding and stuff it into the box. | Ted Gould | 2010-01-11 | 1 | -4/+15 |
|/ | |||||
* | Using the state defines for the check state. | Ted Gould | 2010-01-07 | 1 | -2/+2 |
| | |||||
* | Using #defines for the type of box | Ted Gould | 2010-01-07 | 1 | -2/+2 |
| | |||||
* | Not setting the underline for seperators. | Ted Gould | 2009-12-17 | 1 | -1/+0 |
| | |||||
* | Handling the case of getting an image with the purpose of clearing the ↵ | Ted Gould | 2009-12-17 | 1 | -5/+9 |
| | | | | label. Also showing the image. | ||||
* | Fleshing out the image functions for our generic item. | Ted Gould | 2009-12-17 | 1 | -3/+67 |
| | |||||
* | Trying to reduce the complexity of adding a label. Now we can detect the ↵ | Ted Gould | 2009-12-17 | 1 | -23/+68 |
| | | | | various cases and make sense of them. Which is kinda nice. More confident in this code. | ||||
* | License headers. I hate these. | Ted Gould | 2009-12-17 | 2 | -0/+56 |
| | |||||
* | Adding in an activate function so that we don't toggle our value on click. ↵ | Ted Gould | 2009-12-16 | 1 | -14/+29 |
| | | | | We're letting the application handle that. But, in turn, it turns out that is the only way to set the active property. So without an activate function, we can't set it. So, we're taking a lot more responsibility for setting it properly when we want to. | ||||
* | Protect against NULL values and treat them as default values. | Ted Gould | 2009-12-16 | 1 | -12/+16 |
| | |||||
* | Handline the toggle based properties | Ted Gould | 2009-12-16 | 1 | -0/+49 |
| | |||||
* | Set alignment on the labels. | Ted Gould | 2009-12-16 | 1 | -0/+2 |
| |