taiyu
c5a6982893
fixed some more bugs, moved layout_log into log.ch, restored focus_parent
9 years ago
taiyu
e16a4015ff
fixed focus key handler
9 years ago
taiyu
1bf02144e5
fixed floating_modifier related things
9 years ago
taiyu
6dc1ae802b
focus to only child
9 years ago
Luminarys
774e594714
Fixed full screen workspace switch focusing
9 years ago
taiyu
2f40459de4
fixed focus on fullscreen view destroy
9 years ago
Luminarys
3c430688a8
header update
9 years ago
Luminarys
f718556a85
Removed debugging, added in proper gap resets for config reloads
9 years ago
Drew DeVault
ab5805ca6e
Merge pull request #74 from Luminarys/master
...
Added in proper floating window resizing
9 years ago
Luminarys
ab43927a47
Minor fixes that might be helpful later
9 years ago
Luminarys
7137be9a3f
Fixes to make floating windows work better
9 years ago
Luminarys
3e950c2b1c
Basic fixes to floating movement
9 years ago
Drew DeVault
e6d83206bd
Document new commands in sway(5)
9 years ago
Drew DeVault
cf916bbf6f
Improvements to gaps
9 years ago
Drew DeVault
446d593b4c
Merge pull request #73 from KoffeinFlummi/gaps
...
Add support for gaps option
9 years ago
KoffeinFlummi
c75d5ceba4
Merge remote-tracking branch 'upstream/master' into gaps
9 years ago
Drew DeVault
8e201091a5
Fix indented comments being weird
9 years ago
KoffeinFlummi
4c688cba4e
Add support for gaps option
9 years ago
Drew DeVault
443ae9b89e
Merge pull request #72 from minus7/assert
...
added sway_assert function
9 years ago
minus
faccaf6112
added sway_assert function
...
returns false on a failed assertion in release mode and raises SIGABRT in debug mode
9 years ago
Luminarys
5b6e489872
More patches for wlc compat
9 years ago
Luminarys
a7c045a520
Patched for wlc updates
9 years ago
Half-Shot
f314d95103
Merge branch 'master' of https://github.com/SirCmpwn/sway
9 years ago
Will Hunt
d6ab5e481b
Beguin work on the move command.
...
Stubbed method.
9 years ago
Drew DeVault
feb0195341
Improve README (more)
9 years ago
Drew DeVault
be871731e1
Improve README
9 years ago
Drew DeVault
62a21d9d4d
Merge pull request #71 from Luminarys/master
...
Added in proper focus handling for floating containers.
9 years ago
Luminarys
7756f423c3
Removed unnecessary debugging lines
9 years ago
Luminarys
01c6caced6
Added in proper focus handling for floating windows
9 years ago
Drew DeVault
ef2f3d3115
Merge pull request #70 from taiyu-len/master
...
restored fullscreen/focus behavior
9 years ago
taiyu
03e83c7ef9
restored fullscreen/focus behavior
9 years ago
Luminarys
23b90d8e69
Fixed mouse clicks from triggering a segfault
9 years ago
Drew DeVault
85a573dab7
Revert "enhanced whitespace remover"
...
This reverts commit abd0afb03a
.
9 years ago
Drew DeVault
a64b10df83
Fix switching between focused outputs
9 years ago
Drew DeVault
868cb3ca71
Revert "config handles comments better"
...
This reverts commit e9c3a9016f
.
9 years ago
Will Hunt
9ef866bfea
Beguin work on the move command.
...
Stubbed method.
9 years ago
Drew DeVault
2139001c9f
Coding style enforcement
...
This was done by hand, so I might have missed things. If anyone knows of
a good C style enforcement tool, let me know.
9 years ago
taiyu
af1b3d9755
fixed floating window crashing bug
9 years ago
Drew DeVault
a246e9b4c7
Find a2x through CMake
...
Fixes #63
9 years ago
Drew DeVault
2f6dd0687b
Merge pull request #65 from taiyu-len/focus_v2
...
Focus v2
9 years ago
Drew DeVault
debb0d6bc1
Fix #64
9 years ago
taiyu
b132f67e7b
minor fixes
9 years ago
Drew DeVault
39bcad23dd
Merge pull request #59 from lkundrak/man
...
Install manual pages to <prefix>/share/man
9 years ago
Drew DeVault
25df272f85
Fix comments in config file
...
Fixes #60
Ref #61
9 years ago
taiyu
29e93d8edd
Merge pull request #62 from twouters/master
...
disable tilde subscripting to fix manpage
9 years ago
taiyu
abd0afb03a
enhanced whitespace remover
9 years ago
Thomas Wouters
233ab740fe
disable tilde subscripting to fix manpage
...
Asciidoc uses tildes to subscript and carets to superscript text.
The first tilde can be escaped to fix this, but looks weird because
the second tilde may not be escaped.
It doesn't seem like subscripting will be used in the man page so it
makes sense to disable it altogether.
9 years ago
taiyu
e9c3a9016f
config handles comments better
9 years ago
taiyu
63bc0d3b54
more changes
9 years ago
Lubomir Rintel
478f375b40
Install manual pages to <prefix>/share/man
...
Use a FHS compliant location instead of /usr/man compat symlink. Some distros
don't ship that one.
9 years ago