| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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-24 | numlen(0) == 1 | Mikkel Oscar Lyderik | -1/+1 | |
| 2016-01-24 | use log10 in numlen | Mikkel Oscar Lyderik | -7/+7 | |
| 2016-01-23 | Merge pull request #457 from mikkeloscar/move-view-fix | Drew DeVault | -3/+1 | |
| Fix rendering of view when moving to new workspace | ||||
| 2016-01-23 | Add new wlc thing to views | Drew DeVault | -0/+1 | |
| 2016-01-23 | Revert "s/numlen/log10/g" | Drew DeVault | -5/+18 | |
| This reverts commit 038bb8cc7c4dee77f8ee4ba3ac1ffc47409b2370. | ||||
| 2016-01-23 | s/numlen/log10/g | Drew DeVault | -18/+5 | |
| 2016-01-23 | Merge pull request #466 from christophgysin/swaybar_usage | Drew DeVault | -2/+17 | |
| swaybar: add usage | ||||
| 2016-01-23 | swaybar: add --help option | Christoph Gysin | -1/+16 | |
| 2016-01-23 | Merge pull request #464 from christophgysin/swaylock | Drew DeVault | -2/+61 | |
| swaylock: option parsing | ||||
| 2016-01-23 | Merge pull request #465 from sardemff7/master | Drew DeVault | -4/+7 | |
| Some fixes in commands/assign | ||||
| 2016-01-23 | swaybar: debug option takes no argument | Christoph Gysin | -1/+1 | |
| 2016-01-23 | commands: Fix memory allocation in assign | Quentin Glidic | -3/+3 | |
| Also use the safer snprintf since we just computed the size. Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net> | ||||
| 2016-01-23 | commands: Fix usage of arrow in assign | Quentin Glidic | -1/+4 | |
| Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net> | ||||
| 2016-01-23 | travis: remove wlc dep: xcb-util-wm | Mikkel Oscar Lyderik | -1/+0 | |
| 2016-01-23 | swaylock: add i3lock compatible options | Christoph Gysin | -6/+27 | |
| 2016-01-23 | travis: don't build wlc, depend on wlc-git instead | Mikkel Oscar Lyderik | -25/+3 | |
| 2016-01-23 | swaylock: add option parsing | Christoph Gysin | -2/+40 | |
| 2016-01-23 | Merge pull request #463 from christophgysin/typo | Drew DeVault | -1/+1 | |
| sway-input: fix typo | ||||
| 2016-01-23 | Add xcb-util-wm to PKGBUILD | Drew DeVault | -0/+1 | |
| 2016-01-23 | sway-input: fix typo | Christoph Gysin | -1/+1 | |
| 2016-01-22 | manpage: fix sway-input layout | Mikkel Oscar Lyderik | -9/+9 | |
| 2016-01-22 | manpage: add references sway.5 <-> sway-input.5 | Mikkel Oscar Lyderik | -0/+10 | |
| 2016-01-22 | Fix generating sway-input.5 manpage | Mikkel Oscar Lyderik | -3/+4 | |
| 2016-01-22 | Merge pull request #461 from SethBarberee/swaygrab-zsh | Drew DeVault | -15/+10 | |
| restructured to include single dash options | ||||
| 2016-01-22 | restructured to include single dash options | Seth Barberee | -15/+10 | |
| 2016-01-22 | cmake: fix libinput include dirs | Mikkel Oscar Lyderik | -2/+1 | |
| 2016-01-22 | Merge pull request #459 from crondog/sigpipe | Mikkel Oscar Lyderik | -0/+3 | |
| Prevent ipc from crashing sway | ||||
| 2016-01-22 | Prevent ipc from crashing sway | crondog | -0/+3 | |
| 2016-01-21 | Fix rendering of view when moving to new workspace | Mikkel Oscar Lyderik | -3/+1 | |
| This is a possible fix for #384. To be honest I don't fully understand why this bug is happening, but I have narrowed it down to the view stack in wlc and how sway orders views in very specific situations (those described in #384). Anyway this should fix the problem by eliminating the call to `wlc_view_bring_to_front` which isn't really needed anyway since sending all invisible views to the back is the same as bringing all visible views to the front (rotating the view stack). | ||||
| 2016-01-21 | Only update visibility if WS isn't destroyed after | Mikkel Oscar Lyderik | -2/+3 | |
| No need to update visibility if the workspace will be destroyed right after. | ||||
| 2016-01-21 | Merge pull request #456 from gpyh/fix-config-dir | Drew DeVault | -2/+6 | |
| Fix issue #455 | ||||
| 2016-01-21 | Fix issue #455 | Yacine Hmito | -2/+6 | |
| CMAKE_INSTALL_FULL_SYSCONFIG is not actually passed to the C preprocessor. I remember it working, so I must have messed up somewhere last time I touched this. This is fixed by manually passing its value to the C preprocessor through the SYSCONFDIR definition | ||||
| 2016-01-21 | Fix memory leak in config.c | Drew DeVault | -0/+1 | |
| Thanks @jollywho | ||||
| 2016-01-21 | Strip stray whitespace | Mikkel Oscar Lyderik | -1/+1 | |
| 2016-01-19 | Merge pull request #440 from SethBarberee/zsh-completions | Drew DeVault | -1/+90 | |
| Basic Zsh auto-completion for --options | ||||
| 2016-01-19 | Merge pull request #448 from colemickens/libinput | Drew DeVault | -3/+727 | |
| libinput configuration | ||||
| 2016-01-19 | libinput | Cole Mickens | -3/+727 | |
| 2016-01-17 | added basic zsh shell completion for sway, swaybg, and swaygrab | Seth Barberee | -1/+90 | |
| 2016-01-17 | Add ffmpeg/imagemagick to depenency list | Drew DeVault | -0/+2 | |
| 2016-01-17 | Copy filename from argv | Mikkel Oscar Lyderik | -1/+1 | |
| Fix #449 | ||||
| 2016-01-15 | Merge pull request #445 from crondog/assign | Drew DeVault | -0/+43 | |
| cmd_assign | ||||
| 2016-01-15 | cmd_assign | crondog | -0/+43 | |
| This implements cmd_assign. Basically a copy and paste from cmd_for_window however it has → handling and injects a `move container to workspace` | ||||
| 2016-01-11 | Strip quotes from workspace name v2 | Mikkel Oscar Lyderik | -6/+2 | |
| This is a more general fix for #444 This reverts part of commit 222f0d44fcda494dca4d5278493a3082068743de. | ||||
| 2016-01-11 | Strip quotes of each argv when handling command | Mikkel Oscar Lyderik | -2/+5 | |
| 2016-01-11 | Strip quotes from workspace name. | Mikkel Oscar Lyderik | -2/+7 | |
| Fix #444 This is a temporary fix, the real fix is to store the commands as a formatted argv array, so they don't have to be reformatted all over the place. | ||||
| 2016-01-09 | Merge pull request #443 from mikkeloscar/binding-event-input_code | Drew DeVault | -9/+28 | |
| Add bindcode to binding events. | ||||
| 2016-01-09 | Add backwards compatability for binding event | Mikkel Oscar Lyderik | -1/+12 | |
