Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-01 | cmake: remove unnecessary quotes | Christoph Gysin | |
2015-12-01 | cmake: remove old-style endif condition | Christoph Gysin | |
2015-12-01 | cmake: use out-of-source build | Christoph Gysin | |
2015-12-01 | cmake: separate C flags and preprocesser definitions | Christoph Gysin | |
2015-12-01 | cmake: use tabs instead of spaces | Christoph Gysin | |
2015-12-01 | cmake: style consistency | Christoph Gysin | |
2015-12-01 | cmake: convert all cmake commands to lowercase | Christoph Gysin | |
2015-12-01 | FALLBACK_CONFIG_DIR did not work. Fixed. | Yacine Hmito | |
- 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 | |
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 | |
2015-11-27 | Add swaygrab(1) man page | Drew DeVault | |
2015-11-27 | Add swaygrab subproject | Drew DeVault | |
2015-11-26 | Add swaymsg(1) man page | Drew DeVault | |
2015-11-26 | Add swaymsg subproject | Drew DeVault | |
2015-11-18 | Basic support for extensions in server and clients | Drew DeVault | |
2015-11-13 | Fix man page installs | Drew DeVault | |
2015-11-13 | Clean up CMake stuff | Drew DeVault | |
2015-11-12 | cmake: run git in the source directory | Ben Boeckel | |
2015-11-12 | common: create a static library | Ben Boeckel | |
2015-11-12 | cmake: clean up installation rules | Ben Boeckel | |
2015-11-12 | cmake: clean up definition settings | Ben Boeckel | |
2015-11-12 | cmake: manipulate CMAKE_MODULE_PATH as a list | Ben Boeckel | |
Also prefer local modules. | |||
2015-11-12 | cmake: set the output directory once | Ben Boeckel | |
2015-11-12 | cmake: simplify manpage generation | Ben Boeckel | |
2015-11-12 | cmake: use string(TIMESTAMP) | Ben Boeckel | |
2015-11-12 | cmake: bump requirement to 3.1.0 | Ben Boeckel | |
CMAKE_C_STANDARD was introduced in 3.1.0. | |||
2015-11-12 | Start fleshing out wayland client implementation | Drew DeVault | |
This introduces a basic shared framework for making wayland clients within sway itself. | |||
2015-11-12 | Add swaybg executable | Drew DeVault | |
This will let users set their background to something other than that cringy demoscene thing wlc has now. It's also going to be the first wayland client written for sway, so I picked an easy thing to work on. We'll have to figure out how to indicate that it's a special view. | |||
2015-11-12 | Add new dependencies for wayland clients | Drew DeVault | |
Cairo for rendering shit, Pango for text rendering, and wayland client stuff. Thanks @Cloudef, blatantly ripping off his cmake files for this | |||
2015-09-30 | Use location of XKBcommon headers, don't expect build in source directory | Tomáš Čech | |
2015-09-18 | Fix build for debian stretch | Drew DeVault | |
Fixes #182 | |||
2015-08-26 | Updated versioning in cmake | Luminarys | |
2015-08-27 | fixed json-c CMake inclusion | minus | |
2015-08-26 | added json-c lib and implemented IPC get_version | minus | |
2015-08-26 | Merge pull request #135 from Luminarys/master | Drew DeVault | |
Added in build version based on git hash | |||
2015-08-26 | Minor fixes | Luminarys | |
2015-08-26 | Add dependency on PCRE | Drew DeVault | |
Perl-compatible regular expression library | |||
2015-08-26 | Use C 99 | Drew DeVault | |
Closes #127 | |||
2015-08-25 | Added in build version based on git hash | Luminarys | |
2015-08-21 | fixed #108 signed/unsigned comparison | minus | |
2015-08-20 | Add Wayland and Xorg session files | Max Bruckner | |
This allows display managers to detect sway. | |||
2015-08-18 | added sway_assert function | minus | |
returns false on a failed assertion in release mode and raises SIGABRT in debug mode | |||
2015-08-18 | Find a2x through CMake | Drew DeVault | |
Fixes #63 | |||
2015-08-18 | Install manual pages to <prefix>/share/man | Lubomir Rintel | |
Use a FHS compliant location instead of /usr/man compat symlink. Some distros don't ship that one. | |||
2015-08-17 | Add man pages | Drew DeVault | |
2015-08-16 | Move headers to include/ | Drew DeVault | |
2015-08-16 | Add default config file | Drew DeVault | |
2015-08-04 | Pull in some scas code and read i3 config file | Drew DeVault | |
2015-08-04 | Initial commit | Drew DeVault | |