aboutsummaryrefslogtreecommitdiff
path: root/swaybar
AgeCommit message (Expand)AuthorLines
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
2019-03-30Fix a crash in swaybar when an icon dir is not readableAlex Maese-0/+3
2019-03-13swaybar: fix loading of malformed icon themeStephan Hilb-0/+4
2019-03-11Fix size_t temporary underflow in log_loaded_themesemersion-3/+3
2019-03-11stringop.c: remove unused functionsIan Fan-9/+38
2019-02-28tray: fix pixmap colorsIan Fan-1/+7
2019-02-24swaybar: add overlay mode (fix #1620)Milkey Mouse-2/+14
2019-02-23swaybar: cycle workspaces on touch dragDrew DeVault-37/+56
2019-02-23swaybar: process hotspots on touch tapDrew DeVault-15/+124
2019-02-16tray: fix memory leaksIan Fan-3/+7
2019-02-16tray: when a service is lost, remove all matching itemsIan Fan-13/+14
2019-02-15tray: use correct parameter to set bus slot to floatingIan Fan-3/+3
2019-02-15swaybar: prevent signal handler from firing during terminationIan Fan-12/+8
2019-02-03Merge pull request #3551 from c-edw/RevertDoubleFrees1.0-rc1Drew DeVault-3/+0
2019-02-01Fix #3445: swaybar tray inerited thems not processedStefan Schick-1/+1
2019-02-01Revert "More frees."Connor E-2/+0
2019-02-01Revert "Add some missing frees."Connor E-1/+0
2019-01-31Rebase #1636 against current masterv44r-1/+8
2019-01-23Make json-c include respect pkg-config --cflagsJan Beich-3/+3
2019-01-23Merge pull request #3500 from progandy/validate_pixmapsDrew DeVault-7/+18
2019-01-23Fix tray icon updatesLukas Lihotzki-0/+3
2019-01-23swaybar: fix crash with some tray icon pixmapsprogandy-7/+18
2019-01-22swaybar: fix command malloc in workspace commandBrian Ashworth-1/+1
2019-01-22swaybar: fix workspace commandIan Fan-4/+21
2019-01-22Fix dead stores found by scan-buildM Stoeckl-1/+1
2019-01-22util.c: remove numlen functionIan Fan-5/+6
2019-01-21Removed unused wlroots dependency for sway(bg|bar|msg|nag)M Stoeckl-2/+1
2019-01-21swaybar: fix setting floating watcher slotsIan Fan-2/+2
2019-01-21Replace wlr_log with sway_logM Stoeckl-91/+88
2019-01-19Fix memory leaks in swaybarM Stoeckl-1/+8
2019-01-18meson: remove rpath optionsemersion-1/+0
2019-01-17Use Meson feature optionsemersion-2/+2
2019-01-16Fixes for small existing bugs.Connor E-1/+1
2019-01-16Remove usage of VLAs.Connor E-1/+2
2019-01-16bar_cmd_tray_bind: Use mouse button helpersBrian Ashworth-36/+61