Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add pango_justify_last_line | Matthias Clasen | 2021-08-10 | 3 | -3/+62 |
* | Add some forgotten documentation | Matthias Clasen | 2021-08-10 | 1 | -0/+1 |
* | Fix more corner cases around line ends | Matthias Clasen | 2021-08-09 | 1 | -4/+18 |
* | Fix corner cases around line ends | Matthias Clasen | 2021-08-09 | 1 | -12/+16 |
* | Merge branch 'win32-fixes' into 'main' | Matthias Clasen | 2021-08-09 | 3 | -4/+32 |
|\ | |||||
| * | pangowin32-fontmap.c: Look harder for the matching font | Chun-wei Fan | 2021-08-09 | 1 | -3/+19 |
| * | pango/shape.c: Use the former rounding code as needed | Chun-wei Fan | 2021-08-09 | 1 | -0/+12 |
| * | pango-markup.c: Fix build | Chun-wei Fan | 2021-08-09 | 1 | -1/+1 |
* | | docs: Add an example for split cursors | Matthias Clasen | 2021-08-09 | 1 | -1/+15 |
* | | docs: Cosmetics | Matthias Clasen | 2021-08-08 | 1 | -3/+2 |
* | | docs: Add one more dark mode image | Matthias Clasen | 2021-08-08 | 1 | -1/+4 |
|/ | |||||
* | Merge branch 'line-height-attribute' into 'main' | Matthias Clasen | 2021-08-09 | 4 | -15/+198 |
|\ | |||||
| * | Fix up logical rectangle reporting | Matthias Clasen | 2021-08-08 | 1 | -24/+76 |
| * | layout: Handle line-height attributes | Matthias Clasen | 2021-08-08 | 1 | -1/+30 |
| * | Add line-height attributes | Matthias Clasen | 2021-08-08 | 4 | -0/+102 |
* | | Merge branch 'matthiasc/for-main' into 'main' | Matthias Clasen | 2021-08-09 | 2 | -3/+5 |
|\ \ | |/ |/| | |||||
| * | Specify deprecation details | Matthias Clasen | 2021-08-08 | 2 | -2/+2 |
| * | docs: Cosmetic change | Matthias Clasen | 2021-08-08 | 1 | -1/+3 |
* | | gravity: Correct the documentation | Matthias Clasen | 2021-08-08 | 1 | -2/+2 |
* | | docs: More details | Matthias Clasen | 2021-08-08 | 1 | -4/+4 |
* | | docs: Add more details | Matthias Clasen | 2021-08-08 | 1 | -0/+10 |
|/ | |||||
* | docs: More details | Matthias Clasen | 2021-08-08 | 1 | -0/+3 |
* | docs: Some clarifications | Matthias Clasen | 2021-08-08 | 2 | -4/+9 |
* | Merge branch 'bidi-revenge' into 'main' | Matthias Clasen | 2021-08-08 | 1 | -187/+140 |
|\ | |||||
| * | Tweak the docsbidi-revenge | Matthias Clasen | 2021-08-08 | 1 | -7/+6 |
| * | Reimplement pango_layout_move_cursor_visually | Matthias Clasen | 2021-08-08 | 1 | -171/+107 |
| * | Try to improve pango_layout_get_cursor_pos | Matthias Clasen | 2021-08-08 | 1 | -9/+27 |
* | | markup: Allow specifying size as percentagemarkup-sizes | Matthias Clasen | 2021-08-08 | 1 | -1/+26 |
* | | markup: Allow pt for rise too | Matthias Clasen | 2021-08-08 | 1 | -2/+11 |
* | | markup: Allow specifying size in pt | Matthias Clasen | 2021-08-08 | 1 | -20/+36 |
|/ | |||||
* | Revert a non-longer needed change | Matthias Clasen | 2021-08-04 | 1 | -8/+0 |
* | itemize: Ignore width in horizontal contextignore-width-in-horizontal2 | Matthias Clasen | 2021-08-03 | 1 | -0/+3 |
* | itemize: Fix up gravity state initializationgravity-fix | Matthias Clasen | 2021-08-02 | 1 | -4/+5 |
* | gravity: Remove redundant code | Matthias Clasen | 2021-08-02 | 1 | -11/+7 |
* | attributes: Add helper api for introspectionintrospection-fixes | Matthias Clasen | 2021-08-01 | 2 | -0/+273 |
* | layout: Add some api for introspection | Matthias Clasen | 2021-08-01 | 2 | -0/+74 |
* | Clean up rounding codeprivate-vfuncs | Matthias Clasen | 2021-07-31 | 4 | -54/+93 |
* | Add pango_font_get_languages | Matthias Clasen | 2021-07-31 | 5 | -4/+69 |
* | Add version macros for 1.50 | Matthias Clasen | 2021-07-31 | 1 | -0/+24 |
* | Cosmetics | Matthias Clasen | 2021-07-31 | 1 | -1/+1 |
* | Correctly handle font attributesbetter-ellipsize | Matthias Clasen | 2021-07-22 | 1 | -9/+10 |
* | Merge branch 'approximated-sizes' into 'main' | Matthias Clasen | 2021-07-21 | 3 | -9/+25 |
|\ | |||||
| * | font-desc: Use local volatile double values to store sizes | Marco Trevisan (TreviƱo) | 2021-07-21 | 3 | -9/+25 |
* | | Use GMutex for the thai_brk | Peng Wu | 2021-07-21 | 1 | -5/+9 |
|/ | |||||
* | itemize: Improve handling of spacesspace-itemization | Matthias Clasen | 2021-07-10 | 1 | -15/+71 |
* | Drop an unused function | Matthias Clasen | 2021-07-10 | 1 | -6/+0 |
* | Quiet a compiler warning | Matthias Clasen | 2021-07-10 | 1 | -4/+6 |
* | language: Silence compiler warnings | Matthias Clasen | 2021-07-10 | 1 | -9/+11 |
* | Remove an obsolete version check | Matthias Clasen | 2021-07-10 | 1 | -3/+0 |
* | Remove an erroneous early exit | Matthias Clasen | 2021-07-09 | 1 | -9/+6 |