Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some illustrations | Thomas Thurman | 2009-10-28 | 3 | -0/+1509 |
* | Sunshine theme | Thomas Thurman | 2009-10-28 | 9 | -0/+42 |
* | copyright notice; rm old code (for now) | Thomas Thurman | 2009-10-28 | 1 | -6639/+22 |
* | themes live in a cowbell subdir | Thomas Thurman | 2009-10-28 | 1 | -0/+7 |
* | button order fix | Thomas Thurman | 2009-10-28 | 1 | -4/+12 |
* | add optional dump; rm misleading comment | Thomas Thurman | 2009-10-28 | 1 | -4/+4 |
* | fix width calculation | Thomas Thurman | 2009-10-28 | 1 | -1/+1 |
* | title, not titlebar | Thomas Thurman | 2009-10-28 | 1 | -1/+1 |
* | rm debug print | Thomas Thurman | 2009-10-28 | 1 | -2/+0 |
* | fix caching | Thomas Thurman | 2009-10-28 | 1 | -7/+1 |
* | honour border-radius on frame | Thomas Thurman | 2009-10-28 | 1 | -8/+34 |
* | update comments | Thomas Thurman | 2009-10-28 | 1 | -1/+12 |
* | knock out buttons in priority order when there isn't enough space | Thomas Thurman | 2009-10-28 | 1 | -11/+110 |
* | rm old constant | Thomas Thurman | 2009-10-28 | 1 | -3/+0 |
* | plug memory leak | Thomas Thurman | 2009-10-28 | 2 | -51/+57 |
* | rm #if 0'd out code | Thomas Thurman | 2009-10-28 | 1 | -103/+14 |
* | FIXME -> TODO | Thomas Thurman | 2009-10-28 | 1 | -1/+1 |
* | make sure min isn't greater than max | Thomas Thurman | 2009-10-28 | 1 | -1/+5 |
* | 'wm' and 'cowbell1' attributes | Thomas Thurman | 2009-10-28 | 1 | -2/+13 |
* | add frame attributes | Thomas Thurman | 2009-10-27 | 1 | -7/+113 |
* | no, they don't | Thomas Thurman | 2009-10-27 | 1 | -4/+0 |
* | make text centring/right-justifying actually work | Thomas Thurman | 2009-10-27 | 1 | -0/+20 |
* | default to centring the text | Thomas Thurman | 2009-10-27 | 1 | -3/+5 |
* | add note re title scaling | Thomas Thurman | 2009-10-27 | 1 | -2/+10 |
* | rm meta_theme_get_frame_style | Thomas Thurman | 2009-10-27 | 4 | -54/+19 |
* | take images from directory according to theme | Thomas Thurman | 2009-10-27 | 1 | -3/+4 |
* | take theme name passed in | Thomas Thurman | 2009-10-27 | 1 | -4/+23 |
* | fix FIXME | Thomas Thurman | 2009-10-26 | 1 | -1/+1 |
* | 'justify' is a synonym for 'left' here | Thomas Thurman | 2009-10-26 | 1 | -1/+1 |
* | added FIXMEs | Thomas Thurman | 2009-10-26 | 1 | -0/+2 |
* | include margins in width calculation | Thomas Thurman | 2009-10-26 | 1 | -2/+7 |
* | attempt to make it honour margins correctly | Thomas Thurman | 2009-10-25 | 1 | -8/+17 |
* | store margin sizes separately | Thomas Thurman | 2009-10-25 | 1 | -9/+51 |
* | right-hand buttons in the correct order | Thomas Thurman | 2009-10-23 | 1 | -4/+7 |
* | title shrinks as buttons are added | Thomas Thurman | 2009-10-23 | 1 | -2/+13 |
* | rm fixme | Thomas Thurman | 2009-10-23 | 1 | -2/+0 |
* | max/min button widths | Thomas Thurman | 2009-10-23 | 1 | -1/+8 |
* | calc aspect ratio of buttons | Thomas Thurman | 2009-10-23 | 1 | -5/+38 |
* | split out button height calc (stub) | Thomas Thurman | 2009-10-23 | 1 | -1/+14 |
* | fixme | Thomas Thurman | 2009-10-23 | 1 | -0/+2 |
* | forgot to destroy a style | Thomas Thurman | 2009-10-23 | 1 | -0/+2 |
* | move draw_rectangle inline, and there was much rejoicing | Thomas Thurman | 2009-10-23 | 1 | -28/+11 |
* | do not attempt to do size calculation while painting rectangles; do not handl... | Thomas Thurman | 2009-10-23 | 1 | -73/+1 |
* | don't draw rectangles with no size | Thomas Thurman | 2009-10-23 | 1 | -1/+1 |
* | remove old width calc from draw_rectangle | Thomas Thurman | 2009-10-23 | 1 | -12/+2 |
* | move title drawing out of draw_rectangle to its caller | Thomas Thurman | 2009-10-23 | 1 | -82/+11 |
* | comments and a prototype | Thomas Thurman | 2009-10-23 | 1 | -0/+15 |
* | rm old code | Thomas Thurman | 2009-10-23 | 1 | -105/+0 |
* | rm debug printing which slows it down to be unusable | Thomas Thurman | 2009-10-23 | 1 | -1/+2 |
* | first attempt to do the drawing according to the results of the geom calc | Thomas Thurman | 2009-10-23 | 1 | -5/+52 |