| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
| 2015-08-10 | make cmd_workspace return 0 on success | Taiyu | -1/+1 | |
| 2015-08-10 | layout: fixed tabs | Jose Diez | -1/+1 | |
| 2015-08-10 | workspaces: follow_pointer_mouse doesn't follow hidden containers | Jose Diez | -2/+6 | |
| 2015-08-10 | Basic workspace functionality | Jose Diez | -1/+128 | |
| 2015-08-10 | Merge pull request #10 from taiyu-len/master | Drew DeVault | -13/+18 | |
| fixed small memory leak. v2 | ||||
| 2015-08-10 | fixed small memory leak. v2 | Taiyu | -13/+18 | |
| 2015-08-10 | Fix some errors with config loading | Drew DeVault | -2/+5 | |
| 2015-08-10 | Merge pull request #9 from Luminarys/master | Drew DeVault | -2/+2 | |
| Changed cmd_reload to arrange windows post reload | ||||
| 2015-08-10 | Changed cmd_reload to arrange windows post reload | Luminarys | -2/+2 | |
| 2015-08-10 | Merge pull request #7 from Luminarys/master | Drew DeVault | -71/+123 | |
| Added in reload and exec_always handling. | ||||
| 2015-08-10 | Minor fix | Luminarys | -18/+2 | |
| 2015-08-10 | Abstracted load_config | Luminarys | -19/+26 | |
| 2015-08-10 | Spaces to Tabs | Luminarys | -62/+62 | |
| 2015-08-10 | Style fixes and slight reload command alteration | Luminarys | -8/+10 | |
| 2015-08-10 | Added in reload and exec_always handling | Luminarys | -4/+63 | |
| 2015-08-10 | Focus unmanaged windows when created | Drew DeVault | -0/+3 | |
| 2015-08-10 | Fix issue with untitled windows | Drew DeVault | -4/+7 | |
| 2015-08-10 | Add WIP notice | Drew DeVault | -0/+2 | |
| 2015-08-10 | Merge pull request #4 from taiyu-len/master | Drew DeVault | -11/+21 | |
| fixed focus_parent, moved into move_focus() function | ||||
| 2015-08-10 | fixed style | Taiyu | -3/+3 | |
| 2015-08-10 | New readme screenshot | Drew DeVault | -1/+1 | |
| 2015-08-10 | Override WLC_DIM by default | Drew DeVault | -0/+1 | |
| 2015-08-10 | fixed focus_parent, moved into move_focus() function | Taiyu | -11/+21 | |
| 2015-08-09 | Or maybe do the exact opposite of that | Drew DeVault | -1/+1 | |
| 2015-08-09 | Don't override keys if command fails | Drew DeVault | -10/+9 | |
| 2015-08-09 | Fix bug with focus parent | Drew DeVault | -3/+5 | |
| Thanks anon | ||||
| 2015-08-09 | Update readme | Drew DeVault | -1/+1 | |
| 2015-08-09 | Update screenshot | Drew DeVault | -1/+1 | |
| 2015-08-09 | Finish up fullscreen command | Drew DeVault | -24/+28 | |
| 2015-08-09 | Flesh out fullscreen support a bit | Drew DeVault | -27/+17 | |
| 2015-08-09 | fullscreen: partially working | jdiez17 | -3/+22 | |
| 2015-08-09 | Keep track of window names | Drew DeVault | -3/+9 | |
| 2015-08-10 | log: add newline | jdiez17 | -1/+20 | |
| 2015-08-09 | Implement focus parent | Drew DeVault | -0/+5 | |
| 2015-08-10 | commands: re-add log_colors | jdiez17 | -0/+16 | |
| 2015-08-09 | Fix focus follows mouse | Drew DeVault | -0/+2 | |
| 2015-08-09 | Add movement support | Drew DeVault | -5/+108 | |
| 2015-08-09 | Destroy containers when all views are removed | Drew DeVault | -0/+4 | |
| 2015-08-09 | Implement splith/splitv | Drew DeVault | -23/+71 | |
| Ref #2 | ||||
| 2015-08-09 | Merge pull request #3 from jdiez17/log_colors_option | Drew DeVault | -2/+31 | |
| log, commands: Add log_colors command | ||||
