2018-04-15 10:19 | Remove links, they are dead | sin | 1 | +2 | -6 |
2017-11-05 15:45 | minor code-style | Hiltjo Posthuma | 2 | +2 | -2 |
2017-11-05 15:42 | add util.c: reallocarray for musl | Hiltjo Posthuma | 4 | +47 | -4 |
2017-11-05 12:41 | ff.c: farbeld support | Hiltjo Posthuma | 5 | +56 | -4 |
2017-11-05 14:19 | Update README | sin | 1 | +1 | -1 |
2017-11-05 12:13 | read data from stdin | Hiltjo Posthuma | 4 | +10 | -16 |
2016-10-18 11:47 | Don't intend cases | sin | 1 | +20 | -21 |
2016-10-18 11:46 | Bump copyright year | sin | 1 | +2 | -2 |
2015-12-05 10:13 | Remove binary | sin | 1 | +0 | -0 |
2015-10-06 19:26 | hexsort: rewrote algorithm from scratch | z3bra | 2 | +74 | -50 |
2015-10-05 22:44 | hexsort: explain how scoring works | z3bra | 1 | +17 | -0 |
2015-10-05 22:01 | hexsort: sort colors by dominant color | z3bra | 1 | +165 | -0 |
2015-06-15 19:40 | Bump to 0.3 | sin | 1 | +1 | -1 |
2015-06-15 10:26 | Fix AUTHORS section in manpage | sin | 1 | +2 | -2 |
2015-06-13 11:23 | Style fixes | sin | 1 | +1 | -3 |
2015-06-13 11:17 | Style fixes | lostd | 1 | +10 | -9 |
2015-06-13 11:07 | Bump to long long to avoid overflows on 32-bit systems | lostd | 1 | +3 | -3 |
2015-06-13 10:28 | Rename rb_e to e now that TAILQ is gone | sin | 1 | +3 | -3 |
2015-06-13 10:27 | Rename hasmember() to ismember() | sin | 1 | +3 | -3 |
2015-06-13 10:08 | Remove queue.h now | sin | 3 | +1 | -650 |
2015-06-13 10:08 | Change nelems from long to size_t | sin | 1 | +1 | -1 |
2015-06-12 23:41 | We do not need the list of points per cluster | lostd | 1 | +41 | -39 |
2015-06-12 13:58 | Bump freq from int to long | sin | 1 | +1 | -1 |
2015-06-11 19:39 | Fix comparison function | lostd | 1 | +4 | -2 |
2015-06-11 14:01 | Add verbose mode | sin | 2 | +36 | -2 |
2015-06-11 13:51 | Move init cluster settings all at the same place | lostd | 1 | +5 | -2 |
2015-06-11 13:28 | Add RB_PROTOTYPE | sin | 1 | +1 | -0 |
2015-06-11 11:15 | Update README | sin | 1 | +1 | -1 |
2015-06-11 11:09 | Style fix | sin | 1 | +0 | -1 |
2015-06-11 11:01 | Rename members to pointhead | sin | 1 | +9 | -9 |
2015-06-11 10:01 | Reuse pointer in fillpoints() | sin | 1 | +4 | -4 |
2015-06-11 09:46 | Use a red-black tree to store the points | sin | 6 | +802 | -171 |
2015-06-11 09:10 | Style fix | sin | 1 | +3 | -1 |
2015-06-11 09:08 | Add bounds checking to vector_get() | sin | 2 | +3 | -2 |
2015-06-10 20:48 | Add vector_free() to vector.h | sin | 1 | +1 | -0 |
2015-06-10 16:35 | Switch to vector based representation for points | sin | 4 | +78 | -15 |
2015-06-10 14:06 | Made distance value more readable in hex2col.c | z3bra | 1 | +1 | -1 |
2015-06-10 14:02 | Remove math.h from hex2col.c | z3bra | 1 | +5 | -6 |
2015-06-10 13:38 | Update hex2col.c | sin | 1 | +101 | -12 |
2015-06-09 23:02 | Update README | sin | 1 | +3 | -3 |
2015-06-09 17:22 | Not brightness but greyscale steps | lostd | 2 | +3 | -3 |
2015-06-09 16:35 | Use taxicab metric for k-medians | sin | 1 | +9 | -3 |
2015-06-09 16:18 | Fix indentation in colors.1 | sin | 1 | +2 | -2 |
2015-06-09 16:07 | Update README and manpage | sin | 2 | +4 | -4 |
2015-06-09 15:37 | Update README | sin | 1 | +1 | -1 |
2015-06-09 15:29 | Add support for k-medians clustering | sin | 2 | +74 | -7 |
2015-06-09 14:12 | Add hex2col by z3bra | sin | 1 | +24 | -0 |
2015-06-09 14:11 | Rename scripts/ to bin/ | sin | 1 | +0 | -0 |
2015-06-06 11:40 | Make images smaller in tohtml.sh | sin | 1 | +3 | -3 |
2015-06-06 11:11 | No need to use sqrtf() in distance() | sin | 2 | +2 | -3 |
2015-06-06 10:52 | Bump to 0.2 | sin | 1 | +1 | -1 |
2015-06-06 10:16 | Random is now a modifier and we have a new pixel select mode | lostd | 2 | +29 | -20 |
2015-06-06 09:45 | Initialize point | sin | 1 | +1 | -1 |
2015-06-06 09:39 | Hue selector on the whole rgb hue range | lostd | 1 | +39 | -11 |
2015-06-06 08:54 | Skip pixels with a zero alpha component | sin | 1 | +2 | -0 |
2015-06-05 16:05 | Add lostd to LICENSE | sin | 2 | +3 | -1 |
2015-06-05 16:02 | No need for point coords to be long | sin | 1 | +13 | -12 |
2015-06-05 15:23 | Simplify logic for init space and steps | lostd | 1 | +11 | -8 |
2015-06-05 15:23 | Use proper type | sin | 1 | +1 | -2 |
2015-06-05 15:22 | Fix overflow for very large pictures | sin | 1 | +6 | -5 |
2015-06-05 14:40 | Don't segfault if nclusters is 0 | sin | 1 | +1 | -1 |
2015-06-05 13:41 | Limit the number of clusters to brightness steps | lostd | 1 | +9 | -5 |
2015-06-05 13:22 | Basic hue clustering, only the 6 basic hues supported for now | lostd | 2 | +31 | -1 |
2015-06-05 12:59 | Round to nearest in distance calculations | sin | 1 | +1 | -1 |
2015-06-05 12:54 | Fix alignment | sin | 1 | +2 | -2 |
2015-06-05 12:49 | README update | sin | 1 | +1 | -1 |
2015-06-05 12:44 | Simplify png parser | sin | 1 | +20 | -41 |
2015-06-04 22:49 | Make the default cluster selection fixed | lostd | 3 | +26 | -6 |
2015-06-04 19:13 | Fix usage() now that we have a manpage | sin | 1 | +0 | -2 |
2015-06-04 18:38 | Style fix | sin | 2 | +2 | -0 |
2015-06-04 18:34 | Bring up default # of clusters to 8 | sin | 2 | +3 | -3 |
2015-06-04 18:31 | Remove superfluous comment | sin | 1 | +0 | -2 |
2015-06-04 15:14 | Readability fix | lostd | 1 | +7 | -7 |
2015-06-04 15:02 | Fix merge | sin | 1 | +0 | -1 |
2015-06-04 14:59 | Add manpage | sin | 3 | +39 | -2 |
2015-06-04 14:58 | Include /usr/local paths by default | lostd | 1 | +2 | -1 |
2015-06-04 14:29 | Fix usage | sin | 1 | +2 | -2 |
2015-06-04 14:27 | Minor comments fix | sin | 1 | +3 | -2 |
2015-06-04 14:17 | Factor out image parsing | sin | 4 | +100 | -80 |
2015-06-04 13:57 | Add a flag to control printing of empty clusters | sin | 1 | +11 | -5 |
2015-06-04 13:40 | Bring down default number of clusters to 4 | sin | 1 | +6 | -7 |
2015-06-04 13:33 | Ensure point is initialized properly before adjusting center | sin | 1 | +1 | -2 |
2015-06-04 13:27 | Fix header deps in Makefile | sin | 1 | +1 | -1 |
2015-06-04 13:24 | Remove unused function | sin | 1 | +0 | -9 |
2015-06-04 13:15 | Add emalloc() | sin | 1 | +16 | -5 |
2015-06-04 13:09 | Add example to README | sin | 1 | +10 | -1 |
2015-06-04 13:00 | Add minimal README | sin | 1 | +5 | -0 |
2015-06-04 12:56 | Initial commit | sin | 6 | +1046 | -0 |