summaryrefslogtreecommitdiff
path: root/tests/testtextview.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: SanitizeBenjamin Otte2014-08-151-2/+2
| | | | gcc was unhappy again.
* Update testtextview.c to use draw_layerAlexander Larsson2014-07-281-4/+35
| | | | | This fixes a regression in the test from the revert in commit 4fe051bb4a017d2840f2b0f4299512971f17a837.
* testtextview: Add test for gtk_text_view_add_child_in_windowAlexander Larsson2014-01-101-7/+31
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=711826
* Adding more traditional checkered background to testtextview.Tristan Van Berkom2011-05-061-10/+38
|
* Added internal GdkRGBA support for GtkTextTag::paragraph-background-rgbaTristan Van Berkom2011-05-061-38/+41
| | | | | 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-0/+151
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.