Improve the drawing of progress in entries, using fg/bg[SELECTED]. Add a

* gtk/gtkentry.c: Improve the drawing of progress in entries,
        using fg/bg[SELECTED]. Add a progress-border style property.
        Draw progress behind icons too.
        * gtk/gtkrc.c: Add defaults for fg/bg[SELECTED] in entries.
        Patch by Benjamin Berg.



svn path=/trunk/; revision=22445
This commit is contained in:
Matthias Clasen
2009-03-02 18:22:56 +00:00
parent 316e97b6eb
commit a1ec034734
3 changed files with 266 additions and 93 deletions

View File

@ -1,3 +1,13 @@
2009-03-02 Matthias Clasen <mclasen@redhat.com>
Bug 546285 Allow GtkEntry to draw progress
* gtk/gtkentry.c: Improve the drawing of progress in entries,
using fg/bg[SELECTED]. Add a progress-border style property.
Draw progress behind icons too.
* gtk/gtkrc.c: Add defaults for fg/bg[SELECTED] in entries.
Patch by Benjamin Berg.
2009-03-02 Matthias Clasen <mclasen@redhat.com>
Bug 573688 Don't steal update region in gtk_text_view_paint()