log

age author description
Thu, 09 Jan 2020 18:51:22 +0200 Matti Hamalainen Conditionally define DM_ATTR_PRINTF_FMT(xstart, xend) instead of using
Thu, 09 Jan 2020 15:20:23 +0200 Matti Hamalainen Fix some format strings to use proper PRI*_SIZE_T where necessary.
Thu, 09 Jan 2020 14:55:41 +0200 Matti Hamalainen Add __attribute__(__format__ ..) specifiers for functions that use printf() style format specifiers.
Wed, 08 Jan 2020 14:59:16 +0200 Matti Hamalainen Document space key.
Wed, 08 Jan 2020 13:24:11 +0200 Matti Hamalainen Reorganize Makefile.gen some for clarity.
Wed, 08 Jan 2020 13:08:53 +0200 Matti Hamalainen Move dmC64DefaultPalettes from lib64gfx to lib64util.
Wed, 08 Jan 2020 13:08:06 +0200 Matti Hamalainen Comments.
Wed, 08 Jan 2020 13:04:03 +0200 Matti Hamalainen Mark Marq's newer PETSCII editor format as (new format).
Wed, 08 Jan 2020 13:00:00 +0200 Matti Hamalainen UPETSCII is actually old version of Marq's PETSCII editor.
Wed, 08 Jan 2020 12:33:17 +0200 Matti Hamalainen Cosmetics.
Wed, 08 Jan 2020 12:30:09 +0200 Matti Hamalainen Document the keys for controlling the viewer in --help.
Wed, 08 Jan 2020 12:29:46 +0200 Matti Hamalainen Bump copyright year.
Wed, 08 Jan 2020 12:29:35 +0200 Matti Hamalainen Improve the help text in argShowC64PaletteHelp().
Wed, 08 Jan 2020 12:29:21 +0200 Matti Hamalainen Fix copyright years.
Wed, 08 Jan 2020 00:20:55 +0200 Matti Hamalainen Bump copyright years.
Tue, 07 Jan 2020 23:35:33 +0200 Matti Hamalainen Unfortunately -flto breaks clang builds, so remove it from the default
Tue, 07 Jan 2020 17:42:40 +0200 Matti Hamalainen Copy certain DMC64Image::extraInfo fields in dmConvertC64Bitmap() to the destination image.
Tue, 07 Jan 2020 17:40:26 +0200 Matti Hamalainen Fix encoding and improve decoding of character set case (upper/lower) for two PETSCII formats. Also generalize the functions a bit.
Tue, 07 Jan 2020 15:25:14 +0200 Matti Hamalainen Fix Petscii Coca editor format writing.
Tue, 07 Jan 2020 15:04:19 +0200 Matti Hamalainen Rename some functions to be more consistent with their intent.
Mon, 06 Jan 2020 12:39:02 +0200 Matti Hamalainen Oops, used the old Makefile variable EXEEXT instead of BINEXT. Fix it.
Sat, 04 Jan 2020 14:45:29 +0200 Matti Hamalainen Oops, commit 21d8eb203e2a broke 'make install'. Fix it.
Sat, 04 Jan 2020 14:41:33 +0200 Matti Hamalainen Change "Unknown PETSCII (unpacked)" to "Unknown PETSCII editor (unpacked)"
Sat, 04 Jan 2020 14:41:02 +0200 Matti Hamalainen Add support for Petscii Coca (Cola) format.
Fri, 03 Jan 2020 10:59:36 +0200 Matti Hamalainen Bump copyright years.
Tue, 31 Dec 2019 13:06:46 +0200 Matti Hamalainen Add missing description string to formatTypeList[].
Tue, 31 Dec 2019 13:04:13 +0200 Matti Hamalainen Add argument to dmPrintByte() for reversing the bits.
Thu, 05 Dec 2019 18:26:01 +0200 Matti Hamalainen Cosmetic.
Thu, 05 Dec 2019 18:24:43 +0200 Matti Hamalainen s/EXEEXT/BINEXT/g
Thu, 05 Dec 2019 16:48:46 +0200 Matti Hamalainen Some work on build system improvements/cleanups.