aboutsummaryrefslogtreecommitdiff
path: root/swaybar/bar.c
AgeCommit message (Expand)AuthorLines
2018-09-22swaybar, swaylock, & tree/container: Set cairo font options to render text an...Geoff Greer-2/+6
2018-09-20swaybar: don't wl_display_roundtrip on each frameemersion-0/+1
2018-09-20swaybar: handle hotpluggingemersion-41/+70
2018-09-17swaybar: use output names instead of output indexesemersion-29/+74
2018-07-19swaybar: Fix scroll handling on workspace buttonsminus-5/+9
2018-07-16send scroll events to swaybar blocksPeter Rice-0/+15
2018-07-16make hotspot callback take an x11 button idPeter Rice-1/+1
2018-07-09Update for swaywm/wlroots#1126emersion-1/+1
2018-04-24Fix a bunch of swaybar memory leaksemersion-10/+11
2018-04-24Work around maybe-uninitialized in bar.cAlex Xu (Hello71)-1/+3
2018-04-22Fix swaybar axis event logicScott Anderson-18/+43
2018-04-21Remove void * castsScott Anderson-6/+6
2018-04-21Remove status command event on errorScott Anderson-1/+5
2018-04-10Fix swaybar output config.Ryan Dwyer-28/+42
2018-04-05Handle output removal on swaybarDrew DeVault-4/+38
2018-04-03Address review feedbackDrew DeVault-1/+1
2018-04-03Don't use asserts with side-effectsDrew DeVault-9/+11
2018-04-03Add hidpi support to swaybarDrew DeVault-10/+63
2018-04-02Render i3bar blocksDrew DeVault-2/+2
2018-03-30Implement workspace switch on clickDrew DeVault-10/+24
2018-03-30Implement scroll wheel workspace switchingDrew DeVault-4/+40
2018-03-30Initialize seat pointer in swaybarDrew DeVault-0/+105
2018-03-29Use render_all_frames from bar_setupDrew DeVault-10/+8
2018-03-29Fix layer_surface_closedDrew DeVault-1/+1
2018-03-29Tear down bar when display exitsDrew DeVault-1/+2
2018-03-29Clean up status line on exitDrew DeVault-0/+5
2018-03-29Implement status lineDrew DeVault-4/+22
2018-03-29Re-render bar on IPC updatesDrew DeVault-1/+7
2018-03-29Round up workspaces on each outputDrew DeVault-2/+7
2018-03-29Only utilize the configured outputsDrew DeVault-12/+20
2018-03-29Wire up basic IPC supportDrew DeVault-0/+11
2018-03-29Start port of swaybar to layer shellDrew DeVault-344/+100
2017-10-15Fix include path to input-event-codes.h for FreeBSD.Johannes Lundberg-0/+4
2017-09-23swaybar protocol: handle button 4 and 5John Axel Eriksson-0/+19
2017-08-29styling fixesakokshar@redhat.com-9/+9
2017-08-29click_events as documented at https://i3wm.org/docs/i3bar-protocol.htmlakokshar@redhat.com-8/+44
2017-06-29Revert "swaybar: Group child processes for signalling"Drew DeVault-2/+1
2017-06-14Merge branch 'master' into trayDrew DeVault-1/+2
2017-06-13Remove Xembed SupportCalvin Lee-5/+0
2017-06-12swaybar: Group child processes for signallingYury Krivopalov-1/+2
2017-06-07Reorganize Tray CodeCalvin Lee-53/+7
2017-06-07Implement Tray IconsCalvin Lee-34/+101
2017-03-10UnGNUify the codebaseDrew DeVault-0/+2
2016-09-05Add client support for HiDPIDrew DeVault-3/+6
2016-09-05Initial testing on hidpi clientsDrew DeVault-1/+1
2016-09-01Reorganize includesDrew DeVault-6/+5
2016-07-18Fix a warningHummer12007-1/+1
2016-07-17Implement configurable wrapping on bar ws scrollDrew DeVault-0/+31
2016-07-16Fix #753Drew DeVault-2/+6
2016-07-15Change workspace when mouse wheel is scrolled while hovering over the barDavid Eklov-1/+9