aboutsummaryrefslogtreecommitdiff
path: root/common/pango.c
AgeCommit message (Expand)Author
2023-04-14Use format_str() throughoutSimon Ser
2022-07-01Reuse parsed PangoFontDescriptionHugo Osvaldo Barrera
2022-07-01Reject font values that are invalid for pangoHugo Osvaldo Barrera
2021-09-20Avoid unecessary font metric calculationsHugo Osvaldo Barrera
2021-09-13Rename pango_printf to render_textSimon Ser
2021-08-26Use fixed titlebar heightsHugo Osvaldo Barrera
2021-05-10cairo: Replace <cairo/cairo.h> by <cairo.h>Issam E. Maghni
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-20Allocate minimum size necessary in pango text functions. (#3473)Connor Edwards
2019-01-16Use static arrays where possible.Connor E
2019-01-16Remove usage of VLAs.Connor E
2018-10-17Fix stringop-overflow warningsNiccolò Scatena
2018-10-16Truncate message, append buffer overflow message if too long.Connor E
2018-09-22Call pango_cairo_context_set_font_options().Geoff Greer
2018-09-22Use pango_layout_set_text instead of pango_layout_set_markupRyan Dwyer
2018-09-22Fix pango escaping and refactor escape_markup_textRyan Dwyer
2018-09-08Align titles to baselineRyan Dwyer
2018-07-09Update for swaywm/wlroots#1126emersion
2018-05-16Change scale from int32_t to double for pangoBrian Ashworth
2018-05-13Fix pango markupemersion
2018-05-13Fix crash when using pango markup fontHeghedus Razvan
2018-04-02Fix use-after-free with block hotspotsDrew DeVault
2018-03-29Use statically allocated text bufferDrew DeVault
2018-03-29Start port of swaybar to layer shellDrew DeVault