aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-11-11yawa version 0.9.0 released!0.9.0Johannes Löthberg1-1/+1
2014-11-11Move /resources to /res to match other directoriesJohannes Löthberg1-0/+0
2014-11-11CMakeLists: Set git version if in git repoJohannes Löthberg1-1/+15
2014-11-11Install manpage on `make install`Johannes Löthberg1-0/+2
2014-11-11doc/yawa.rst: Use = between longopt and argumentJohannes Löthberg1-17/+17
2014-11-11Add initial manapageJohannes Löthberg6-1/+152
2014-11-11README: add feature-complete noteJohannes Löthberg1-3/+8
2014-11-11Drop short opts for flipsJohannes Löthberg2-8/+8
2014-11-11Add replacement for -addd using --add and --distanceJohannes Löthberg2-7/+20
2014-11-11Fix alpha, blur, sharpen, constast, brightness, and gamma switchesJohannes Löthberg2-43/+17
2014-11-11replace all int with signed, unsigned int with unsignedJohannes Löthberg4-33/+33
2014-11-11Add parse_double function to utils.cJohannes Löthberg2-0/+25
2014-11-11Implement functionality part of --write argumentJohannes Löthberg2-2/+2
2014-11-11Opening curl braces should be on the same lineJohannes Löthberg3-111/+65
2014-11-11struct: ‘unsigned int’ → ‘unsigned’, ‘int’ → ‘signed’Johannes Löthberg1-7/+12
2014-11-11use ‘signed’ instead of ‘int’, redo prototypesJohannes Löthberg4-19/+33
2014-11-10Make non-negatable arguments unsigned, make parse_uintJohannes Löthberg4-12/+37
2014-11-10Remove space before function namesJohannes Löthberg2-5/+5
2014-11-10yawa.h: Move argp variables to yawa.cJohannes Löthberg2-4/+4
2014-11-10Move parse_color to utils.cJohannes Löthberg4-47/+47
2014-11-10Handle all arguments, split out int parsing functionJohannes Löthberg5-56/+128
2014-11-10parse_color: Use bool return-type, nuke PColor for Color*Johannes Löthberg2-6/+6
2014-11-10rename setRootAtoms to set_root_atoms to fit other namesJohannes Löthberg2-4/+3
2014-11-07yawa.c: Remove remains of old argument parsingJohannes Löthberg1-20/+1
2014-11-07yawa.c: Exit with -2 on bad colorsJohannes Löthberg1-3/+6
2014-11-07yawa.c: handle flipsJohannes Löthberg1-0/+11
2014-11-06cov-configure before makeJohannes Löthberg1-1/+1
2014-11-06.travis.yml: remove -g from cmake, missing dirJohannes Löthberg1-2/+2
2014-11-06CMakeLists: add -std=c11 to CMAKE_C_FLAGSJohannes Löthberg1-5/+2
2014-11-06yawa.c: strncpy --add one less than maxJohannes Löthberg1-1/+1
2014-11-06inline travis.yml scriptJohannes Löthberg2-8/+7
2014-11-06add coverity section to travisJohannes Löthberg1-0/+16
2014-11-06travis.yml: Add missing libbsd-dev dependencyJohannes Löthberg1-1/+1
2014-11-06Don't hardcode /usr/bin/clangJohannes Löthberg1-1/+1
2014-11-06yawa.c: remove getHex, replace with inline strtol loopJohannes Löthberg2-44/+38
2014-11-06yawa.c: Remove space after function name, reformat long linesJohannes Löthberg1-140/+146
2014-11-06add .travis.ymlJohannes Löthberg2-0/+9
2014-11-05forgot to reindent after for remvoalJohannes Löthberg1-153/+147
2014-11-05yawa.c: nuke atoiJohannes Löthberg1-2/+13
2014-11-05Split yawa.h outJohannes Löthberg3-85/+93
2014-11-05Import PKGBUILDJohannes Löthberg1-0/+31
2014-11-05CMakeLists.txt: Use clang, -Weverything and c110.0.1Johannes Löthberg1-0/+7
2014-11-05yawa.c: Replace custom commandline parsing with argpJohannes Löthberg1-199/+214
2014-11-04failJohannes Löthberg1-1/+1
2014-11-04clearify yawaJohannes Löthberg1-2/+2
2014-11-04README.rst: Make build instructions a block quote thingJohannes Löthberg1-0/+2
2014-11-04Rename hsetroot to yawaJohannes Löthberg3-6/+8
2014-11-04Rewrote README in ReSTJohannes Löthberg2-29/+23
2014-11-04Replace autotools with CMakeJohannes Löthberg24-15664/+31
2014-11-04Reindent hsetroot.cJohannes Löthberg1-549/+550