| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 s... | Ted Gould | 2010-02-04 | 1 | -0/+4 |
* | Interoperability fixes. | Ted Gould | 2010-02-04 | 1 | -17/+17 |
|\ |
|
| * | icon -> icon-name | Aurelien Gateau | 2010-02-02 | 1 | -17/+17 |
* | | 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 annoyi... | Ted Gould | 2010-01-22 | 1 | -1/+4 |
* | | 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 label.... | Ted Gould | 2009-12-17 | 1 | -5/+9 |
* | 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 var... | Ted Gould | 2009-12-17 | 1 | -23/+68 |
* | 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. W... | Ted Gould | 2009-12-16 | 1 | -14/+29 |
* | 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 |
* | Yeah, gotta show those labels. | Ted Gould | 2009-12-16 | 1 | -0/+2 |
* | Switching the client over to creating generic items. | Ted Gould | 2009-12-16 | 1 | -6/+12 |
* | Woot, a set label function. | Ted Gould | 2009-12-16 | 1 | -0/+40 |
* | Comments | Ted Gould | 2009-12-16 | 1 | -0/+16 |
* | Stupid formating changes. | Ted Gould | 2009-12-16 | 1 | -8/+8 |
* | Stubs for setting and getting the image and label. | Ted Gould | 2009-12-16 | 2 | -0/+42 |
* | Setting the properties based on the enum value changes. | Ted Gould | 2009-12-16 | 1 | -0/+24 |
* | Building up the case statements. | Ted Gould | 2009-12-15 | 2 | -1/+25 |
* | Functions for setting the check type and state of the check. | Ted Gould | 2009-12-15 | 2 | -1/+50 |
* | Better handling of the draw_indicator function, as in, this one will actually... | Ted Gould | 2009-12-15 | 1 | -2/+27 |
* | Setting up enums for the type of check and the state of it. | Ted Gould | 2009-12-15 | 2 | -5/+22 |
* | Slight cleanups, getting this code going. | Ted Gould | 2009-12-15 | 2 | -19/+46 |
* | Building the basic generic menu item. | Ted Gould | 2009-12-15 | 3 | -0/+85 |
* | Switching around the visible and sensitive handling to use our new fancy gett... | Ted Gould | 2009-12-15 | 1 | -13/+18 |
* | Killing the image item as it's own beast. | Ted Gould | 2009-12-09 | 1 | -36/+14 |
* | Flow through GValue changes. | Ted Gould | 2009-12-09 | 1 | -13/+14 |
* | Making generated items understand underlines in labels. | Cody Russell | 2009-12-09 | 1 | -0/+3 |
|\ |
|
| * | Use underlines | Cody Russell | 2009-12-09 | 1 | -0/+3 |
* | | Fix #include in client.h | Cody Russell | 2009-12-09 | 1 | -2/+1 |
|/ |
|
* | Put the child printout under massive debugging. | Ted Gould | 2009-10-05 | 1 | -0/+8 |
* | Putting the menuitem dying in massive debugging info. | Ted Gould | 2009-10-02 | 1 | -1/+3 |
* | Printing when the GTK Menu item gets destroyed. | Ted Gould | 2009-10-02 | 1 | -0/+12 |
* | Reporting on the request pos vs. the actual. | Ted Gould | 2009-10-01 | 1 | -2/+32 |
* | Reffing the GTK menu item | Ted Gould | 2009-10-01 | 1 | -0/+1 |
* | Checking to see if we got null before casting. | Ted Gould | 2009-10-01 | 1 | -2/+3 |
* | Leaving abstract the data as long as possible to avoid GTK cast warnings. | Ted Gould | 2009-10-01 | 1 | -5/+4 |