aboutsummaryrefslogtreecommitdiffstats
path: root/swaybar
Commit message (Collapse)AuthorAge
* Fix workspaces not updated on swaybarLibravatar Drew DeVault2018-04-06
|
* Handle output removal on swaybarLibravatar Drew DeVault2018-04-05
|
* Address review feedbackLibravatar Drew DeVault2018-04-03
|
* Adjust height calculation, namingLibravatar Drew DeVault2018-04-03
|
* Don't use asserts with side-effectsLibravatar Drew DeVault2018-04-03
|
* Add hidpi support to swaybarLibravatar Drew DeVault2018-04-03
|
* Fix #1709Libravatar Drew DeVault2018-04-03
|
* Render blocks the correct orderLibravatar Drew DeVault2018-04-02
|
* Fix use-after-free with block hotspotsLibravatar Drew DeVault2018-04-02
|
* Send click events for i3bar blocksLibravatar Drew DeVault2018-04-02
|
* Render i3bar blocksLibravatar Drew DeVault2018-04-02
|
* Demarcate i3bar JSON into individual updatesLibravatar Drew DeVault2018-04-02
|
* Implement workspace switch on clickLibravatar Drew DeVault2018-03-30
|
* Implement scroll wheel workspace switchingLibravatar Drew DeVault2018-03-30
|
* Initialize seat pointer in swaybarLibravatar Drew DeVault2018-03-30
|
* Fix issues with swaybar on DRMLibravatar Drew DeVault2018-03-30
|
* Early return from render functions if necessaryLibravatar Drew DeVault2018-03-29
|
* Use render_all_frames from bar_setupLibravatar Drew DeVault2018-03-29
|
* Fix layer_surface_closedLibravatar Drew DeVault2018-03-29
|
* Do some small cleanupLibravatar Drew DeVault2018-03-29
| | | | | | | - Fix workspace events (security config isn't in use so it wasn't being sent) - Kill status bar process when swaybar exits - Don't rearrange windows on every layer surface commit
* Fixed laggy focused output booleanLibravatar Drew DeVault2018-03-29
|
* Tear down bar when display exitsLibravatar Drew DeVault2018-03-29
|
* Clean up status line on exitLibravatar Drew DeVault2018-03-29
|
* Implement status lineLibravatar Drew DeVault2018-03-29
| | | | Does not yet support i3bar json protocol
* Iterate over workspaces backwardsLibravatar Drew DeVault2018-03-29
|
* Respect user bar height preferenceLibravatar Drew DeVault2018-03-29
| | | | This is an i3-gaps feature we support
* Pixel-perfect renderingLibravatar Drew DeVault2018-03-29
|
* Add binding mode indicatorLibravatar Drew DeVault2018-03-29
|
* Re-render bar on IPC updatesLibravatar Drew DeVault2018-03-29
|
* Implement workspace button renderingLibravatar Drew DeVault2018-03-29
|
* Round up workspaces on each outputLibravatar Drew DeVault2018-03-29
|
* Only utilize the configured outputsLibravatar Drew DeVault2018-03-29
|
* Wire up basic IPC supportLibravatar Drew DeVault2018-03-29
|
* Start port of swaybar to layer shellLibravatar Drew DeVault2018-03-29
| | | | | | This starts up the event loop and wayland display and shims out the basic top level rendering concepts. Also includes some changes to incorporate pango into the 1.x codebase properly.
* remove the rest of cmakeLibravatar Tony Crisci2017-12-01
|
* Removed trailing comma from swaybar click event jsonLibravatar Joona Romppanen2017-10-28
|
* Fix include path to input-event-codes.h for FreeBSD.Libravatar Johannes Lundberg2017-10-15
|
* Fix build on FreeBSD adjusting/removing _XOPEN_SOURCE declaration.Libravatar Johannes Lundberg2017-10-14
|
* swaybar protocol: handle button 4 and 5Libravatar John Axel Eriksson2017-09-23
| | | | | i3 bar handles scroll events as button 4 and 5. An example use case would be volume up/down.
* styling fixesLibravatar akokshar@redhat.com2017-08-30
|
* styling fixesLibravatar akokshar@redhat.com2017-08-29
|
* style fixesLibravatar akokshar@redhat.com2017-08-29
|
* click_events as documented at https://i3wm.org/docs/i3bar-protocol.htmlLibravatar akokshar@redhat.com2017-08-29
|
* Prevent crash if DBus connection is NULLLibravatar Calvin Lee2017-08-12
| | | | Fixes #1307
* [swaybar] fix non-dbus buildLibravatar Tobias Blass2017-07-20
| | | | | Swaybar's CMakeLists.txt uses the enable-tray option directly to decide whether to build the tray. This leads to a compilation error if dbus is not installed. This patch uses the ENABLE_TRAY variable instead, which is only true if the user enabled the tray *and* dbus is available.
* Fix memory leaks in swaybar trayLibravatar Calvin Lee2017-07-16
|
* Fix name validation in sni_watcher.cLibravatar Calvin Lee2017-07-13
| | | | This commit also fixes a memory leak that occurs on failure.
* Don't trust SNI names, fixes #1274Libravatar Calvin Lee2017-07-13
| | | | | If an item doesn't have a well-formed name, it will not be added to the tray.
* Adjust _XOPEN_SOURCE value for build on FreeBSD and fix pointer comparison ↵Libravatar Johannes Lundberg2017-07-08
| | | | error.
* Revert "swaybar: Group child processes for signalling"Libravatar Drew DeVault2017-06-29
| | | | This reverts commit 8f4bc0a3741b63c64bb6059bb632e7584c595d14.