| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-07-30 | implement solid color rendering for swaybg | Zandr Martin | -13/+1 | |
| 2016-07-18 | Fix a warning | Hummer12007 | -1/+1 | |
| 2016-07-17 | Implement configurable wrapping on bar ws scroll | Drew DeVault | -1/+38 | |
| 2016-07-16 | Fix #753 | Drew DeVault | -2/+6 | |
| 2016-07-15 | Change workspace when mouse wheel is scrolled while hovering over the bar | David Eklov | -1/+9 | |
| 2016-07-15 | Rename pointer_input::notify to indicate that is called on button clicks | David Eklov | -1/+1 | |
| 2016-07-14 | Send command to sway to change workspace when workspace button is clicked | David Eklov | -1/+6 | |
| 2016-07-14 | Compute what workspace button is clicked | David Eklov | -1/+32 | |
| This commit does not do anything with this information other than logging it. | ||||
| 2016-07-14 | Extract workspace size computation from render_workspace_button() | David Eklov | -15/+19 | |
| Also remove some unnecessary strtup()s and rename a few variables and functions. | ||||
| 2016-07-14 | Setup to receive mouse click events and log them | David Eklov | -0/+7 | |
| 2016-07-04 | swaybar: Make swaybar a shell surface | David Eklov | -0/+2 | |
| 2016-04-29 | Fix another -Wunused-result | Drew DeVault | -1/+4 | |
| 2016-04-28 | Fix missing include paths | Tomáš Čech | -1/+2 | |
| When headers were installed in more sofisticated places (but package config knows it right), it revealed missing paths in CMake configuration. Lets fix it. | ||||
| 2016-04-24 | Renamed to pango_markup | Mykyta Holubakha | -5/+5 | |
| 2016-04-24 | Fix line length calculation | Mykyta Holubakha | -1/+1 | |
| 2016-04-24 | Added plaintext_markup to swaybar IPC | Mykyta Holubakha | -0/+6 | |
| 2016-04-24 | Added plaintext markup configuration | Mykyta Holubakha | -1/+2 | |
| 2016-04-24 | Merge pull request #598 from Hummer12007/pango_fix | Drew DeVault | -5/+5 | |
| Passing missing argument to get_text_size | ||||
| 2016-04-24 | Use i3bar format for markup field. | Mikkel Oscar Lyderik | -1/+5 | |
| In the i3bar protocol the value of the markup field is a string: "pango" or "none" rather than a bool. This patch makes swaybar compatible with that. http://i3wm.org/docs/i3bar-protocol.html | ||||
| 2016-04-24 | Passing missing argument to get_text_size | Mykyta Holubakha | -5/+5 | |
| 2016-04-17 | Flesh out pango markup implementation | Drew DeVault | -7/+13 | |
| 2016-03-31 | Stop swaybar crashing without args | crondog | -3/+11 | |
| 2016-03-30 | Handle swaybar using sway font | Mikkel Oscar Lyderik | -1/+3 | |
| 2016-03-30 | Make client/pango.h not depend on client/window.h | Mikkel Oscar Lyderik | -11/+11 | |
| 2016-02-27 | Poll before wl_display_dispatch | Mikkel Oscar Lyderik | -15/+31 | |
| 2016-02-27 | Differentiate between all or no outputs | Mikkel Oscar Lyderik | -1/+5 | |
| 2016-02-27 | Make single bar handle multiple outputs | Mikkel Oscar Lyderik | -64/+145 | |
| 2016-02-26 | Correctly exit sway on errors. | Mikkel Oscar Lyderik | -2/+2 | |
| Calling `exit` in sway_terminate prevents sway from correctly shutting down (freeing data, cleanly terminating the ipc server, etc.). A better way is to exit straight away if the failure occurs before `wlc_run` and use sway_abort as usual if it occur when wlc is running. | ||||
| 2016-01-25 | extract cairo_set_source_u32() | Christoph Gysin | -8/+7 | |
| 2016-01-25 | swaybar: Fix plaintext handling. | Mikkel Oscar Lyderik | -1/+1 | |
| Fix #473 | ||||
| 2016-01-25 | Fix colors off by one | Mikkel Oscar Lyderik | -4/+4 | |
| 2016-01-24 | swaybar: move headers to include/bar | Mikkel Oscar Lyderik | -222/+14 | |
| 2016-01-24 | swaybar: cleanup CmakeLists.txt | Mikkel Oscar Lyderik | -1/+0 | |
| 2016-01-24 | swaybar: rename state to bar | Mikkel Oscar Lyderik | -273/+274 | |
| 2016-01-24 | swaybar: move core functionality to state.c | Mikkel Oscar Lyderik | -119/+124 | |
| 2016-01-24 | swaybar: Move swaybar_teardown to free_state | Mikkel Oscar Lyderik | -49/+87 | |
| 2016-01-24 | swaybar: move ipc stuff to ipc.{h,c} | Mikkel Oscar Lyderik | -301/+359 | |
| 2016-01-24 | swaybar: feactor render, statusline | Mikkel Oscar Lyderik | -840/+968 | |
| 2016-01-24 | swaybar: Separate config | Mikkel Oscar Lyderik | -171/+257 | |
| 2016-01-23 | swaybar: add --help option | Christoph Gysin | -1/+16 | |
| 2016-01-23 | swaybar: debug option takes no argument | Christoph Gysin | -1/+1 | |
| 2016-01-05 | Fix whitespace issues. | Mikkel Oscar Lyderik | -1/+1 | |
| 2016-01-04 | swaybar: fix logging | crondog | -3/+13 | |
| Optionally turn on debugging in swaybar. I acidentally introduced persistent logging in a previous commit | ||||
| 2016-01-03 | swaybar: Implement workspace_buttons yes|no | Mikkel Oscar Lyderik | -6/+14 | |
| 2016-01-03 | swaybar: Implement binding_mode_indicator | Mikkel Oscar Lyderik | -7/+76 | |
| 2016-01-03 | Merge pull request #427 from mikkeloscar/ipc-update | Drew DeVault | -11/+10 | |
| Refactor IPC server/client | ||||
| 2016-01-03 | Add type to returned response. | Mikkel Oscar Lyderik | -3/+2 | |
| Makes `ipc_recv_response` return a struct with size, type and payload rather than just the payload string. This is useful if the type has to be checked on the client. | ||||
| 2016-01-03 | swaybar: rename ipc_listen_sock.. to ipc_event_sock.. | Mikkel Oscar Lyderik | -9/+9 | |
| 2016-01-03 | Only strip when starting with a num | Mikkel Oscar Lyderik | -1/+1 | |
| This makes sure the `:` isn't striped if you have a workspace named: `:something`. | ||||
| 2016-01-03 | swaybar: Implement strip_workspace_numbers | Mikkel Oscar Lyderik | -4/+38 | |
