aboutsummaryrefslogtreecommitdiff
path: root/wayland/pango.c
AgeCommit message (Collapse)AuthorLines
2018-03-28Remove obsolete client codeDrew DeVault-73/+0
2017-06-08include stdint to be compaitable with muslEkaterina Vaartis-0/+1
2016-11-28Fix memory leaks in swaybarDrew DeVault-3/+4
2016-10-07parse pango markup in workspace names (and bugfix)D.B-2/+4
This change allows using numeric character references in workspace names - for example æ which stands for sharp s. A fix was necessary in get_pango_layout, since markup and parsed markup had different width.
2016-09-08fix pango markup on swaybarZandr Martin-1/+2
2016-09-06Remove extraneous loggingDrew DeVault-1/+0
2016-09-05Fix constant scale factor in font codeDrew DeVault-6/+8
2016-09-05Add client support for HiDPIDrew DeVault-0/+4
This adds HiDPI support to swaybar, swaybg, and swaylock.
2016-04-17Flesh out pango markup implementationDrew DeVault-6/+12
2016-04-17Add support for pango markupDrew DeVault-1/+1
2016-03-30Make client/pango.h not depend on client/window.hMikkel Oscar Lyderik-12/+10
2015-11-29Add text rendering support to wayland clientsDrew DeVault-0/+59