summaryrefslogtreecommitdiffstats
path: root/common/pango.c
Commit message (Collapse)AuthorAge
* Update for swaywm/wlroots#1126Libravatar emersion2018-07-09
|
* Change scale from int32_t to double for pangoLibravatar Brian Ashworth2018-05-16
|
* Fix pango markupLibravatar emersion2018-05-13
| | | | | | | The condition checking if the markup is valid was inverted. This commit also adds better error handling: if the markup cannot be parsed, it fallbacks to plain text.
* Fix crash when using pango markup fontLibravatar Heghedus Razvan2018-05-13
| | | | | | The characters & < > ' " needs to be escaped when using pango markup Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
* Fix use-after-free with block hotspotsLibravatar Drew DeVault2018-04-02
|
* Use statically allocated text bufferLibravatar Drew DeVault2018-03-29
|
* Start port of swaybar to layer shellLibravatar Drew DeVault2018-03-29
This starts up the event loop and wayland display and shims out the basic top level rendering concepts. Also includes some changes to incorporate pango into the 1.x codebase properly.