GNOME Bugzilla – Bug 749823
basetextoverlay: add properties for toggling drawing text shadow and outline
Last modified: 2015-06-14 16:58:22 UTC
Currently shadow and outline drawing is hardcoded and impossible to switch off. This affects users who have to control the aesthetics of their text overlays.
Created attachment 303912 [details] [review] Add draw-shadow and draw-outline properties
Comment on attachment 303912 [details] [review] Add draw-shadow and draw-outline properties We only indent .c files, not header files. Could you please make a patch that doesn't re-indent the entire header?
Created attachment 303973 [details] [review] Removed indents from header
Created attachment 303976 [details] [review] Fixed author and header indents
Pushed with minor changes (renamed PROP_OUTLINE|SHADOW to PROP_DRAW_OUTLINE|SHADOW; added Since: 1.6 markers to properties' gtk-doc chunks), thanks for the patch: commit f5906122fbddbbad446a6c25355d8d954d4c58bb Author: Lazar Claudiu <lazar.claudiu.florin@gmail.com> Date: Wed May 27 12:20:19 2015 +0300 basetextoverlay: add "draw-shadow" and "draw-outline" properties https://bugzilla.gnome.org/show_bug.cgi?id=749823