Drew DeVault
ab5805ca6e
Merge pull request #74 from Luminarys/master
...
Added in proper floating window resizing
10 years ago
Luminarys
ab43927a47
Minor fixes that might be helpful later
10 years ago
Luminarys
7137be9a3f
Fixes to make floating windows work better
10 years ago
Luminarys
3e950c2b1c
Basic fixes to floating movement
10 years ago
Drew DeVault
e6d83206bd
Document new commands in sway(5)
10 years ago
Drew DeVault
cf916bbf6f
Improvements to gaps
10 years ago
Drew DeVault
446d593b4c
Merge pull request #73 from KoffeinFlummi/gaps
...
Add support for gaps option
10 years ago
KoffeinFlummi
c75d5ceba4
Merge remote-tracking branch 'upstream/master' into gaps
10 years ago
Drew DeVault
8e201091a5
Fix indented comments being weird
10 years ago
KoffeinFlummi
4c688cba4e
Add support for gaps option
10 years ago
Drew DeVault
443ae9b89e
Merge pull request #72 from minus7/assert
...
added sway_assert function
10 years ago
minus
faccaf6112
added sway_assert function
...
returns false on a failed assertion in release mode and raises SIGABRT in debug mode
10 years ago
Luminarys
5b6e489872
More patches for wlc compat
10 years ago
Luminarys
a7c045a520
Patched for wlc updates
10 years ago
Drew DeVault
feb0195341
Improve README (more)
10 years ago
Drew DeVault
be871731e1
Improve README
10 years ago
Drew DeVault
62a21d9d4d
Merge pull request #71 from Luminarys/master
...
Added in proper focus handling for floating containers.
10 years ago
Luminarys
7756f423c3
Removed unnecessary debugging lines
10 years ago
Luminarys
01c6caced6
Added in proper focus handling for floating windows
10 years ago
Drew DeVault
ef2f3d3115
Merge pull request #70 from taiyu-len/master
...
restored fullscreen/focus behavior
10 years ago
taiyu
03e83c7ef9
restored fullscreen/focus behavior
10 years ago
Luminarys
23b90d8e69
Fixed mouse clicks from triggering a segfault
10 years ago
Drew DeVault
85a573dab7
Revert "enhanced whitespace remover"
...
This reverts commit abd0afb03a
.
10 years ago
Drew DeVault
a64b10df83
Fix switching between focused outputs
10 years ago
Drew DeVault
868cb3ca71
Revert "config handles comments better"
...
This reverts commit e9c3a9016f
.
10 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.
10 years ago
taiyu
af1b3d9755
fixed floating window crashing bug
10 years ago
Drew DeVault
a246e9b4c7
Find a2x through CMake
...
Fixes #63
10 years ago
Drew DeVault
2f6dd0687b
Merge pull request #65 from taiyu-len/focus_v2
...
Focus v2
10 years ago
Drew DeVault
debb0d6bc1
Fix #64
10 years ago
taiyu
b132f67e7b
minor fixes
10 years ago
Drew DeVault
39bcad23dd
Merge pull request #59 from lkundrak/man
...
Install manual pages to <prefix>/share/man
10 years ago
Drew DeVault
25df272f85
Fix comments in config file
...
Fixes #60
Ref #61
10 years ago
taiyu
29e93d8edd
Merge pull request #62 from twouters/master
...
disable tilde subscripting to fix manpage
10 years ago
taiyu
abd0afb03a
enhanced whitespace remover
10 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.
10 years ago
taiyu
e9c3a9016f
config handles comments better
10 years ago
taiyu
63bc0d3b54
more changes
10 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.
10 years ago
taiyu
2f8a239248
Merge branch 'master' of https://github.com/SirCmpwn/sway
...
merge
10 years ago
taiyu
eff55d0de1
fixed doubling memory bug for config lines longer then 128
10 years ago
taiyu
4606fb1ee3
merged Luminarys resizing code
10 years ago
taiyu
f0fe4a346d
style
10 years ago
taiyu
11321ca2dd
changed handling of focus, handling of view by type
10 years ago
Luminarys
e541ba3d87
Added in basic, but semi-broken moving/resizing functionality to floating windows
10 years ago
Drew DeVault
786bb87b34
Document asciidoc dependency
10 years ago
Drew DeVault
4b64e481a8
Add man pages
10 years ago
Drew DeVault
780893a933
Add support for workspace [name] output [name]
10 years ago
Drew DeVault
3f3d1ffee4
Rearrange main.c some more
10 years ago
Luminarys
7427ce8930
Switched config loading order to prevent root access w/wlc
10 years ago