summaryrefslogtreecommitdiff
path: root/gtk/gtktextattributes.c
Commit message (Collapse)AuthorAgeFilesLines
* gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.hMichael Natterer2011-10-231-1/+0
| | | | and remove gtkmainprivate.h completely.
* Added internal GdkRGBA support for GtkTextTag::paragraph-background-rgbaTristan Van Berkom2011-05-061-0/+8
| | | | | Added the remaining implementation bits for rendering paragraph backgrounds with rgba values and updated the test case.
* Added GdkRGBA properties to GtkTextTag.Tristan Van Berkom2011-05-061-20/+78
| | | | | | | | | | | | This now allows text view to render text with alpha values in the text foreground and backgrounds, the work is almost complete, currently the error-underline-color is still a GdkColor style property and since we use only GdkRGBA for rendering it needs to be converted and applied, probably a new rgba version of the style property should also be introduced. This commit adds tests/testtextview that must be run from the tests/ directory to show translucent text in action.
* textview: Move text attributes code into its own .c fileBenjamin Otte2011-01-111-0/+348