summaryrefslogtreecommitdiff
path: root/tests/test-itemize.c
Commit message (Expand)AuthorAgeFilesLines
* Undo excessive search/replaceMatthias Clasen2022-07-041-1/+1
* Move the code from pango/ to pango2/Matthias Clasen2022-07-041-3/+3
* Convert to the pango2 prefixMatthias Clasen2022-07-041-65/+65
* Avoid gio in Pango headersMatthias Clasen2022-07-041-0/+1
* Document attribute binding helpersMatthias Clasen2022-07-041-0/+1
* Drop more PangoItem apiMatthias Clasen2022-07-041-0/+50
* Improve test font setup codeMatthias Clasen2022-06-221-0/+2
* context: Reshuffle convenience apiMatthias Clasen2022-06-221-1/+1
* Clean up gtypes a bitMatthias Clasen2022-06-221-10/+10
* Add default fontmap APIMatthias Clasen2022-06-221-2/+2
* Redo attributesMatthias Clasen2022-06-221-1/+1
* Drop shape attributesMatthias Clasen2022-06-221-1/+0
* test-itemize: Leave out faceidMatthias Clasen2022-06-221-0/+2
* Rename pango_itemize_with_base_dirMatthias Clasen2022-06-221-1/+1
* Drop cached_iter argumentMatthias Clasen2022-06-221-1/+1
* Stop using pango_itemizeMatthias Clasen2022-06-221-1/+3
* Reduce use of redundant apisMatthias Clasen2022-06-221-6/+6
* Drop PangoItem hackeryMatthias Clasen2022-06-221-4/+1
* Implement font-dependent scalingMatthias Clasen2021-08-311-0/+1
* Implement baseline shiftsMatthias Clasen2021-08-311-0/+1
* test-itemize: Keep in sync with PangoLayoutMatthias Clasen2021-08-291-3/+4
* test-itemize: Print more informationMatthias Clasen2021-08-281-1/+17
* test-itemize: Improve generationMatthias Clasen2021-08-281-3/+3
* tests: Silence compiler warningsMatthias Clasen2021-08-221-1/+1
* tests: Make test-itemize work betterMatthias Clasen2021-08-221-3/+3
* Try harder to skip tests on MacOsMatthias Clasen2021-07-211-0/+24
* tests: Locale handling fixesMatthias Clasen2021-07-211-2/+4
* Fix leaks found by asanSzunti2021-01-161-0/+1
* Revert "testsuite: Don't use g_test_skip"Simon McVittie2021-01-031-3/+0
* tests: Fix memory leaksMatthias Clasen2020-09-121-1/+1
* testsuite: Don't use g_test_skipMatthias Clasen2020-07-301-0/+3
* tests: Update the locale useEmmanuele Bassi2020-06-081-3/+3
* tests: Ensure we respect the TAP output formatEmmanuele Bassi2020-06-081-3/+12
* Skip test-itemize when the en_US locale is missingEmmanuele Bassi2020-06-081-4/+13
* tests: Use the appropriate GTest APIEmmanuele Bassi2020-04-141-14/+6
* test-itemize: Match PangoLayoutMatthias Clasen2019-07-241-1/+59
* Fix more compiler warningsMatthias Clasen2019-07-181-1/+1
* Some test updatesMatthias Clasen2019-07-141-100/+2
* test-itemize: Introspect attribute namesMatthias Clasen2019-07-141-61/+28
* test-itemize: Print out attributes tooMatthias Clasen2019-07-111-2/+119
* Add an itemize testMatthias Clasen2019-07-091-0/+269