summaryrefslogtreecommitdiff
path: root/include/pango.h
AgeCommit message (Collapse)AuthorLines
2018-05-13Fix crash when using pango markup fontHeghedus Razvan-0/+11
The characters & < > ' " needs to be escaped when using pango markup Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
2018-03-29Start port of swaybar to layer shellDrew DeVault-0/+16
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.