diff options
author | Keith Packard <keithp@keithp.com> | 2004-10-27 06:07:35 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2004-10-27 06:07:35 +0000 |
commit | 4e67aeb9a6aaf0852ab9b6aba46c21cb483cdf54 (patch) | |
tree | 6427b01e01f84eff7f846aa5f7d087d3b4b25f9f /ChangeLog | |
parent | 1b19cddc722e1a4e1d2a7f8d4a8565ee1551d6a9 (diff) |
Move bevel routine to twin_widget for sharing
Change order of timeout vs work, making work come last as that's where
redisplay occurs.
Oops. Argument order wrong in twin_pixmap_damage call
Make button italic to test
Change names of formals to match prototype
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,6 +1,26 @@ 2004-10-26 Keith Packard <keithp@keithp.com> * twin_button.c: (_twin_button_paint): + * twin_widget.c: (_twin_widget_bevel): + * twinint.h: + Move bevel routine to twin_widget for sharing + + * twin_dispatch.c: (twin_dispatch): + Change order of timeout vs work, making work come last as + that's where redisplay occurs. + + * twin_draw.c: (twin_fill): + Oops. Argument order wrong in twin_pixmap_damage call + + * twin_hello.c: (twin_hello_start): + Make button italic to test + + * twin_pixmap.c: (twin_pixmap_damage): + Change names of formals to match prototype + +2004-10-26 Keith Packard <keithp@keithp.com> + + * twin_button.c: (_twin_button_paint): Paint polygons instead of stroked lines for button edges * twin_font.c: (_twin_text_compute_info): |