Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-25 | Don't duplicate license text in all source files | Harry Jeffery | |
If moving to dual-licensing, this text will be confusing. It's also a lot of noise. | |||
2017-08-22 | Remove year from copyright notices | Harry Jeffery | |
It was falling out of date, and has no legal bearing to my knowledge. | |||
2016-10-23 | Simplify hex color parser | Dmitrij D. Czarkoff | |
It is actually a trivial task for strtoul + some bit shifting, so there is no need for two separate functions. | |||
2016-04-26 | Add vim modelines | Dmitrij D. Czarkoff | |
2016-01-14 | Loading image data from standard input | Dmitrij D. Czarkoff | |
This commit changes processing of arguments: * When called without arguments (with or without flags), imv reads list of files from standard input. * When called with "-" among arguments, read image data from standard input. | |||
2015-12-28 | Remove names from file copyright headers | Harry Jeffery | |
2015-12-10 | Move text rendering into a util function | Harry Jeffery | |
2015-11-30 | Document utils | Harry Jeffery | |
2015-11-28 | Move utility functions from main.c to util.c | Harry Jeffery | |