aboutsummaryrefslogtreecommitdiff
path: root/swaybar
AgeCommit message (Expand)AuthorFilesLines
2017-03-10UnGNUify the codebaseDrew DeVault5-1/+7
2016-12-15Handle malloc failure in ipc_recv_responseDrew DeVault1-0/+3
2016-11-02add bar colours for focused_(workspace|statusline|separator)D.B2-5/+42
2016-10-20config: set pango_markup default to falseMykyta Holubakha1-1/+1
2016-10-12Use CAIRO_OPERATOR_SOURCE for swaybarDrew DeVault1-0/+2
2016-10-07parse pango markup in workspace names (and bugfix)D.B1-2/+2
2016-09-29Correctly scale swaybarD.B1-6/+6
2016-09-17Fix swaybar when running on named outputs.Ryan Dwyer1-1/+1
2016-09-12swaybar sends workspace name in quotesD.B1-2/+2
2016-09-05Fix constant scale factor in font codeDrew DeVault1-11/+21
2016-09-05Add client support for HiDPIDrew DeVault2-12/+18
2016-09-05Initial testing on hidpi clientsDrew DeVault1-1/+1
2016-09-01Reorganize includesDrew DeVault6-16/+14
2016-07-30implement solid color rendering for swaybgZandr Martin2-13/+1
2016-07-18Fix a warningHummer120071-1/+1
2016-07-17Implement configurable wrapping on bar ws scrollDrew DeVault3-1/+38
2016-07-16Fix #753Drew DeVault1-2/+6
2016-07-15Change workspace when mouse wheel is scrolled while hovering over the barDavid Eklov1-1/+9
2016-07-15Rename pointer_input::notify to indicate that is called on button clicksDavid Eklov1-1/+1
2016-07-14Send command to sway to change workspace when workspace button is clickedDavid Eklov1-1/+6
2016-07-14Compute what workspace button is clickedDavid Eklov2-1/+32
2016-07-14Extract workspace size computation from render_workspace_button()David Eklov1-15/+19
2016-07-14Setup to receive mouse click events and log themDavid Eklov1-0/+7
2016-07-04swaybar: Make swaybar a shell surfaceDavid Eklov1-0/+2
2016-04-29Fix another -Wunused-resultDrew DeVault1-1/+4
2016-04-28Fix missing include pathsTomáš Čech1-1/+2
2016-04-24Renamed to pango_markupMykyta Holubakha3-5/+5
2016-04-24Fix line length calculationMykyta Holubakha1-1/+1
2016-04-24Added plaintext_markup to swaybar IPCMykyta Holubakha1-0/+6
2016-04-24Added plaintext markup configurationMykyta Holubakha2-1/+2
2016-04-24Merge pull request #598 from Hummer12007/pango_fixDrew DeVault1-5/+5
2016-04-24Use i3bar format for markup field.Mikkel Oscar Lyderik1-1/+5
2016-04-24Passing missing argument to get_text_sizeMykyta Holubakha1-5/+5
2016-04-17Flesh out pango markup implementationDrew DeVault2-7/+13
2016-03-31Stop swaybar crashing without argscrondog1-3/+11
2016-03-30Handle swaybar using sway fontMikkel Oscar Lyderik1-1/+3
2016-03-30Make client/pango.h not depend on client/window.hMikkel Oscar Lyderik1-11/+11
2016-02-27Poll before wl_display_dispatchMikkel Oscar Lyderik1-15/+31
2016-02-27Differentiate between all or no outputsMikkel Oscar Lyderik2-1/+5
2016-02-27Make single bar handle multiple outputsMikkel Oscar Lyderik4-64/+145
2016-02-26Correctly exit sway on errors.Mikkel Oscar Lyderik1-2/+2
2016-01-25extract cairo_set_source_u32()Christoph Gysin2-8/+7
2016-01-25swaybar: Fix plaintext handling.Mikkel Oscar Lyderik1-1/+1
2016-01-25Fix colors off by oneMikkel Oscar Lyderik1-4/+4
2016-01-24swaybar: move headers to include/barMikkel Oscar Lyderik11-222/+14
2016-01-24swaybar: cleanup CmakeLists.txtMikkel Oscar Lyderik1-1/+0
2016-01-24swaybar: rename state to barMikkel Oscar Lyderik13-273/+274
2016-01-24swaybar: move core functionality to state.cMikkel Oscar Lyderik3-119/+124
2016-01-24swaybar: Move swaybar_teardown to free_stateMikkel Oscar Lyderik6-49/+87
2016-01-24swaybar: move ipc stuff to ipc.{h,c}Mikkel Oscar Lyderik11-301/+359