| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
gcc was unhappy again.
|
|
|
|
|
| |
This fixes a regression in the test from the revert in
commit 4fe051bb4a017d2840f2b0f4299512971f17a837.
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=711826
|
| |
|
|
|
|
|
| |
Added the remaining implementation bits for rendering paragraph backgrounds
with rgba values and updated the test case.
|
|
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.
|