summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Add keyboard handling shims to registryLibravatar Drew DeVault2015-12-10
|
* Copy+paste swaybg code to swaylock for testingLibravatar Drew DeVault2015-12-10
|
* Discover swaylock extension in registryLibravatar Drew DeVault2015-12-10
|
* Refactor gdk pixbuf code into shared client libLibravatar Drew DeVault2015-12-10
|
* Add swaylock subprojectLibravatar Drew DeVault2015-12-10
|
* Merge pull request #298 from mikkeloscar/readme-dependencyLibravatar Drew DeVault2015-12-08
|\ | | | | Add new dependency to README
| * Add new dependency to READMELibravatar Mikkel Oscar Lyderik2015-12-08
|/
* Style enforcementLibravatar Drew DeVault2015-12-08
|
* Merge pull request #296 from progandy/pixbufLibravatar Drew DeVault2015-12-08
|\ | | | | Support for more image formats for wallpapers with gdk-pixbuf (#282)
| * swaybg: load more image formats with gdk-pixbuf2Libravatar progandy2015-12-07
| | | | | | | | travis: added gdk-pixbuf2 dependency
* | Merge pull request #292 from christophgysin/manLibravatar Drew DeVault2015-12-05
|\ \ | | | | | | move manpages to subfolders
| * | move manpages to subfoldersLibravatar Christoph Gysin2015-12-02
| | |
* | | Free outputs on registry teardownLibravatar Drew DeVault2015-12-05
| |/ |/|
* | Merge pull request #295 from christophgysin/libLibravatar Drew DeVault2015-12-03
|\ \ | | | | | | remove archive from git, add *.a to gitignore
| * | remove archive from git, add *.a to gitignoreLibravatar Christoph Gysin2015-12-03
|/ /
* | 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