Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.h | Michael Natterer | 2011-10-23 | 1 | -1/+0 |
| | | | | and remove gtkmainprivate.h completely. | ||||
* | Added internal GdkRGBA support for GtkTextTag::paragraph-background-rgba | Tristan Van Berkom | 2011-05-06 | 1 | -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 Berkom | 2011-05-06 | 1 | -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 file | Benjamin Otte | 2011-01-11 | 1 | -0/+348 |