summaryrefslogtreecommitdiffstats
path: root/wayland/pango.c
Commit message (Collapse)AuthorAge
* include stdint to be compaitable with muslLibravatar Ekaterina Vaartis2017-06-08
|
* Fix memory leaks in swaybarLibravatar Drew DeVault2016-11-28
|
* parse pango markup in workspace names (and bugfix)Libravatar D.B2016-10-07
| | | | | | 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.
* fix pango markup on swaybarLibravatar Zandr Martin2016-09-08
|
* Remove extraneous loggingLibravatar Drew DeVault2016-09-06
|
* Fix constant scale factor in font codeLibravatar Drew DeVault2016-09-05
|
* Add client support for HiDPILibravatar Drew DeVault2016-09-05
| | | | This adds HiDPI support to swaybar, swaybg, and swaylock.
* Flesh out pango markup implementationLibravatar Drew DeVault2016-04-17
|
* Add support for pango markupLibravatar Drew DeVault2016-04-17
|
* Make client/pango.h not depend on client/window.hLibravatar Mikkel Oscar Lyderik2016-03-30
|
* Add text rendering support to wayland clientsLibravatar Drew DeVault2015-11-29