| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-01-22 | cmake: fix libinput include dirs | Mikkel Oscar Lyderik | -1/+0 | |
| 2016-01-19 | Merge pull request #440 from SethBarberee/zsh-completions | Drew DeVault | -1/+4 | |
| Basic Zsh auto-completion for --options | ||||
| 2016-01-19 | libinput | Cole Mickens | -0/+3 | |
| 2016-01-17 | added basic zsh shell completion for sway, swaybg, and swaygrab | Seth Barberee | -1/+4 | |
| 2016-01-09 | Make enable-binding-event option have an affect. | Mikkel Oscar Lyderik | -3/+3 | |
| The option was added to late so it was never set in the build. | ||||
| 2016-01-08 | Make wallpaper optional (cmake flag) | Drew DeVault | -5/+8 | |
| 2016-01-08 | Make IPC binding event support a compile time opt. | Mikkel Oscar Lyderik | -0/+4 | |
| 2016-01-05 | Fix whitespaces in cmake config | Mikkel Oscar Lyderik | -35/+35 | |
| 2015-12-28 | Add default wallpaper | Drew DeVault | -0/+6 | |
| Closes #238 | ||||
| 2015-12-23 | Added include(GNUInstallDirs) | Yacine Hmito | -0/+1 | |
| Fixes configuration not properly installed since f02cf75 | ||||
| 2015-12-23 | Use SYSCONFDIR as recommended | Yacine Hmito | -4/+0 | |
| - swaylock config path not hardcoded anymore - the unusual and weird FALLBACK_CONFIG_DIR is no more | ||||
| 2015-12-22 | fix backtrace detection in CMake | robotanarchy | -2/+2 | |
| works on arch (glibc) and void linux (tested with musl libc) now | ||||
| 2015-12-21 | add -fPIC flag (position independent code) like in wlc | robotanarchy | -0/+1 | |
| Linking fails otherwise: Linking C executable ../bin/sway /usr/bin/ld: CMakeFiles/sway.dir/commands.c.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC CMakeFiles/sway.dir/commands.c.o: error adding symbols: Bad value collect2: error: ld returned 1 exit status sway/CMakeFiles/sway.dir/build.make:442: recipe for target 'bin/sway' failed | ||||
| 2015-12-21 | use CMake's FindBacktrace for backtrace feature detection | robotanarchy | -0/+8 | |
| 2015-12-20 | make gdk-pixbuf dependency really optional | progandy | -6/+18 | |
| 2015-12-20 | Make some dependencies optional | Drew DeVault | -9/+40 | |
| Closes #368 | ||||
| 2015-12-18 | Drop sway-xorg.desktop | Drew DeVault | -5/+0 | |
| 2015-12-17 | Implement PAM password verification in swaylock | Drew DeVault | -0/+1 | |
| 2015-12-10 | Add swaylock subproject | Drew DeVault | -0/+1 | |
| 2015-12-08 | Merge pull request #296 from progandy/pixbuf | Drew DeVault | -0/+1 | |
| Support for more image formats for wallpapers with gdk-pixbuf (#282) | ||||
| 2015-12-07 | swaybg: load more image formats with gdk-pixbuf2 | progandy | -0/+1 | |
| travis: added gdk-pixbuf2 dependency | ||||
| 2015-12-02 | move manpages to subfolders | Christoph Gysin | -6/+2 | |
| 2015-12-02 | cmake: build common code only once | Christoph Gysin | -1/+13 | |
| This creates (static) libraries for protocols/, common/, and wayland/. | ||||
| 2015-12-01 | cmake: remove extra space | Christoph Gysin | -1/+1 | |
| 2015-12-01 | cmake: extract sway | Christoph Gysin | -49/+1 | |
| 2015-12-01 | cmake: extract add_manpage() | Christoph Gysin | -31/+1 | |
| 2015-12-01 | cmake: remove unnecessary quotes | Christoph Gysin | -26/+26 | |
| 2015-12-01 | cmake: remove old-style endif condition | Christoph Gysin | -1/+1 | |
| 2015-12-01 | cmake: use out-of-source build | Christoph Gysin | -2/+1 | |
| 2015-12-01 | cmake: separate C flags and preprocesser definitions | Christoph Gysin | -1/+7 | |
| 2015-12-01 | cmake: use tabs instead of spaces | Christoph Gysin | -66/+66 | |
| 2015-12-01 | cmake: style consistency | Christoph Gysin | -25/+37 | |
| 2015-12-01 | cmake: convert all cmake commands to lowercase | Christoph Gysin | -3/+3 | |
| 2015-12-01 | FALLBACK_CONFIG_DIR did not work. Fixed. | Yacine Hmito | -1/+2 | |
| - Flag was ignored. Now it's taken into account. - Missing trailing slashes in path now behaves properly. | ||||
| 2015-12-01 | Can customize config fallback directory | Yacine Hmito | -1/+4 | |
| 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). | ||||
| 2015-11-29 | Add swaybar subproject | Drew DeVault | -0/+1 | |
| 2015-11-27 | Add swaygrab(1) man page | Drew DeVault | -0/+1 | |
| 2015-11-27 | Add swaygrab subproject | Drew DeVault | -0/+1 | |
| 2015-11-26 | Add swaymsg(1) man page | Drew DeVault | -0/+1 | |
| 2015-11-26 | Add swaymsg subproject | Drew DeVault | -0/+2 | |
| 2015-11-18 | Basic support for extensions in server and clients | Drew DeVault | -1/+9 | |
| 2015-11-13 | Fix man page installs | Drew DeVault | -1/+1 | |
| 2015-11-13 | Clean up CMake stuff | Drew DeVault | -4/+3 | |
| 2015-11-12 | cmake: run git in the source directory | Ben Boeckel | -0/+2 | |
| 2015-11-12 | common: create a static library | Ben Boeckel | -4/+5 | |
| 2015-11-12 | cmake: clean up installation rules | Ben Boeckel | -16/+16 | |
| 2015-11-12 | cmake: clean up definition settings | Ben Boeckel | -5/+2 | |
| 2015-11-12 | cmake: manipulate CMAKE_MODULE_PATH as a list | Ben Boeckel | -1/+2 | |
| Also prefer local modules. | ||||
| 2015-11-12 | cmake: set the output directory once | Ben Boeckel | -1/+1 | |
| 2015-11-12 | cmake: simplify manpage generation | Ben Boeckel | -25/+28 | |
