aboutsummaryrefslogtreecommitdiff
path: root/swaybar
AgeCommit message (Expand)Author
2020-06-12swaybar: ensure correct init order for status_lineLuke Drummond
2020-05-20swaybar: add NULL check when listing workspacesMilkey Mouse
2020-04-30Fix typo in swaybar-protocol.7.scdJames Mills
2020-04-28swaybar: Fix scrolling with precise trackpadsMartin Dørum
2020-04-20interpret "subpixel none" as CAIRO_ANTIALIAS_GRAYIan Huang
2020-03-30tray: track SNI callbacksIan Fan
2020-03-30tray: tidy codeIan Fan
2020-03-30tray: allow themes to inherit from multiple themesIan Fan
2020-03-30tray: better errors when parsing index.themeIan Fan
2020-03-30swaybar: fix memory leaksIan Fan
2020-02-27Only destroy swaybar surface via ipc when neededBill Doyle
2020-02-10swaybar: fix i3bar relative coordinates when scaling is usedHristo Venev
2020-02-10Do not truncate pointer coordinates to int.Hristo Venev
2020-02-10Avoid calling strcmp on nullptrTill Hofmann
2020-01-05swaybar: Fix input device removalAndri Yngvason
2019-12-28Fix typo in swaybar-protocol.7.scdWhemoon Jang
2019-12-28parse_color: return success + drop fallback colorBrian Ashworth
2019-11-23Amend typosJason
2019-10-23swaybar: fix typo in the loop over pixmapsKonstantin Pospelov
2019-10-21swaybar: do not retry search for tray iconsKonstantin Pospelov
2019-09-20swaybar: make status block text render in the same way as othersxdavidwu
2019-09-04swaybar: complete barconfig_update event handlingBrian Ashworth
2019-09-04Add icon_theme_path to find_icon() search if setBen Brown
2019-08-12Fix memory leaksAntonin Décimo
2019-08-02Remove unused variableAntonin Décimo
2019-06-28swaybar-protocol.7: fix block border descriptionsBrian Ashworth
2019-06-05check for empty string before calling strtoul() and check errnoDaniel Eklöf
2019-06-05swaybar/nag: use xcursor theme defined by XCURSOR_THEME/SIZEDaniel Eklöf
2019-05-30Add swaybar protocol documentationBrian Ashworth
2019-04-24swaybar: add multiseat supportBrian Ashworth
2019-04-24swaybar: hide mode visibility improvementsBrian Ashworth
2019-04-20Validate icon_struct in read_theme_fileMaxime “pep” Buquet
2019-04-04Add margin to short_text handling.Dmitri Kourennyi
2019-04-04Ensure predicted position for short text handling doesn't overflow.Dmitri Kourennyi
2019-04-04Implement handling of short_text field of i3 input protocol.Dmitri Kourennyi
2019-03-30Fix a crash in swaybar when an icon dir is not readableAlex Maese
2019-03-13swaybar: fix loading of malformed icon themeStephan Hilb
2019-03-11Fix size_t temporary underflow in log_loaded_themesemersion
2019-03-11stringop.c: remove unused functionsIan Fan
2019-02-28tray: fix pixmap colorsIan Fan
2019-02-24swaybar: add overlay mode (fix #1620)Milkey Mouse
2019-02-23swaybar: cycle workspaces on touch dragDrew DeVault
2019-02-23swaybar: process hotspots on touch tapDrew DeVault
2019-02-16tray: fix memory leaksIan Fan
2019-02-16tray: when a service is lost, remove all matching itemsIan Fan
2019-02-15tray: use correct parameter to set bus slot to floatingIan Fan
2019-02-15swaybar: prevent signal handler from firing during terminationIan Fan
2019-02-03Merge pull request #3551 from c-edw/RevertDoubleFreesDrew DeVault
2019-02-01Fix #3445: swaybar tray inerited thems not processedStefan Schick
2019-02-01Revert "More frees."Connor E