| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-04-15 | Set _POSIX_C_SOURCE properly | Scott Anderson | -1/+1 | |
| 2018-04-10 | Fix separator height calculation | Drew DeVault | -3/+3 | |
| Fixes #1796 Also rearranged this code to more closely mirror the similar code above so future discrepancies are easier to spot. | ||||
| 2018-04-10 | Merge pull request #1792 from RyanDwyer/fix-swaybar-status-blocks | emersion | -7/+7 | |
| Fix swaybar not showing all status blocks | ||||
| 2018-04-11 | Check height in surface local coordinates and rename some variables. | Ryan Dwyer | -3/+4 | |
| 2018-04-10 | fix swaybar ipc handling | db | -2/+2 | |
| Swap return with break in IPC_EVENT_WORKSPACE case to free resp. Change default return value to true. This causes IPC_EVENT_MODE changes to be rendered instantly. | ||||
| 2018-04-10 | Fix swaybar not showing all status blocks. | Ryan Dwyer | -7/+6 | |
| 2018-04-10 | Fix swaybar output config. | Ryan Dwyer | -28/+42 | |
| 2018-04-09 | Fix some more bugs | Drew DeVault | -3/+4 | |
| 2018-04-09 | Fix buffer issues in swaybar status line. | Ryan Dwyer | -0/+3 | |
| 2018-04-08 | Fix swaybar HiDPI rounding issue | emersion | -18/+21 | |
| 2018-04-08 | Fixup for #1773 | Drew DeVault | -2/+1 | |
| 2018-04-08 | Use full ws->name in swaybar hotspot callback | db | -1/+2 | |
| If strip_workspace_numbers option is enabled, we must preserve the right workspace name for hotspot. | ||||
| 2018-04-06 | Fix workspaces not updated on swaybar | Drew DeVault | -1/+1 | |
| 2018-04-05 | Handle output removal on swaybar | Drew DeVault | -7/+39 | |
| 2018-04-03 | Address review feedback | Drew DeVault | -13/+12 | |
| 2018-04-03 | Adjust height calculation, naming | Drew DeVault | -24/+24 | |
| 2018-04-03 | Don't use asserts with side-effects | Drew DeVault | -9/+11 | |
| 2018-04-03 | Add hidpi support to swaybar | Drew DeVault | -69/+172 | |
| 2018-04-03 | Fix #1709 | Drew DeVault | -2/+9 | |
| 2018-04-02 | Render blocks the correct order | Drew DeVault | -1/+1 | |
| 2018-04-02 | Fix use-after-free with block hotspots | Drew DeVault | -5/+4 | |
| 2018-04-02 | Send click events for i3bar blocks | Drew DeVault | -12/+52 | |
| 2018-04-02 | Render i3bar blocks | Drew DeVault | -30/+310 | |
| 2018-04-02 | Demarcate i3bar JSON into individual updates | Drew DeVault | -9/+142 | |
| 2018-03-30 | Implement workspace switch on click | Drew DeVault | -17/+56 | |
| 2018-03-30 | Implement scroll wheel workspace switching | Drew DeVault | -4/+48 | |
| 2018-03-30 | Initialize seat pointer in swaybar | Drew DeVault | -2/+107 | |
| 2018-03-30 | Fix issues with swaybar on DRM | Drew DeVault | -2/+4 | |
| 2018-03-29 | Early return from render functions if necessary | Drew DeVault | -3/+3 | |
| 2018-03-29 | Use render_all_frames from bar_setup | Drew DeVault | -10/+8 | |
| 2018-03-29 | Fix layer_surface_closed | Drew DeVault | -1/+1 | |
| 2018-03-29 | Do some small cleanup | Drew DeVault | -0/+1 | |
| - 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 | ||||
| 2018-03-29 | Fixed laggy focused output boolean | Drew DeVault | -4/+3 | |
| 2018-03-29 | Tear down bar when display exits | Drew DeVault | -2/+2 | |
| 2018-03-29 | Clean up status line on exit | Drew DeVault | -2/+9 | |
| 2018-03-29 | Implement status line | Drew DeVault | -4/+158 | |
| Does not yet support i3bar json protocol | ||||
| 2018-03-29 | Iterate over workspaces backwards | Drew DeVault | -1/+1 | |
| 2018-03-29 | Respect user bar height preference | Drew DeVault | -0/+3 | |
| This is an i3-gaps feature we support | ||||
| 2018-03-29 | Pixel-perfect rendering | Drew DeVault | -37/+74 | |
| 2018-03-29 | Add binding mode indicator | Drew DeVault | -23/+55 | |
| 2018-03-29 | Re-render bar on IPC updates | Drew DeVault | -3/+51 | |
| 2018-03-29 | Implement workspace button rendering | Drew DeVault | -4/+88 | |
| 2018-03-29 | Round up workspaces on each output | Drew DeVault | -3/+69 | |
| 2018-03-29 | Only utilize the configured outputs | Drew DeVault | -12/+57 | |
| 2018-03-29 | Wire up basic IPC support | Drew DeVault | -13/+212 | |
| 2018-03-29 | Start port of swaybar to layer shell | Drew DeVault | -3648/+202 | |
| 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. | ||||
| 2017-12-01 | remove the rest of cmake | Tony Crisci | -51/+0 | |
| 2017-10-28 | Removed trailing comma from swaybar click event json | Joona Romppanen | -1/+1 | |
| 2017-10-15 | Fix include path to input-event-codes.h for FreeBSD. | Johannes Lundberg | -0/+4 | |
| 2017-10-14 | Fix build on FreeBSD adjusting/removing _XOPEN_SOURCE declaration. | Johannes Lundberg | -1/+1 | |
