aboutsummaryrefslogtreecommitdiff
path: root/src/idooffscreenproxy.c
Commit message (Collapse)AuthorAgeFilesLines
* Ok I take it back we don't care about border. use custom css to set ↵Robert Carr2011-09-061-8/+26
| | | | border-width and radius
* Don't leak style context...Robert Carr2011-09-061-0/+2
|
* Use GtkBorder in drawing backgroundRobert Carr2011-09-061-4/+8
|
* Use gtk_render_backgroundRobert Carr2011-09-061-25/+16
|
* Whoops copyright headersRobert Carr2011-09-021-1/+25
|
* Implement an IdoOffscreenProxy object to work around GtkRange/Scale needing ↵Robert Carr2011-09-021-0/+473
grabs, change IdoScaleMenuItem to make use of this. Fixes lp: #804009