Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-11 | Drop short opts for flips | Johannes Löthberg | 2 | -8/+8 | |
2014-11-11 | Add replacement for -addd using --add and --distance | Johannes Löthberg | 2 | -7/+20 | |
To overrife the nth distance you need n number of --distance flags, distance defaulting to 1 for each color. | |||||
2014-11-11 | Fix alpha, blur, sharpen, constast, brightness, and gamma switches | Johannes Löthberg | 2 | -43/+17 | |
2014-11-11 | replace all int with signed, unsigned int with unsigned | Johannes Löthberg | 4 | -33/+33 | |
2014-11-11 | Add parse_double function to utils.c | Johannes Löthberg | 2 | -0/+25 | |
2014-11-11 | Implement functionality part of --write argument | Johannes Löthberg | 2 | -2/+2 | |
2014-11-11 | Opening curl braces should be on the same line | Johannes Löthberg | 3 | -111/+65 | |
2014-11-11 | struct: ‘unsigned int’ → ‘unsigned’, ‘int’ → ‘signed’ | Johannes Löthberg | 1 | -7/+12 | |
2014-11-11 | use ‘signed’ instead of ‘int’, redo prototypes | Johannes Löthberg | 4 | -19/+33 | |
The flip arguments are implemented so delete comment | |||||
2014-11-10 | Make non-negatable arguments unsigned, make parse_uint | Johannes Löthberg | 4 | -12/+37 | |
2014-11-10 | Remove space before function names | Johannes Löthberg | 2 | -5/+5 | |
2014-11-10 | yawa.h: Move argp variables to yawa.c | Johannes Löthberg | 2 | -4/+4 | |
2014-11-10 | Move parse_color to utils.c | Johannes Löthberg | 4 | -47/+47 | |
2014-11-10 | Handle all arguments, split out int parsing function | Johannes Löthberg | 5 | -56/+128 | |
2014-11-10 | parse_color: Use bool return-type, nuke PColor for Color* | Johannes Löthberg | 2 | -6/+6 | |
2014-11-10 | rename setRootAtoms to set_root_atoms to fit other names | Johannes Löthberg | 2 | -4/+3 | |
2014-11-07 | yawa.c: Remove remains of old argument parsing | Johannes Löthberg | 1 | -20/+1 | |
2014-11-07 | yawa.c: Exit with -2 on bad colors | Johannes Löthberg | 1 | -3/+6 | |
2014-11-07 | yawa.c: handle flips | Johannes Löthberg | 1 | -0/+11 | |
2014-11-06 | cov-configure before make | Johannes Löthberg | 1 | -1/+1 | |
2014-11-06 | .travis.yml: remove -g from cmake, missing dir | Johannes Löthberg | 1 | -2/+2 | |
2014-11-06 | CMakeLists: add -std=c11 to CMAKE_C_FLAGS | Johannes Löthberg | 1 | -5/+2 | |
2014-11-06 | yawa.c: strncpy --add one less than max | Johannes Löthberg | 1 | -1/+1 | |
2014-11-06 | inline travis.yml script | Johannes Löthberg | 2 | -8/+7 | |
2014-11-06 | add coverity section to travis | Johannes Löthberg | 1 | -0/+16 | |
2014-11-06 | travis.yml: Add missing libbsd-dev dependency | Johannes Löthberg | 1 | -1/+1 | |
2014-11-06 | Don't hardcode /usr/bin/clang | Johannes Löthberg | 1 | -1/+1 | |
2014-11-06 | yawa.c: remove getHex, replace with inline strtol loop | Johannes Löthberg | 2 | -44/+38 | |
2014-11-06 | yawa.c: Remove space after function name, reformat long lines | Johannes Löthberg | 1 | -140/+146 | |
2014-11-06 | add .travis.yml | Johannes Löthberg | 2 | -0/+9 | |
2014-11-05 | forgot to reindent after for remvoal | Johannes Löthberg | 1 | -153/+147 | |
2014-11-05 | yawa.c: nuke atoi | Johannes Löthberg | 1 | -2/+13 | |
2014-11-05 | Split yawa.h out | Johannes Löthberg | 3 | -85/+93 | |
2014-11-05 | Import PKGBUILD | Johannes Löthberg | 1 | -0/+31 | |
2014-11-05 | CMakeLists.txt: Use clang, -Weverything and c110.0.1 | Johannes Löthberg | 1 | -0/+7 | |
The ADD_DEFINITIONS part should be dropped whene cmake 3.1 is released since it will have support for CMAKE_C_STANDARD | |||||
2014-11-05 | yawa.c: Replace custom commandline parsing with argp | Johannes Löthberg | 1 | -199/+214 | |
2014-11-04 | fail | Johannes Löthberg | 1 | -1/+1 | |
2014-11-04 | clearify yawa | Johannes Löthberg | 1 | -2/+2 | |
2014-11-04 | README.rst: Make build instructions a block quote thing | Johannes Löthberg | 1 | -0/+2 | |
2014-11-04 | Rename hsetroot to yawa | Johannes Löthberg | 3 | -6/+8 | |
Thanks @HalosGhost for that brilliant stolen idea ❤ | |||||
2014-11-04 | Rewrote README in ReST | Johannes Löthberg | 2 | -29/+23 | |
2014-11-04 | Replace autotools with CMake | Johannes Löthberg | 24 | -15664/+31 | |
2014-11-04 | Reindent hsetroot.c | Johannes Löthberg | 1 | -549/+550 | |
The fuck did the maitainer do here?.. I don't even... | |||||
2014-11-04 | Add proper GPL header to hsetroot.c, remove old changelog | Johannes Löthberg | 4 | -17/+17 | |
2014-11-04 | Import hsetroot-1.0.2.tar.gz | Johannes Löthberg | 26 | -0/+16670 | |