Age | Commit message (Expand) | Author |
2021-10-08 | swaybar: fix cairo_font_options leak | Nathan Schulte |
2021-09-20 | swaybar: properly draw blocks with transparent black border | Nathan Schulte |
2021-09-15 | swaybar: properly draw urgent block right border | Nathan Schulte |
2021-09-13 | Rename pango_printf to render_text | Simon Ser |
2021-09-12 | Simplify swaybar/swaynag scaling code | Caduser2020 |
2021-07-26 | swaybar: log Wayland display errors | Simon Ser |
2021-07-26 | swaybar: exit cleanly when disconnected from IPC | Simon Ser |
2021-05-10 | cairo: Replace <cairo/cairo.h> by <cairo.h> | Issam E. Maghni |
2021-03-22 | swaybar: fail gracefully on tokener creation fail | Tudor Brindus |
2021-03-21 | swaybar: use INT_MAX max JSON depth when parsing IPC response | Tudor Brindus |
2021-03-20 | swaybar: Use position from wl_pointer.enter | Kenny Levinsen |
2021-03-17 | swaybar: silence missing IconThemePath message | Pi-Yueh Chuang |
2021-03-07 | swaybar: use text subpixel antialias only where it would look good | Fenveireth |
2021-02-04 | Make command line option lists const | Manuel Stoeckl |
2021-02-04 | Make Wayland request listeners static const when possible | Manuel Stoeckl |
2021-01-16 | Changed fprintf(stdout,...) to printf(...) for more readable code | SpizzyCoder |
2021-01-11 | Fix #5940 | Mukundan314 |
2021-01-08 | man: update maintainer | Simon Ser |
2020-12-09 | build: introduce sd-bus-provider option | Simon Ser |
2020-10-12 | swaybar: don't expand separator_block_width if separator is false | Ludvig Michaelsson |
2020-10-11 | Add support for workspace_min_width bar option. | Tarmack |
2020-08-04 | Document required '\n' in swaybar-protocol | Hubert Hirtz |
2020-07-22 | swaybar: allow status line cleanup to proceed when hidden | Charmander |
2020-06-12 | swaybar: ensure correct init order for status_line | Luke Drummond |
2020-05-20 | swaybar: add NULL check when listing workspaces | Milkey Mouse |
2020-04-30 | Fix typo in swaybar-protocol.7.scd | James Mills |
2020-04-28 | swaybar: Fix scrolling with precise trackpads | Martin Dørum |
2020-04-20 | interpret "subpixel none" as CAIRO_ANTIALIAS_GRAY | Ian Huang |
2020-03-30 | tray: track SNI callbacks | Ian Fan |
2020-03-30 | tray: tidy code | Ian Fan |
2020-03-30 | tray: allow themes to inherit from multiple themes | Ian Fan |
2020-03-30 | tray: better errors when parsing index.theme | Ian Fan |
2020-03-30 | swaybar: fix memory leaks | Ian Fan |
2020-02-27 | Only destroy swaybar surface via ipc when needed | Bill Doyle |
2020-02-10 | swaybar: fix i3bar relative coordinates when scaling is used | Hristo Venev |
2020-02-10 | Do not truncate pointer coordinates to int. | Hristo Venev |
2020-02-10 | Avoid calling strcmp on nullptr | Till Hofmann |
2020-01-05 | swaybar: Fix input device removal | Andri Yngvason |
2019-12-28 | Fix typo in swaybar-protocol.7.scd | Whemoon Jang |
2019-12-28 | parse_color: return success + drop fallback color | Brian Ashworth |
2019-11-23 | Amend typos | Jason |
2019-10-23 | swaybar: fix typo in the loop over pixmaps | Konstantin Pospelov |
2019-10-21 | swaybar: do not retry search for tray icons | Konstantin Pospelov |
2019-09-20 | swaybar: make status block text render in the same way as others | xdavidwu |
2019-09-04 | swaybar: complete barconfig_update event handling | Brian Ashworth |
2019-09-04 | Add icon_theme_path to find_icon() search if set | Ben Brown |
2019-08-12 | Fix memory leaks | Antonin Décimo |
2019-08-02 | Remove unused variable | Antonin Décimo |
2019-06-28 | swaybar-protocol.7: fix block border descriptions | Brian Ashworth |
2019-06-05 | check for empty string before calling strtoul() and check errno | Daniel Eklöf |