| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-09-08 | Align titles to baseline | Ryan Dwyer | -5/+5 | |
| 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-08-20 | Fix bad-free in swaynag | Brian Ashworth | -8/+11 | |
| 2018-08-10 | swaynag: destroy old cursor theme when updated | Ian Fan | -0/+3 | |
| 2018-08-05 | Fix compiler errors. | Geoff Greer | -0/+1 | |
| - Some platforms don't expose kill() unless _POSIX_C_SOURCE is defined. - fork(), execl(), and setsid() need unistd.h on some platforms. Basically, this fixes some platform-specific build errors. | ||||
| 2018-08-03 | Add missing stdlib.h includes to swaynag | Marien Zwart | -0/+2 | |
| 2018-08-01 | swaynag: don't drop \n for first line | Brian Ashworth | -8/+4 | |
| 2018-08-01 | swaynag: add blank lines after headings in scdocs | Brian Ashworth | -0/+6 | |
| 2018-08-01 | swaynag: swaybar like default colors | Brian Ashworth | -4/+9 | |
| 2018-08-01 | swaynag: address some more of sircmpwn's comments | Brian Ashworth | -25/+36 | |
| Fixes segfauls for any case where swaynag->outputs was not inititalized including -h/--help, -v/--version, and invalid arguments. Sets sane defaults for colors not given. Any color not given will fallback to the default color values for type error. Adds support for a hidpi cursor | ||||
| 2018-08-01 | swaynag: fix hidpi | Brian Ashworth | -61/+88 | |
| 2018-08-01 | swaynag: allow more config options | Brian Ashworth | -123/+362 | |
| 2018-08-01 | swaynag: add math to meson.build | Brian Ashworth | -0/+1 | |
| 2018-08-01 | swaynag: fix output selection | Brian Ashworth | -1/+2 | |
| 2018-08-01 | swaynag: refactor {sway_,}nagbar to swaynag | Brian Ashworth | -363/+366 | |
| 2018-08-01 | swaynag: split config into own file and fix optind | Brian Ashworth | -289/+301 | |
| 2018-08-01 | Disable pango markup for extended message | Drew DeVault | -2/+2 | |
| 2018-08-01 | Set output to NULL if not specified | Drew DeVault | -16/+3 | |
| This opens nagbar on the active output. | ||||
| 2018-08-01 | swaynag: implement config file support | Brian Ashworth | -122/+470 | |
| 2018-08-01 | Address first round review for swaynag | Brian Ashworth | -0/+1038 | |
