| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-08-13 | fixes to cmd queue freeing, style | Luminarys | -4/+3 | |
| 2015-08-13 | Typo fix | Luminarys | -1/+1 | |
| 2015-08-13 | Removed some unnecessary logs | Luminarys | -3/+0 | |
| 2015-08-13 | Minor fix to memory management | Luminarys | -5/+6 | |
| 2015-08-13 | Added in command queue | Luminarys | -36/+66 | |
| 2015-08-13 | Fixes to workspace generation | Luminarys | -11/+14 | |
| 2015-08-13 | Changed workspace name generation to try and use bindsyms when possible | Luminarys | -1/+36 | |
| 2015-08-13 | Merge pull request #25 from taiyu-len/master | Drew DeVault | -0/+7 | |
| split workspace bug | ||||
| 2015-08-13 | style | Taiyu | -1/+1 | |
| 2015-08-13 | change workspace layout when trying to split it | Taiyu | -0/+3 | |
| 2015-08-13 | split workspace bug | Taiyu | -0/+4 | |
| 2015-08-13 | Merge pull request #23 from taiyu-len/master | Drew DeVault | -121/+155 | |
| moving things around + statics + forking + exec cleanup + fixed cmd_focus return + keep exec programs out of logs | ||||
| 2015-08-13 | small change | Taiyu | -11/+11 | |
| 2015-08-13 | style, spelling | Taiyu | -16/+16 | |
| 2015-08-13 | moved signal handling to main | Taiyu | -13/+12 | |
| 2015-08-13 | moved fd modifying stuff to log.c | Taiyu | -23/+20 | |
| 2015-08-12 | Merge branch 'master' of https://github.com/SirCmpwn/sway | Taiyu | -0/+0 | |
| keeping up with origin | ||||
| 2015-08-12 | no more output from programs called with exec, fixed focus return values | Taiyu | -7/+24 | |
| 2015-08-12 | better error handling | Taiyu | -31/+53 | |
| 2015-08-12 | safer forking, reduce duplicate code, cleanup zombie processes | Taiyu | -30/+44 | |
| 2015-08-12 | moving stuff around | Taiyu | -53/+38 | |
| 2015-08-12 | This space intentionally left blank | Drew DeVault | -0/+0 | |
| 2015-08-11 | Merge pull request #18 from taiyu-len/master | Drew DeVault | -11/+13 | |
| list_insert now works as it should | ||||
| 2015-08-11 | style | Taiyu | -2/+1 | |
| 2015-08-11 | Mention IRC channel in readme | Drew DeVault | -0/+2 | |
| 2015-08-11 | Add unnecessary log | Drew DeVault | -1/+0 | |
| 2015-08-11 | Merge pull request #19 from Luminarys/master | Drew DeVault | -4/+10 | |
| Changed command handler to perform var subs on all cmd args | ||||
| 2015-08-11 | Changed command handler to perform var subs on all cmd args | Luminarys | -4/+10 | |
| Fixed workspace_next_name to use the first workspace name it can find in the config Minor fixes Changed command handler to perform var subs on all portions of a command Revert "Changed command handler to perform var subs on all portions of a command" This reverts commit fcfcffa1ea9819bcada6e6c85b40b21bf1b3a96e. Var sub fixes Minor fixes More minor fixes | ||||
| 2015-08-11 | list_insert now works as it should | Taiyu | -11/+14 | |
| 2015-08-11 | Merge pull request #16 from taiyu-len/multikey_handling | Drew DeVault | -11/+39 | |
| Multikey handling | ||||
| 2015-08-11 | added command repeat on keydown | Taiyu | -12/+13 | |
| 2015-08-11 | small fix | Taiyu | -1/+1 | |
| 2015-08-11 | define -> enum | Taiyu | -3/+1 | |
| 2015-08-11 | removed old code | Taiyu | -1/+0 | |
| 2015-08-11 | removed old code | Taiyu | -1/+0 | |
| 2015-08-10 | fixed bug | Taiyu | -6/+14 | |
| 2015-08-10 | added multikey handling for handle_key\(...\) | Taiyu | -14/+37 | |
| 2015-08-10 | Slightly better multihead support | Drew DeVault | -4/+20 | |
| 2015-08-10 | Prevent passing WM keys, improve multihead support | Drew DeVault | -22/+49 | |
| 2015-08-10 | Merge pull request #15 from taiyu-len/master | Drew DeVault | -15/+33 | |
| destroys empty workspace + minor fixes | ||||
| 2015-08-10 | small change | Taiyu | -4/+1 | |
| 2015-08-10 | silly mistake + style | Taiyu | -3/+3 | |
| 2015-08-10 | destroys empty workspace + minor bugfixes | Taiyu | -15/+36 | |
| 2015-08-10 | Merge pull request #14 from taiyu-len/master | Drew DeVault | -3/+3 | |
| fixed 'return NULL' in 'void container_map(...)' | ||||
| 2015-08-10 | fixed 'return NULL' in 'void continer_map(...)' | Taiyu | -3/+3 | |
| 2015-08-10 | Merge pull request #13 from Luminarys/master | Drew DeVault | -54/+54 | |
| Changed cmd handlers to use bool instead of int | ||||
| 2015-08-10 | Changed cmd handlers to use bool instead of int | Luminarys | -54/+54 | |
| 2015-08-10 | Merge pull request #12 from taiyu-len/master | Drew DeVault | -2/+2 | |
| return 0 on success. | ||||
| 2015-08-10 | return 0 on success for cmd_fullscreen | Taiyu | -1/+1 | |
| 2015-08-10 | Set view->visible to true when created | Drew DeVault | -0/+1 | |
