sway/swaybar
Ryan Dwyer 9215ca0f01 Align titles to baseline
This does the following:

* Adds a baseline argument to get_text_size (the baseline is the
distance from the top of the texture to the baseline).
* Stores the baseline in the container when calculating the title
height.
* Takes the baseline into account when calculating the config's max font
height.
* When rendering, pads the textures according to the baseline so they
line up.
2018-09-08 16:25:07 +10:00
..
bar.c swaybar: Fix scroll handling on workspace buttons 2018-07-19 21:15:01 +02:00
config.c Fix a bunch of swaybar memory leaks 2018-04-24 22:28:55 +01:00
event_loop.c Change remove_event logic 2018-04-21 14:38:34 +12:00
i3bar.c swaybar: Fix scroll handling on workspace buttons 2018-07-19 21:15:01 +02:00
ipc.c Change _XOPEN_SOURCE defines to _POSIX_C_SOURCE 2018-09-03 09:08:49 +02:00
main.c Update for swaywm/wlroots#1126 2018-07-09 22:54:30 +01:00
meson.build Revert "Install swaybar and swaybg under /usr/lib/sway" 2018-05-06 00:20:57 +01:00
render.c Align titles to baseline 2018-09-08 16:25:07 +10:00
status_line.c Update for swaywm/wlroots#1126 2018-07-09 22:54:30 +01:00