log

age author description
Mon, 27 Apr 2020 03:13:14 +0300 Matti Hamalainen Use jsetMaxPatterns for "empty" pattern instead of npatterns.
Mon, 27 Apr 2020 03:10:15 +0300 Matti Hamalainen Do checks against buffer length before access. :S
Fri, 17 Apr 2020 16:31:06 +0300 Matti Hamalainen Adjust DM_FMT_* flag values slightly.
Thu, 16 Apr 2020 17:38:56 +0300 Matti Hamalainen Enable the use of internal (C64) palettes for generally specifying a palette.
Thu, 16 Apr 2020 15:00:18 +0300 Matti Hamalainen Move dmCompareColor() from libgfx to gfxconv as it is used only there,
Thu, 16 Apr 2020 14:35:41 +0300 Matti Hamalainen Free the allocated extra palette, if any.
Thu, 16 Apr 2020 14:07:38 +0300 Matti Hamalainen Sync string handling fixes from th-libs.
Thu, 16 Apr 2020 10:36:45 +0300 Matti Hamalainen Add few comments.
Thu, 16 Apr 2020 09:11:12 +0300 Matti Hamalainen Improve error and validity checks for external palette loading.
Thu, 16 Apr 2020 09:10:47 +0300 Matti Hamalainen "Arbitrary" is better than "non-standard" in this context.
Thu, 16 Apr 2020 08:07:40 +0300 Matti Hamalainen Check that the source image has a palette when doing image -> palette conversion/extraction.
Thu, 16 Apr 2020 07:52:06 +0300 Matti Hamalainen Improve few error messages.
Thu, 16 Apr 2020 07:48:36 +0300 Matti Hamalainen Rename labels more unformly.
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.