Age | Commit message (Expand) | Author |
2019-01-19 | Fix memory leaks in swaybar | M Stoeckl |
2019-01-18 | meson: remove rpath options | emersion |
2019-01-17 | Use Meson feature options | emersion |
2019-01-16 | Fixes for small existing bugs. | Connor E |
2019-01-16 | Remove usage of VLAs. | Connor E |
2019-01-16 | bar_cmd_tray_bind: Use mouse button helpers | Brian Ashworth |
2019-01-13 | Merge pull request #3344 from RedSoxFan/bar-mouse-bindings-improved | Drew DeVault |
2019-01-13 | Merge pull request #3397 from RedSoxFan/fix-swaybar-height | Drew DeVault |
2019-01-13 | Merge pull request #3408 from RedSoxFan/bar-padding | Drew DeVault |
2019-01-13 | swaybar: allow identifiers for output and tray | Brian Ashworth |
2019-01-11 | swaybar: add status_edge_padding command | Brian Ashworth |
2019-01-11 | swaybar: add status_padding command | Brian Ashworth |
2019-01-10 | bar_cmd_bind: utilize mouse button helpers | Brian Ashworth |
2019-01-09 | swaybar: obey height if given | Brian Ashworth |
2019-01-09 | swaybar: fix rendering of border and background | Brian Ashworth |
2019-01-09 | Simplify evdev includes on FreeBSD by relying on up-to-date package | Jan Beich |
2019-01-08 | swaybar: improve tray logging | Ian Fan |
2019-01-08 | swaybar: handle SNI signals better | Ian Fan |
2019-01-08 | swaybar: free the right item during tray destruction | Ian Fan |
2019-01-01 | Remove readline.c | Ian Fan |
2018-12-31 | swaybar: use KDE's SNI IconThemePath property | Ian Fan |
2018-12-31 | swaybar: handle new and lost StatusNotifierWatcher | Ian Fan |
2018-12-31 | swaybar: draw a sad face if SNI has no icon | Ian Fan |
2018-12-31 | swaybar: do not create tray if hidden | Ian Fan |
2018-12-31 | swaybar: set bar dirty on SNI event | Ian Fan |
2018-12-31 | swaybar: implement mouse events for tray | Ian Fan |
2018-12-31 | swaybar: implement tray rendering | Ian Fan |
2018-12-31 | swaybar: implement tray config | Ian Fan |
2018-12-31 | swaybar: add StatusNotifierItem to tray | Ian Fan |
2018-12-31 | swaybar: add StatusNotifierHost to tray | Ian Fan |
2018-12-31 | swaybar: implement icon themes and lookup for tray | Ian Fan |
2018-12-31 | swaybar: add StatusNotifierWatcher to tray | Ian Fan |
2018-12-31 | swaybar: add skeleton dbus code to tray | Ian Fan |
2018-12-31 | swaybar: add tray interface | Ian Fan |
2018-12-31 | swaybar: fix double free | Mack Straight |
2018-12-15 | swaybar: fix cursor scale | Brian Ashworth |
2018-12-12 | swaybar: fix sep block width for mixed scales | Brian Ashworth |
2018-12-12 | swaybar: handle block->urgent | Brian Ashworth |
2018-12-04 | Add relative coordinates in JSON for i3bar click events | Hristo Venev |
2018-11-28 | Implement bar gaps | Brian Ashworth |
2018-11-25 | Replace _XOPEN_SOURCE with _POSIX_C_SOURCE | emersion |
2018-11-19 | Merge pull request #3083 from c-edw/feature/StripWorkspaceName | emersion |
2018-11-17 | Implement strip_workspace_name. | Connor E |
2018-11-13 | More frees. | Connor E |
2018-11-13 | Add some missing frees. | Connor E |
2018-10-25 | swaybar: when scrolling, check that there are workspaces to scroll on | Ian Fan |
2018-10-25 | swaybar: fix scrolling behaviour | Ian Fan |
2018-10-25 | swaybar: reverse order of workspaces list | Ian Fan |
2018-10-24 | Merge pull request #2925 from ianyfan/swaylock | Drew DeVault |
2018-10-23 | swaybar: absorb bar_init function into bar_setup | Ian Fan |