log

age author description
Sun, 26 May 2019 02:44:34 +0300 Matti Hamalainen Some fixes in charmap to image decoding.
Sun, 26 May 2019 02:43:08 +0300 Matti Hamalainen Return actual error code from enc and dec functions instead of just BOOL.
Sun, 26 May 2019 01:16:57 +0300 Matti Hamalainen Change decFunction() argument order in DMC64EncDecOp.
Sat, 25 May 2019 18:57:37 +0300 Matti Hamalainen Improve probing of packed and unpacked Koala files. Many converters and
Sat, 25 May 2019 18:40:52 +0300 Matti Hamalainen Oops, missing printf argument.
Fri, 24 May 2019 03:48:42 +0300 Matti Hamalainen Support DESTDIR for 'make install'.
Fri, 24 May 2019 02:29:27 +0300 Matti Hamalainen Add helper function dmC64MemBlockAllocSubj().
Fri, 24 May 2019 02:27:45 +0300 Matti Hamalainen Change dmC64GetOpMemBlock() function API.
Wed, 08 May 2019 13:57:34 +0300 Matti Hamalainen Silence a warning when building without PACKFS support.
Wed, 08 May 2019 13:56:10 +0300 Matti Hamalainen Clean out the resource path handling.
Mon, 29 Apr 2019 14:09:01 +0300 Matti Hamalainen Cleanups.
Mon, 29 Apr 2019 13:46:50 +0300 Matti Hamalainen Copy surface attributes in dmGetBMGlyph().
Wed, 03 Apr 2019 20:59:36 +0300 Matti Hamalainen Improve help for spr/chr formats by listing the :mc and :sc flags at their
Thu, 07 Mar 2019 14:12:21 +0200 Matti Hamalainen Backed out changeset dcca36701cdd
Wed, 06 Mar 2019 10:00:03 +0200 Matti Hamalainen Improve PPM/PGM/PNM probing and header parsing.
Tue, 05 Mar 2019 15:09:18 +0200 Matti Hamalainen Add dmGetNPlanesFromNColors() and use it.
Tue, 05 Mar 2019 14:51:02 +0200 Matti Hamalainen Fix nplanes and bpp in gfxconv.
Tue, 05 Mar 2019 12:14:31 +0200 Matti Hamalainen Support grayscale output.
Tue, 05 Mar 2019 10:54:47 +0200 Matti Hamalainen Cleanups.
Tue, 05 Mar 2019 10:32:28 +0200 Matti Hamalainen Improve PPM/PNM/PGM probing.
Tue, 05 Mar 2019 09:57:32 +0200 Matti Hamalainen Mark image format flags with the color formats they support.
Tue, 05 Mar 2019 09:56:47 +0200 Matti Hamalainen Revamp how the DMImage palette system and color formats work, as preparation
Thu, 28 Feb 2019 12:32:07 +0200 Matti Hamalainen Some work on reading >8bpp images.
Thu, 28 Feb 2019 12:30:21 +0200 Matti Hamalainen Initial support for reading PPM/PGM.
Thu, 28 Feb 2019 12:18:27 +0200 Matti Hamalainen Cleanups.
Mon, 25 Feb 2019 12:43:08 +0200 Matti Hamalainen Use helper functions for resource lib mutex locking.
Tue, 19 Feb 2019 12:18:12 +0200 Matti Hamalainen Cleanups.
Tue, 19 Feb 2019 09:33:29 +0200 Matti Hamalainen Add verbose build support ('make V=1').
Mon, 14 Jan 2019 07:20:52 +0200 Matti Hamalainen Bump copyright years.
Thu, 13 Dec 2018 15:54:09 +0200 Matti Hamalainen Implement dmGetBits() to the DMBitStreamContext API. Also improve error handling.
Tue, 11 Dec 2018 15:17:40 +0200 Matti Hamalainen Cosmetic.
Tue, 11 Dec 2018 15:17:32 +0200 Matti Hamalainen Simplify dmPutBits() call in dmWriteRAWRow().
Tue, 11 Dec 2018 15:16:06 +0200 Matti Hamalainen Return DMERR_OK where appropriate instead of 0.
Mon, 10 Dec 2018 20:48:46 +0200 Matti Hamalainen Fix plane buffer size calculation for IFF ACBM to round up to nearest byte (minimum of 1).
Mon, 10 Dec 2018 20:35:18 +0200 Matti Hamalainen Initialize the destination image data in case of IFF ACBM loading.
Mon, 10 Dec 2018 19:36:48 +0200 Matti Hamalainen Define macros DM_MEMCMP_SIZE() and DM_MEMCMP_LEN() as helpers.
Mon, 10 Dec 2018 19:24:45 +0200 Matti Hamalainen Move dm_strdup_fext() and dm_basefilename() to gfxconv, as they are only used there.
Mon, 10 Dec 2018 15:41:58 +0200 Matti Hamalainen Be more informative when attempting to figure out broken PCX file.
Mon, 10 Dec 2018 14:50:17 +0200 Matti Hamalainen Make a note about '-R +remove' in help.
Mon, 10 Dec 2018 14:41:19 +0200 Matti Hamalainen Fix dm_strrcasecmp().
Mon, 10 Dec 2018 13:16:57 +0200 Matti Hamalainen Improve fontconv '-s' option parsing.
Mon, 10 Dec 2018 12:55:29 +0200 Matti Hamalainen Fix a bunch of warnings.
Wed, 05 Dec 2018 17:43:08 +0200 Matti Hamalainen Make space-key go to next image in addition to arrow right/up.
Wed, 05 Dec 2018 17:42:38 +0200 Matti Hamalainen Canonicalize the 64vw window title in case of non-supported files.
Wed, 05 Dec 2018 16:47:59 +0200 Matti Hamalainen s/"lbm"/"ilbm"/
Wed, 05 Dec 2018 14:41:25 +0200 Matti Hamalainen Cosmetics.
Wed, 05 Dec 2018 14:41:19 +0200 Matti Hamalainen Fixes to ACBM support.
Wed, 05 Dec 2018 13:38:53 +0200 Matti Hamalainen Improve IFF probing.
Wed, 05 Dec 2018 13:33:45 +0200 Matti Hamalainen Fix hardcoding in ACBM decoding.
Wed, 05 Dec 2018 13:33:15 +0200 Matti Hamalainen Bump copyright.
Wed, 05 Dec 2018 13:33:03 +0200 Matti Hamalainen Refactor how paletted/indexed formats are handled in libgfx.
Wed, 05 Dec 2018 13:31:59 +0200 Matti Hamalainen Separate ILBM and PBM subformats of IFF images.
Wed, 05 Dec 2018 12:54:28 +0200 Matti Hamalainen Improve IFF probing.
Tue, 04 Dec 2018 21:19:45 +0200 Matti Hamalainen Improve scale factor option '-S' help.
Tue, 04 Dec 2018 20:30:08 +0200 Matti Hamalainen Add some #ifdef'd out RLE (de)compression debug prints.
Tue, 04 Dec 2018 20:20:33 +0200 Matti Hamalainen Add some disabled BR1 encoder test code.
Tue, 04 Dec 2018 19:22:56 +0200 Matti Hamalainen Improve gfxconv --help a bit.
Tue, 04 Dec 2018 19:22:40 +0200 Matti Hamalainen Implement support for the c64 format aspect rations and automatic scaling.
Tue, 04 Dec 2018 19:05:33 +0200 Matti Hamalainen Correct description of 'cdump' format.
Tue, 04 Dec 2018 15:31:13 +0200 Matti Hamalainen Add pixel aspect ratio information for C64 formats. Not used yet.