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
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
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
taiyu
2f8a239248
Merge branch 'master' of https://github.com/SirCmpwn/sway
...
merge
9 years ago
taiyu
eff55d0de1
fixed doubling memory bug for config lines longer then 128
9 years ago
taiyu
4606fb1ee3
merged Luminarys resizing code
9 years ago
taiyu
f0fe4a346d
style
9 years ago
taiyu
11321ca2dd
changed handling of focus, handling of view by type
9 years ago
Luminarys
e541ba3d87
Added in basic, but semi-broken moving/resizing functionality to floating windows
9 years ago
Drew DeVault
786bb87b34
Document asciidoc dependency
9 years ago