aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-html-editor-page-dialog.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace GtkStyle usages with GtkStyleContextMilan Crha2014-07-071-25/+4
| | | | | | | | | | | | | | This makes evolution depend on theme-defined named colors, namely: theme_bg_color theme_base_color theme_fg_color theme_text_color theme_selected_bg_color theme_selected_fg_color theme_unfocused_selected_bg_color theme_unfocused_selected_fg_color If it's not defined, then a fallback color is used, in the worse case one of the fallbacks defined in evolution itself.
* EHTMLEditor - When setting the body background image set it as its base64 ↵Tomas Popela2014-06-181-2/+6
| | | | data instead of uri
* Bug 540362: [webkit-composer] Use webkit for composerTomas Popela2014-06-091-0/+513
Merge wip/webkit-composer branch into master.