Age | Commit message (Expand) | Author |
2015-08-10 | Slightly better multihead support | Drew DeVault |
2015-08-10 | Prevent passing WM keys, improve multihead support | Drew DeVault |
2015-08-10 | small change | Taiyu |
2015-08-10 | silly mistake + style | Taiyu |
2015-08-10 | destroys empty workspace + minor bugfixes | Taiyu |
2015-08-10 | fixed 'return NULL' in 'void continer_map(...)' | Taiyu |
2015-08-10 | Changed cmd handlers to use bool instead of int | Luminarys |
2015-08-10 | Merge pull request #12 from taiyu-len/master | Drew DeVault |
2015-08-10 | return 0 on success for cmd_fullscreen | Taiyu |
2015-08-10 | Set view->visible to true when created | Drew DeVault |
2015-08-10 | make cmd_workspace return 0 on success | Taiyu |
2015-08-10 | layout: fixed tabs | Jose Diez |
2015-08-10 | workspaces: follow_pointer_mouse doesn't follow hidden containers | Jose Diez |
2015-08-10 | Basic workspace functionality | Jose Diez |
2015-08-10 | fixed small memory leak. v2 | Taiyu |
2015-08-10 | Fix some errors with config loading | Drew DeVault |
2015-08-10 | Changed cmd_reload to arrange windows post reload | Luminarys |
2015-08-10 | Minor fix | Luminarys |
2015-08-10 | Abstracted load_config | Luminarys |
2015-08-10 | Spaces to Tabs | Luminarys |
2015-08-10 | Style fixes and slight reload command alteration | Luminarys |
2015-08-10 | Added in reload and exec_always handling | Luminarys |
2015-08-10 | Focus unmanaged windows when created | Drew DeVault |
2015-08-10 | Fix issue with untitled windows | Drew DeVault |
2015-08-10 | Merge pull request #4 from taiyu-len/master | Drew DeVault |
2015-08-10 | fixed style | Taiyu |
2015-08-10 | Override WLC_DIM by default | Drew DeVault |
2015-08-10 | fixed focus_parent, moved into move_focus() function | Taiyu |
2015-08-09 | Or maybe do the exact opposite of that | Drew DeVault |
2015-08-09 | Don't override keys if command fails | Drew DeVault |
2015-08-09 | Fix bug with focus parent | Drew DeVault |
2015-08-09 | Finish up fullscreen command | Drew DeVault |
2015-08-09 | Flesh out fullscreen support a bit | Drew DeVault |
2015-08-09 | fullscreen: partially working | jdiez17 |
2015-08-09 | Keep track of window names | Drew DeVault |
2015-08-10 | log: add newline | jdiez17 |
2015-08-09 | Implement focus parent | Drew DeVault |
2015-08-10 | commands: re-add log_colors | jdiez17 |
2015-08-09 | Fix focus follows mouse | Drew DeVault |
2015-08-09 | Add movement support | Drew DeVault |
2015-08-09 | Destroy containers when all views are removed | Drew DeVault |
2015-08-09 | Implement splith/splitv | Drew DeVault |
2015-08-09 | style: More compliance | jdiez17 |
2015-08-09 | log, commands: Add log_colors command | jdiez17 |
2015-08-09 | Implement layout [splith|splitv|toggle split] | Drew DeVault |
2015-08-09 | Load config after xwayland is created | Drew DeVault |
2015-08-09 | Set DISPLAY to :1 automatically | Drew DeVault |
2015-08-09 | Implement exec | Drew DeVault |
2015-08-09 | Fix up some issues with focus | Drew DeVault |
2015-08-09 | Implement focus_follows_mouse | Drew DeVault |