| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
These were pointed out by asan.
|
|
|
|
|
| |
pango_layout_get_attributes() is explicitly nullable but not every
caller handles that case.
|
| |
|
|
|
|
|
|
|
|
|
| |
Add a text attribute that allows to suppress
insertion of hyphens at intra-word line breaks.
This is useful for non-paragraph-like contexts,
where line breaks are needed, but hyphens are not
expected.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Share the attribute printing code between
all the tests, update expected output to match.
|
|
|
|
|
|
| |
Typically the tests don't care about the case of the characters, but
g_printf("%s", 0x0) returns "(null)" if glibc is being used and "(NULL)" if
gnulib's drop-in replacement are used. Fixes #356
|
|
|
|
|
| |
The copy of print_attribute() in markup-parse.c handles more attributes, so add
those here too.
|
|
|
|
|
|
|
| |
Don't include unistd.h on Windows, and include io.h if necessary,
as Windows compilers may not ship with it.
https://bugzilla.gnome.org/show_bug.cgi?id=783274
|
| |
|
|
These will be reused later.
|