| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Update affected test outputs.
|
|
|
|
|
|
|
|
| |
Use the new baseline-shift and font-scale attributes
to reimplement <sup> and <sub>.
Now they take font metrics into account and nest
properly.
|
| |
|
|
|
|
|
|
| |
Update affected tests
Fixes: #598
|
|
|
|
|
|
|
| |
Accept values like 200%, in addition to other
ways of specifying sizes in markup.
Fixes: #23
|
| |
|
|
|
|
|
|
|
|
| |
Accept values like 12.5pt, in addition to
the other ways of specifying font size in
markup.
Fixes: #67
|
|
|
|
|
|
|
|
|
|
| |
pango_attr_iterator_get_attributes only returns
the innermost attribute of each kind. That is correct
for attributes that supersede each other, but not for
font descriptions, which get merged. So, keep all
font attributes in the returned list.
Update affected tests.
|
|
|
|
| |
Cover many more error cases.
|
|
|
|
|
| |
Add tests that test some of the corner cases handled
in the previous commit.
|
|
|
|
|
| |
This is in preparation for adding some tests that
will check accel handling.
|
| |
|
|
|
|
|
| |
Share the attribute printing code between
all the tests, update expected output to match.
|
| |
|
|
|
|
|
|
| |
Add a quick test for iterating through attribute lists
that piggy-backs on the markup tests - we already have
attribute lists and a place for expected results here.
|
| |
|
| |
|
| |
|
|
This test is modeled after the GMarkup parser tests in GLib.
Test file with a name ending in .markup can be dumped in
tests/markups/, and tests/markup-parse can be used to generate
the expected output files which should be in the same location
and with the extension .markup replaced by .expected.
The test is also used as an installed test.
|