Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Cosmetics | Matthias Clasen | 2021-08-20 | 2 | -58/+17 | |
|/ | ||||||
* | Merge branch 'matthiasc/for-main' into 'main' | Matthias Clasen | 2021-08-20 | 1 | -1/+1 | |
|\ | ||||||
| * | Fix up header inclusions | Matthias Clasen | 2021-08-20 | 1 | -1/+1 | |
|/ | ||||||
* | Merge branch 'code-reorg' into 'main' | Matthias Clasen | 2021-08-20 | 24 | -2745/+2911 | |
|\ | ||||||
| * | Some code reorgcode-reorg | Matthias Clasen | 2021-08-20 | 1 | -506/+531 | |
| * | Cosmetics: Reorganize pango-attributes.h | Matthias Clasen | 2021-08-20 | 1 | -220/+214 | |
| * | Include pango-language.h | Matthias Clasen | 2021-08-20 | 1 | -0/+1 | |
| * | Cosmetics: Reindent pango-language.h | Matthias Clasen | 2021-08-20 | 2 | -20/+22 | |
| * | Cosmetics: Reindent pango-break.h | Matthias Clasen | 2021-08-20 | 1 | -28/+23 | |
| * | Cosmetics: Move a function around | Matthias Clasen | 2021-08-20 | 4 | -111/+108 | |
| * | Cosmetics: Reindent pango-glyph.h | Matthias Clasen | 2021-08-20 | 1 | -62/+65 | |
| * | Cosmetics: Move a function around | Matthias Clasen | 2021-08-20 | 3 | -7/+10 | |
| * | Some more code reorg | Matthias Clasen | 2021-08-20 | 3 | -507/+496 | |
| * | Some code reorg | Matthias Clasen | 2021-08-20 | 7 | -1151/+1244 | |
| * | Cosmetics: Reindent pango-item.h | Matthias Clasen | 2021-08-20 | 1 | -23/+24 | |
| * | Cosmetics: Reindent pango-context.h | Matthias Clasen | 2021-08-20 | 1 | -49/+41 | |
| * | Cosmetics: Clean up pango-context.h | Matthias Clasen | 2021-08-20 | 4 | -18/+20 | |
| * | Cosmetics: Split off pango-color.h | Matthias Clasen | 2021-08-20 | 4 | -46/+78 | |
| * | Cosmetics: Split off pango-markup.h | Matthias Clasen | 2021-08-20 | 5 | -19/+56 | |
|/ | ||||||
* | Merge branch 'block-cursor-fixes' into 'main' | Matthias Clasen | 2021-08-20 | 3 | -143/+320 | |
|\ | ||||||
| * | layout: Fix some wrapped line start positionsblock-cursor-fixes | Matthias Clasen | 2021-08-20 | 1 | -1/+2 | |
| * | layout: Fix some end-of-line position | Matthias Clasen | 2021-08-20 | 1 | -7/+8 | |
| * | Fix pango_layout_index_to_pos results | Matthias Clasen | 2021-08-20 | 1 | -6/+9 | |
| * | Add a layout extents check | Matthias Clasen | 2021-08-20 | 1 | -0/+72 | |
| * | pango-view: Change annotation handling | Matthias Clasen | 2021-08-19 | 1 | -129/+229 | |
|/ | ||||||
* | Merge branch 'log-attr-language' into 'main' | Matthias Clasen | 2021-08-19 | 1 | -0/+1 | |
|\ | ||||||
| * | Use the language we are givenlog-attr-language | Matthias Clasen | 2021-08-19 | 1 | -0/+1 | |
|/ | ||||||
* | Merge branch 'document-tabs' into 'main' | Matthias Clasen | 2021-08-19 | 1 | -1/+12 | |
|\ | ||||||
| * | Document incompatibility of tabs and justificationdocument-tabs | Matthias Clasen | 2021-08-19 | 1 | -1/+12 | |
|/ | ||||||
* | Merge branch 'glyph-string-const-char' into 'main' | Matthias Clasen | 2021-08-17 | 2 | -24/+24 | |
|\ | ||||||
| * | Add a few missing constglyph-string-const-char | Matthias Clasen | 2021-08-17 | 2 | -24/+24 | |
* | | Merge branch 'fix-gravity-error' into 'main' | Matthias Clasen | 2021-08-17 | 2 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Correct an error messagefix-gravity-error | Matthias Clasen | 2021-08-17 | 2 | -2/+2 | |
* | | Merge branch 'fribidi-api' into 'main' | Matthias Clasen | 2021-08-17 | 1 | -22/+0 | |
|\ \ | |/ |/| | ||||||
| * | bidi: Cleanup FriBiDi API usage | Khaled Hosny | 2021-08-17 | 1 | -22/+0 | |
|/ | ||||||
* | Merge branch 'add-multani-gravity' into 'main' | Matthias Clasen | 2021-08-17 | 1 | -0/+1 | |
|\ | ||||||
| * | gravity: Add missing Multani scriptadd-multani-gravity | Matthias Clasen | 2021-08-17 | 1 | -0/+1 | |
|/ | ||||||
* | Merge branch 'fribidi-version' into 'main' | Matthias Clasen | 2021-08-17 | 1 | -1/+1 | |
|\ | ||||||
| * | build: Raise required fribidi version | Matt Turner | 2021-08-12 | 1 | -1/+1 | |
|/ | ||||||
* | Merge branch 'fix-issue-592' into 'main' | Matthias Clasen | 2021-08-11 | 1 | -1/+1 | |
|\ | ||||||
| * | Add check for a NULL font in PangoAnalysis structure | Luca Bacci | 2021-08-11 | 1 | -1/+1 | |
|/ | ||||||
* | Merge branch 'more-tests' into 'main' | Matthias Clasen | 2021-08-10 | 2 | -20/+55 | |
|\ | ||||||
| * | Add a test for pango_layout_index_to_xmore-tests | Matthias Clasen | 2021-08-10 | 1 | -2/+51 | |
| * | Remove some check from test-layout | Matthias Clasen | 2021-08-10 | 1 | -18/+4 | |
* | | Merge branch 'justify-last-line' into 'main' | Matthias Clasen | 2021-08-10 | 4 | -5/+68 | |
|\ \ | ||||||
| * | | Add an option to pango-viewjustify-last-line | Matthias Clasen | 2021-08-10 | 1 | -2/+6 | |
| * | | Add pango_justify_last_line | Matthias Clasen | 2021-08-10 | 3 | -3/+62 | |
* | | | Merge branch 'matthiasc/for-main' into 'main' | Matthias Clasen | 2021-08-10 | 1 | -0/+1 | |
|\ \ \ | |/ / | | / | |/ |/| | ||||||
| * | Add some forgotten documentation | Matthias Clasen | 2021-08-10 | 1 | -0/+1 | |
|/ | ||||||
* | Merge branch 'cursor-move-fixes' into 'main' | Matthias Clasen | 2021-08-09 | 2 | -20/+86 | |
|\ |