summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Merge pull request #147 from taiyu-len/masterLibravatar Drew DeVault2015-08-28
|\ | | | | move v3
| * move v3Libravatar taiyu2015-08-28
|/
* default floating_modLibravatar taiyu2015-08-28
|
* styleLibravatar taiyu2015-08-28
|
* fix issue #140, dont set pointer mode if no floating_modLibravatar taiyu2015-08-28
|
* Merge pull request #146 from taiyu-len/movev2Libravatar Drew DeVault2015-08-28
|\ | | | | Movev2
| * styleLibravatar taiyu2015-08-28
| |
| * layout fix for a certain caseLibravatar taiyu2015-08-28
| |
| * dont move floating contaienrsLibravatar taiyu2015-08-28
| |
| * move function redoneLibravatar taiyu2015-08-28
| |
* | Merge pull request #145 from taiyu-len/masterLibravatar Drew DeVault2015-08-28
|\| | | | | use previous output containers
| * forgot visibility of floating containersLibravatar taiyu2015-08-27
| |
| * update visibility + container info functionsLibravatar taiyu2015-08-27
| |
| * proper visibility updateLibravatar taiyu2015-08-27
| |
| * use previous outputsLibravatar taiyu2015-08-27
|/
* Merge pull request #144 from Luminarys/masterLibravatar Drew DeVault2015-08-27
|\ | | | | Added in default_orientation handling
| * Added in default_orientation handlingLibravatar Luminarys2015-08-27
|/
* update visibility for moved workspacesLibravatar taiyu2015-08-27
|
* dont swap floating containersLibravatar taiyu2015-08-27
|
* Merge pull request #142 from taiyu-len/masterLibravatar Drew DeVault2015-08-27
|\ | | | | move workspace from dead output to other output
| * move workspace from dead output to other outputLibravatar taiyu2015-08-26
|/
* Merge pull request #139 from Luminarys/masterLibravatar Drew DeVault2015-08-26
|\ | | | | Added in better versioning info
| * Updated versioning in cmakeLibravatar Luminarys2015-08-26
| |
| * Added in better versioning infoLibravatar Luminarys2015-08-26
|/
* slight fixLibravatar taiyu2015-08-26
|
* fixed move_container bug, log prints before abortingLibravatar taiyu2015-08-26
|
* Merge pull request #137 from minus7/jsonLibravatar Drew DeVault2015-08-26
|\ | | | | added json-c lib and implemented IPC get_version
| * fixed container_mapLibravatar minus2015-08-27
| | | | | | | | | | | | | | applies to the passed in container now as well. fixes workspaces staying always marked visible. also set workspaces to not visible by default; happens when you move a container to a new workspace that thus is not visible
| * converted IPC to use json-cLibravatar minus2015-08-27
| | | | | | | | get_workspaces and get_outputs
| * fixed json-c CMake inclusionLibravatar minus2015-08-27
| |
| * added json-c lib and implemented IPC get_versionLibravatar minus2015-08-26
|/
* some function documentation, fixed gaps on config reloadLibravatar taiyu2015-08-26
|
* Merge pull request #136 from taiyu-len/masterLibravatar Drew DeVault2015-08-26
|\ | | | | move_container_to fixup
| * move_container_to fixupLibravatar taiyu2015-08-26
|/
* Merge pull request #135 from Luminarys/masterLibravatar Drew DeVault2015-08-26
|\ | | | | Added in build version based on git hash
| * Minor fixesLibravatar Luminarys2015-08-26
| |
| * Added in build version based on git hashLibravatar Luminarys2015-08-25
| |
* | Add dependency on PCRELibravatar Drew DeVault2015-08-26
| | | | | | | | Perl-compatible regular expression library
* | Do not pass modifiers when getting keysyms from wlcLibravatar Drew DeVault2015-08-26
| | | | | | | | | | | | Fixes #124 Keyboard handling can likely be simplified after this change.
* | Use C 99Libravatar Drew DeVault2015-08-26
|/ | | | Closes #127
* longopt minor fixLibravatar taiyu2015-08-25
|
* Merge pull request #133 from minus7/wlc-keyboard-fixLibravatar Drew DeVault2015-08-25
|\ | | | | fixed keyboard handling
| * fixed keyboard handlingLibravatar minus2015-08-25
| | | | | | | | handle_key does not get the keysym from wlc anymore
* | Merge pull request #132 from taiyu-len/masterLibravatar Drew DeVault2015-08-25
|\ \ | |/ |/| fixed segfault on exit + a little fixup of that floatfocus pr
| * fixed segfault on exit + a little fixup of that floatfocus prLibravatar taiyu2015-08-25
|/
* Merge pull request #131 from nicklaswj/masterLibravatar Drew DeVault2015-08-25
|\ | | | | Focus floating window, if any, when the last tiling window has been closed
| * code style clean upLibravatar Nicklas Warming Jacobsen2015-08-25
| |
| * removed stupid test codeLibravatar Nicklas Warming Jacobsen2015-08-25
| |
| * Focus floating window, if any, when the last tiling has been closedLibravatar Nicklas Warming Jacobsen2015-08-25
| |
* | Merge pull request #129 from minus7/workspacesLibravatar Drew DeVault2015-08-25
|\ \ | |/ |/| Implemented "move container to workspace"