summaryrefslogtreecommitdiff
path: root/swaybar
AgeCommit message (Expand)AuthorLines
2021-03-22swaybar: fail gracefully on tokener creation failTudor Brindus-1/+10
2021-03-21swaybar: use INT_MAX max JSON depth when parsing IPC responseTudor Brindus-3/+8
2021-03-20swaybar: Use position from wl_pointer.enterKenny Levinsen-0/+2
2021-03-17swaybar: silence missing IconThemePath messagePi-Yueh Chuang-2/+7
2021-03-07swaybar: use text subpixel antialias only where it would look goodFenveireth-35/+97
2021-02-04Make command line option lists constManuel Stoeckl-1/+1
2021-02-04Make Wayland request listeners static const when possibleManuel Stoeckl-4/+4
2021-01-16Changed fprintf(stdout,...) to printf(...) for more readable codeSpizzyCoder-1/+1
2021-01-11Fix #5940Mukundan314-1/+3
2021-01-08man: update maintainerSimon Ser-6/+0
2020-12-09build: introduce sd-bus-provider optionSimon Ser-5/+1
2020-10-12swaybar: don't expand separator_block_width if separator is falseLudvig Michaelsson-1/+1
2020-10-11Add support for workspace_min_width bar option.Tarmack-3/+24
2020-08-04Document required '\n' in swaybar-protocolHubert Hirtz-4/+4
2020-07-22swaybar: allow status line cleanup to proceed when hiddenCharmander-0/+1
2020-06-12swaybar: ensure correct init order for status_lineLuke Drummond-4/+8
2020-05-20swaybar: add NULL check when listing workspacesMilkey Mouse-1/+1
2020-04-30Fix typo in swaybar-protocol.7.scdJames Mills-2/+2
2020-04-28swaybar: Fix scrolling with precise trackpadsMartin Dørum-12/+80
2020-04-20interpret "subpixel none" as CAIRO_ANTIALIAS_GRAYIan Huang-2/+7
2020-03-30tray: track SNI callbacksIan Fan-28/+37
2020-03-30tray: tidy codeIan Fan-20/+10
2020-03-30tray: allow themes to inherit from multiple themesIan Fan-4/+9
2020-03-30tray: better errors when parsing index.themeIan Fan-60/+90
2020-03-30swaybar: fix memory leaksIan Fan-1/+4
2020-02-27Only destroy swaybar surface via ipc when neededBill Doyle-1/+3
2020-02-10swaybar: fix i3bar relative coordinates when scaling is usedHristo Venev-35/+47
2020-02-10Do not truncate pointer coordinates to int.Hristo Venev-2/+2
2020-02-10Avoid calling strcmp on nullptrTill Hofmann-1/+4
2020-01-05swaybar: Fix input device removalAndri Yngvason-8/+10
2019-12-28Fix typo in swaybar-protocol.7.scdWhemoon Jang-0/+1
2019-12-28parse_color: return success + drop fallback colorBrian Ashworth-119/+50
2019-11-23Amend typosJason-1/+1
2019-10-23swaybar: fix typo in the loop over pixmapsKonstantin Pospelov-1/+1
2019-10-21swaybar: do not retry search for tray iconsKonstantin Pospelov-52/+61
2019-09-20swaybar: make status block text render in the same way as othersxdavidwu-2/+4
2019-09-04swaybar: complete barconfig_update event handlingBrian Ashworth-172/+237
2019-09-04Add icon_theme_path to find_icon() search if setBen Brown-1/+7
2019-08-12Fix memory leaksAntonin Décimo-0/+1
2019-08-02Remove unused variableAntonin Décimo-3/+0
2019-06-28swaybar-protocol.7: fix block border descriptionsBrian Ashworth-5/+4
2019-06-05check for empty string before calling strtoul() and check errnoDaniel Eklöf-2/+3
2019-06-05swaybar/nag: use xcursor theme defined by XCURSOR_THEME/SIZEDaniel Eklöf-2/+12
2019-05-30Add swaybar protocol documentationBrian Ashworth-0/+269
2019-04-24swaybar: add multiseat supportBrian Ashworth-53/+118
2019-04-24swaybar: hide mode visibility improvementsBrian Ashworth-1/+11
2019-04-20Validate icon_struct in read_theme_fileMaxime “pep” Buquet-2/+6
2019-04-04Add margin to short_text handling.Dmitri Kourennyi-2/+2
2019-04-04Ensure predicted position for short text handling doesn't overflow.Dmitri Kourennyi-2/+3
2019-04-04Implement handling of short_text field of i3 input protocol.Dmitri Kourennyi-4/+170