aboutsummaryrefslogtreecommitdiff
path: root/swaybar
AgeCommit message (Expand)AuthorFilesLines
2019-03-11stringop.c: remove unused functionsIan Fan1-9/+38
2019-02-28tray: fix pixmap colorsIan Fan1-1/+7
2019-02-24swaybar: add overlay mode (fix #1620)Milkey Mouse1-2/+14
2019-02-23swaybar: cycle workspaces on touch dragDrew DeVault1-37/+56
2019-02-23swaybar: process hotspots on touch tapDrew DeVault1-15/+124
2019-02-16tray: fix memory leaksIan Fan2-3/+7
2019-02-16tray: when a service is lost, remove all matching itemsIan Fan1-13/+14
2019-02-15tray: use correct parameter to set bus slot to floatingIan Fan1-3/+3
2019-02-15swaybar: prevent signal handler from firing during terminationIan Fan2-12/+8
2019-02-03Merge pull request #3551 from c-edw/RevertDoubleFrees1.0-rc1Drew DeVault2-3/+0
2019-02-01Fix #3445: swaybar tray inerited thems not processedStefan Schick1-1/+1
2019-02-01Revert "More frees."Connor E1-2/+0
2019-02-01Revert "Add some missing frees."Connor E1-1/+0
2019-01-31Rebase #1636 against current masterv44r2-1/+8
2019-01-23Make json-c include respect pkg-config --cflagsJan Beich3-3/+3
2019-01-23Merge pull request #3500 from progandy/validate_pixmapsDrew DeVault1-7/+18
2019-01-23Fix tray icon updatesLukas Lihotzki1-0/+3
2019-01-23swaybar: fix crash with some tray icon pixmapsprogandy1-7/+18
2019-01-22swaybar: fix command malloc in workspace commandBrian Ashworth1-1/+1
2019-01-22swaybar: fix workspace commandIan Fan1-4/+21
2019-01-22Fix dead stores found by scan-buildM Stoeckl1-1/+1
2019-01-22util.c: remove numlen functionIan Fan1-5/+6
2019-01-21Removed unused wlroots dependency for sway(bg|bar|msg|nag)M Stoeckl1-2/+1
2019-01-21swaybar: fix setting floating watcher slotsIan Fan1-2/+2
2019-01-21Replace wlr_log with sway_logM Stoeckl13-91/+88
2019-01-19Fix memory leaks in swaybarM Stoeckl1-1/+8
2019-01-18meson: remove rpath optionsemersion1-1/+0
2019-01-17Use Meson feature optionsemersion1-2/+2
2019-01-16Fixes for small existing bugs.Connor E1-1/+1
2019-01-16Remove usage of VLAs.Connor E1-1/+2
2019-01-16bar_cmd_tray_bind: Use mouse button helpersBrian Ashworth5-36/+61
2019-01-13Merge pull request #3344 from RedSoxFan/bar-mouse-bindings-improvedDrew DeVault4-38/+50
2019-01-13Merge pull request #3397 from RedSoxFan/fix-swaybar-heightDrew DeVault1-7/+13
2019-01-13Merge pull request #3408 from RedSoxFan/bar-paddingDrew DeVault3-9/+21
2019-01-13swaybar: allow identifiers for output and trayBrian Ashworth2-8/+30
2019-01-11swaybar: add status_edge_padding commandBrian Ashworth3-4/+10
2019-01-11swaybar: add status_padding commandBrian Ashworth3-6/+12
2019-01-10bar_cmd_bind: utilize mouse button helpersBrian Ashworth4-38/+50
2019-01-09swaybar: obey height if givenBrian Ashworth1-7/+13
2019-01-09swaybar: fix rendering of border and backgroundBrian Ashworth1-41/+45
2019-01-09Simplify evdev includes on FreeBSD by relying on up-to-date packageJan Beich1-4/+0
2019-01-08swaybar: improve tray loggingIan Fan3-31/+32
2019-01-08swaybar: handle SNI signals betterIan Fan1-33/+61
2019-01-08swaybar: free the right item during tray destructionIan Fan2-3/+3
2019-01-01Remove readline.cIan Fan1-1/+0
2018-12-31swaybar: use KDE's SNI IconThemePath propertyIan Fan1-0/+5
2018-12-31swaybar: handle new and lost StatusNotifierWatcherIan Fan2-1/+60
2018-12-31swaybar: draw a sad face if SNI has no iconIan Fan1-9/+25
2018-12-31swaybar: do not create tray if hiddenIan Fan2-1/+4
2018-12-31swaybar: set bar dirty on SNI eventIan Fan3-1/+16