| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-12-01 | cmake: use tabs instead of spaces | Christoph Gysin | -7/+7 | |
| 2015-12-01 | cmake: style consistency | Christoph Gysin | -4/+8 | |
| 2015-12-01 | cmake: convert all cmake commands to lowercase | Christoph Gysin | -3/+3 | |
| 2015-11-28 | Fix option parsing | Christoph Gysin | -4/+2 | |
| Using 'flag' results in duplicate code paths for short and long options. This broke the -q short option in swaymsg, because there was: {"quiet", no_argument, &quiet, 'q'} Which will set quiet to 'q' and return 0, not 'q'. | ||||
| 2015-11-28 | swaygrab: Add --help option that prints usage | Christoph Gysin | -1/+3 | |
| 2015-11-28 | swaygrab: Print usage and exit on unknown options | Christoph Gysin | -0/+12 | |
| 2015-11-28 | Use macros for exit values | Christoph Gysin | -2/+2 | |
| 2015-11-28 | Remove extraneous logging from swaygrab | Drew DeVault | -1/+0 | |
| 2015-11-28 | Rearrange logging headers | Drew DeVault | -0/+1 | |
| Ref #270 | ||||
| 2015-11-27 | Fix uninitialized variable warning in swaygrab | Drew DeVault | -1/+1 | |
| 2015-11-27 | Add ffmpeg capture to swaygrab (with limitations) | Drew DeVault | -10/+104 | |
| This needs to be multithreaded to have any sort of realistic expectation of performance, due to issues with syncronous I/O. | ||||
| 2015-11-27 | Fix swaygrab memory leak | Drew DeVault | -0/+2 | |
| 2015-11-27 | Implement swaygrab for still images | Drew DeVault | -6/+50 | |
| 2015-11-27 | Add command line to swaygrab | Drew DeVault | -1/+54 | |
| Also modifies IPC client so that we can work with persistent connections. | ||||
| 2015-11-27 | Add swaygrab subproject | Drew DeVault | -0/+28 | |
