summaryrefslogtreecommitdiff
path: root/swaybar
AgeCommit message (Expand)AuthorLines
2016-07-30implement solid color rendering for swaybgZandr Martin-13/+1
2016-07-18Fix a warningHummer12007-1/+1
2016-07-17Implement configurable wrapping on bar ws scrollDrew DeVault-1/+38
2016-07-16Fix #753Drew DeVault-2/+6
2016-07-15Change workspace when mouse wheel is scrolled while hovering over the barDavid Eklov-1/+9
2016-07-15Rename pointer_input::notify to indicate that is called on button clicksDavid Eklov-1/+1
2016-07-14Send command to sway to change workspace when workspace button is clickedDavid Eklov-1/+6
2016-07-14Compute what workspace button is clickedDavid Eklov-1/+32
2016-07-14Extract workspace size computation from render_workspace_button()David Eklov-15/+19
2016-07-14Setup to receive mouse click events and log themDavid Eklov-0/+7
2016-07-04swaybar: Make swaybar a shell surfaceDavid Eklov-0/+2
2016-04-29Fix another -Wunused-resultDrew DeVault-1/+4
2016-04-28Fix missing include pathsTomáš Čech-1/+2
2016-04-24Renamed to pango_markupMykyta Holubakha-5/+5
2016-04-24Fix line length calculationMykyta Holubakha-1/+1
2016-04-24Added plaintext_markup to swaybar IPCMykyta Holubakha-0/+6
2016-04-24Added plaintext markup configurationMykyta Holubakha-1/+2
2016-04-24Merge pull request #598 from Hummer12007/pango_fixDrew DeVault-5/+5
2016-04-24Use i3bar format for markup field.Mikkel Oscar Lyderik-1/+5
2016-04-24Passing missing argument to get_text_sizeMykyta Holubakha-5/+5
2016-04-17Flesh out pango markup implementationDrew DeVault-7/+13
2016-03-31Stop swaybar crashing without argscrondog-3/+11
2016-03-30Handle swaybar using sway fontMikkel Oscar Lyderik-1/+3
2016-03-30Make client/pango.h not depend on client/window.hMikkel Oscar Lyderik-11/+11
2016-02-27Poll before wl_display_dispatchMikkel Oscar Lyderik-15/+31
2016-02-27Differentiate between all or no outputsMikkel Oscar Lyderik-1/+5
2016-02-27Make single bar handle multiple outputsMikkel Oscar Lyderik-64/+145
2016-02-26Correctly exit sway on errors.Mikkel Oscar Lyderik-2/+2
2016-01-25extract cairo_set_source_u32()Christoph Gysin-8/+7
2016-01-25swaybar: Fix plaintext handling.Mikkel Oscar Lyderik-1/+1
2016-01-25Fix colors off by oneMikkel Oscar Lyderik-4/+4
2016-01-24swaybar: move headers to include/barMikkel Oscar Lyderik-222/+14
2016-01-24swaybar: cleanup CmakeLists.txtMikkel Oscar Lyderik-1/+0
2016-01-24swaybar: rename state to barMikkel Oscar Lyderik-273/+274
2016-01-24swaybar: move core functionality to state.cMikkel Oscar Lyderik-119/+124
2016-01-24swaybar: Move swaybar_teardown to free_stateMikkel Oscar Lyderik-49/+87
2016-01-24swaybar: move ipc stuff to ipc.{h,c}Mikkel Oscar Lyderik-301/+359
2016-01-24swaybar: feactor render, statuslineMikkel Oscar Lyderik-840/+968
2016-01-24swaybar: Separate configMikkel Oscar Lyderik-171/+257
2016-01-23swaybar: add --help optionChristoph Gysin-1/+16
2016-01-23swaybar: debug option takes no argumentChristoph Gysin-1/+1
2016-01-05Fix whitespace issues.Mikkel Oscar Lyderik-1/+1
2016-01-04swaybar: fix loggingcrondog-3/+13
2016-01-03swaybar: Implement workspace_buttons yes|noMikkel Oscar Lyderik-6/+14
2016-01-03swaybar: Implement binding_mode_indicatorMikkel Oscar Lyderik-7/+76
2016-01-03Merge pull request #427 from mikkeloscar/ipc-updateDrew DeVault-11/+10
2016-01-03Add type to returned response.Mikkel Oscar Lyderik-3/+2
2016-01-03swaybar: rename ipc_listen_sock.. to ipc_event_sock..Mikkel Oscar Lyderik-9/+9
2016-01-03Only strip when starting with a numMikkel Oscar Lyderik-1/+1
2016-01-03swaybar: Implement strip_workspace_numbersMikkel Oscar Lyderik-4/+38