log

age author description
Thu, 16 Apr 2020 07:39:19 +0300 Matti Hamalainen Reorder the function prototypes, cosmetics, comments.
Wed, 15 Apr 2020 15:10:18 +0300 Matti Hamalainen Add few comments.
Wed, 15 Apr 2020 14:21:38 +0300 Matti Hamalainen Remove the unused "BOOL info" argument from dmWriteImage().
Wed, 15 Apr 2020 14:20:11 +0300 Matti Hamalainen Allow the -R option of gfxconv to be specified as '-R auto[+remove]' for
Wed, 15 Apr 2020 14:18:43 +0300 Matti Hamalainen Un-staticize functions in the main program.
Wed, 15 Apr 2020 13:52:28 +0300 Matti Hamalainen Implement functionality for converting the supported palette formats to
Wed, 15 Apr 2020 13:51:22 +0300 Matti Hamalainen Rename dmRemapImageColors() to more accurate dmRemoveUnusedImageColors().
Wed, 15 Apr 2020 13:50:28 +0300 Matti Hamalainen Move conversion final write error checking to a more generic location.
Wed, 15 Apr 2020 13:31:08 +0300 Matti Hamalainen Check that the image format detected by dmImageProbeGeneric() has read() function defined.
Wed, 15 Apr 2020 13:30:16 +0300 Matti Hamalainen Reorder few NULL checks to be earlier.
Wed, 15 Apr 2020 13:29:50 +0300 Matti Hamalainen Remove useless else and block.
Wed, 15 Apr 2020 13:29:28 +0300 Matti Hamalainen Cosmetics.
Tue, 10 Mar 2020 00:20:05 +0200 Matti Hamalainen Remove some useless complexity from resource system .. could remove more.
Mon, 09 Mar 2020 22:37:00 +0200 Matti Hamalainen Cleanup, rename DMResource::error to DMResource::status.
Mon, 09 Mar 2020 22:29:29 +0200 Matti Hamalainen Add few comments.
Tue, 03 Mar 2020 14:31:14 +0200 Matti Hamalainen Cleanups.
Sat, 29 Feb 2020 12:33:57 +0200 Matti Hamalainen Input file argument is optional for some cases, where stdin can be used.
Sat, 29 Feb 2020 12:32:08 +0200 Matti Hamalainen Show help when no arguments.
Wed, 26 Feb 2020 18:15:17 +0200 Matti Hamalainen Rename extract short from 'e' to 'x'.
Tue, 25 Feb 2020 13:40:32 +0200 Matti Hamalainen Adjust few comments.
Tue, 25 Feb 2020 09:40:23 +0200 Matti Hamalainen Cosmetics in help.
Tue, 25 Feb 2020 07:26:40 +0200 Matti Hamalainen Fix and improvements to dmres MemIO subsystem.
Mon, 24 Feb 2020 16:12:16 +0200 Matti Hamalainen Do not show 'Invalid argument' message, assume the caller does it.
Sun, 23 Feb 2020 08:55:30 +0200 Matti Hamalainen Add missing linefeed.
Sun, 23 Feb 2020 06:13:24 +0200 Matti Hamalainen Print binary name and input file name when outputting -o options.
Wed, 19 Feb 2020 18:25:50 +0200 Matti Hamalainen More improvements to the grep mode.
Wed, 19 Feb 2020 18:00:49 +0200 Matti Hamalainen Only print grep value lists if verbosity >= 1.
Wed, 19 Feb 2020 01:52:36 +0200 Matti Hamalainen Fix grepping of consecutive values in fanalyze when using > byte size types.
Tue, 18 Feb 2020 23:31:10 +0200 Matti Hamalainen Use printf() here as well.
Tue, 18 Feb 2020 23:27:47 +0200 Matti Hamalainen Use printf() instead of dmPrint() for some things.