summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* 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"
| * fixed moving to other output and visibilityLibravatar minus2015-08-25
| |
| * updated manpageLibravatar minus2015-08-25
| |
| * changed view visibility to be boolLibravatar minus2015-08-25
| | | | | | | | view_visibility enum remains with one constant that is the mask to wlc's view masking
| * added missing util.h/c stuffLibravatar minus2015-08-25
| |
| * changed workspace_{outout_,}{next,prev} to return workspaceLibravatar minus2015-08-25
| | | | | | | | so it can be reused for "move container to workspace next"
| * added "move container to workspace"Libravatar minus2015-08-25
| | | | | | | | makes the previous commit actually testable
| * refactored view visibilityLibravatar minus2015-08-25
| | | | | | | | | | | | - replace visibilty mask integers with an enum - set output's visibilty mask on creation - added update_visibility to manually update a containers visibility (e.g. when it moved to an invisible workspace)
| * refactored workspace_next/prevLibravatar minus2015-08-25
|/
* Merge pull request #125 from Luminarys/masterLibravatar Drew DeVault2015-08-24
|\ | | | | Added in backtrace printing
| * Added in backtrace printingLibravatar Luminarys2015-08-24
|/
* add limit to swayc_in_directionLibravatar taiyu2015-08-24
|
* Merge branch 'master' of https://github.com/SirCmpwn/swayLibravatar taiyu2015-08-23
|\ | | | | | | merge
| * Minor fixes to keyboard handlingLibravatar Drew DeVault2015-08-23
| |
* | split_string memory leaks cleanedupLibravatar taiyu2015-08-23
|/
* Merge pull request #121 from taiyu-len/pointer_modLibravatar Drew DeVault2015-08-23
|\ | | | | Pointer mode clean and fix.
| * mergeLibravatar taiyu2015-08-23
| |\ | |/ |/|
* | Refactor keyboard to consider modified keysymsLibravatar Drew DeVault2015-08-23
| | | | | | | | | | | | | | Press Shift Press 0 # Reads as ')' Release Shift Release 0 # Reads as '0' but we now recognize it as the same
* | Merge pull request #123 from Luminarys/masterLibravatar Drew DeVault2015-08-23
|\ \ | | | | | | Added in output disabling
| * | Minor fixLibravatar Luminarys2015-08-23
| | |
| * | Man page updateLibravatar Luminarys2015-08-23
| | |
| * | Style fixLibravatar Luminarys2015-08-23
| | |
| * | Cleanup and minor adjustments to disablingLibravatar Luminarys2015-08-23
| | |
| * | Added in glitchy disablingLibravatar Luminarys2015-08-23
| | |
| * | Added in glitchy disablingLibravatar Luminarys2015-08-23
| | |
* | | Prefix log events from wlc with [wlc]Libravatar Drew DeVault2015-08-23
|/ /
* | Do not log with colors unless stdout is a ttyLibravatar Drew DeVault2015-08-23
| |
* | Handle wlc log eventsLibravatar Drew DeVault2015-08-23
| |
* | Add note to config about floating_modifierLibravatar Drew DeVault2015-08-23
| |
* | fixed vanishing floating viewLibravatar taiyu2015-08-22
| |
* | Fix minor bug with output positioningLibravatar Drew DeVault2015-08-22
| |
* | Implement output positioningLibravatar Drew DeVault2015-08-22
| | | | | | | | :tada:
* | Set x/y positions for output containersLibravatar Drew DeVault2015-08-22
| |
| * styleLibravatar taiyu2015-08-23
| |