summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Add swaylock protocol, add resource destructorsLibravatar Drew DeVault2015-12-03
| | | | This prevents sway crashing if swaybg or swaybar dies.
* Revert "Remove build badge (Travis is broken, not sway)"Libravatar Drew DeVault2015-12-03
| | | | This reverts commit 297d8b3f02a97c8b23fedd4185016e785f7e2fda.
* Merge pull request #293 from christophgysin/responseLibravatar Drew DeVault2015-12-02
|\ | | | | swaymsg: add newline after response
| * swaymsg: add newline after responseLibravatar Christoph Gysin2015-12-02
| |
* | Merge pull request #294 from christophgysin/matchLibravatar Drew DeVault2015-12-02
|\ \ | |/ |/| Fix using last output config if none matched
| * Fix using last output config if none matchedLibravatar Christoph Gysin2015-12-02
|/
* Merge pull request #291 from christophgysin/libsLibravatar Drew DeVault2015-12-02
|\ | | | | cmake: build common code only once
| * cmake: build common code only onceLibravatar Christoph Gysin2015-12-02
|/ | | | This creates (static) libraries for protocols/, common/, and wayland/.
* Merge pull request #290 from christophgysin/cmakeLibravatar Drew DeVault2015-12-02
|\ | | | | cmake: fix indentation and manpage dependencies
| * cmake: fix manpage dependenciesLibravatar Christoph Gysin2015-12-02
| | | | | | | | fixes #289
| * cmake: fix indentationLibravatar Christoph Gysin2015-12-02
|/
* Fix for_window [...] move scratchpad correctlyLibravatar Drew DeVault2015-12-01
|
* Revert "Fix bug with for_window [...] move scratchpad"Libravatar Drew DeVault2015-12-01
| | | | This reverts commit 0796b0c475bb46095d14a5291d62dd8e7d098262.
* Fix bug with for_window [...] move scratchpadLibravatar Drew DeVault2015-12-01
|
* Fix busted install of /etc/sway/configLibravatar Drew DeVault2015-12-01
|
* Merge pull request #287 from christophgysin/cmakeLibravatar Drew DeVault2015-12-01
|\ | | | | cmake: extract config from toplevel CMakeLists.txt
| * cmake: remove extra spaceLibravatar Christoph Gysin2015-12-01
| |
| * cmake: remove subprojectsLibravatar Christoph Gysin2015-12-01
| |
| * cmake: extract swayLibravatar Christoph Gysin2015-12-01
| |
| * cmake: extract add_manpage()Libravatar Christoph Gysin2015-12-01
|/
* Remove build badge (Travis is broken, not sway)Libravatar Drew DeVault2015-12-01
|
* Update .gitignoreLibravatar Drew DeVault2015-12-01
|
* Merge pull request #285 from christophgysin/cmakeLibravatar Drew DeVault2015-12-01
|\ | | | | cmake configuration cleanup
| * cmake: remove unnecessary quotesLibravatar Christoph Gysin2015-12-01
| |
| * cmake: remove old-style endif conditionLibravatar Christoph Gysin2015-12-01
| |
| * cmake: use out-of-source buildLibravatar Christoph Gysin2015-12-01
| |
| * cmake: separate C flags and preprocesser definitionsLibravatar Christoph Gysin2015-12-01
| |
| * cmake: use tabs instead of spacesLibravatar Christoph Gysin2015-12-01
| |
| * cmake: style consistencyLibravatar Christoph Gysin2015-12-01
| |
| * cmake: convert all cmake commands to lowercaseLibravatar Christoph Gysin2015-12-01
| |
* | Merge pull request #286 from mikkeloscar/wlc-origin-pointLibravatar Drew DeVault2015-12-01
|\ \ | |/ |/| Use wlc_point instead of deprecated wlc_origin
| * Use wlc_point instead of deprecated wlc_originLibravatar Mikkel Oscar Lyderik2015-12-01
|/ | | | Struct was renamed in wlc, use the new name.
* Merge pull request #284 from gpyh/masterLibravatar Drew DeVault2015-12-01
|\ | | | | FALLBACK_CONFIG_DIR did not work. Fixed.
| * FALLBACK_CONFIG_DIR did not work. Fixed.Libravatar Yacine Hmito2015-12-01
| | | | | | | | | | - Flag was ignored. Now it's taken into account. - Missing trailing slashes in path now behaves properly.
* | Merge pull request #281 from gpyh/masterLibravatar Drew DeVault2015-11-30
|\| | | | | Can customize fallback config directory
| * Can customize config fallback directoryLibravatar Yacine Hmito2015-12-01
|/ | | | | | | CMake takes a `FALLBACK_CONFIG_DIR` flag which is the directory where the standard configuration file `config` is copied at installation. If loading from typical configuration directories fails, sway loads FALLBACK_CONFIG_DIR/config (/etc/sway/config by default).
* Add framework for switching command setsLibravatar Drew DeVault2015-11-29
| | | | | This will allow the bar {} block to have a different command set (and also bar { colors { } }.
* Add bar config struct and defaultsLibravatar Drew DeVault2015-11-29
|
* Merge pull request #278 from christophgysin/mergeLibravatar Drew DeVault2015-11-29
|\ | | | | cmd_output: Merge instead of replace output config
| * cmd_output: Merge instead of replace output configLibravatar Christoph Gysin2015-11-29
| |
| * config: Store 'enabled' as intLibravatar Christoph Gysin2015-11-29
| |
* | Merge pull request #277 from christophgysin/cmd_outputLibravatar Drew DeVault2015-11-29
|\ \ | |/ |/| cmd_output: check for missing subcommand arguments
| * cmd_output: check for missing subcommand argumentsLibravatar Christoph Gysin2015-11-29
|/
* Add text rendering support to wayland clientsLibravatar Drew DeVault2015-11-29
|
* Only strip comments at the start of a lineLibravatar Drew DeVault2015-11-29
| | | | | This is necessary because i3 config files use CSS notation for colors (i.e. #rrggbb).
* Fix output adjustment for panelsLibravatar Drew DeVault2015-11-29
|
* Support desktop shell panels in compositorLibravatar Drew DeVault2015-11-29
|
* Add swaybar basicsLibravatar Drew DeVault2015-11-29
| | | | | This should make the bar open and appear as the panel, once sway supports panels. Right now it crashes sway!
* Add swaybar subprojectLibravatar Drew DeVault2015-11-29
|
* Add suid instructions to readmeLibravatar Drew DeVault2015-11-29
|