log Interface.pde @ 131:9d17f991f102

age author description
Sun, 05 Aug 2018 10:44:45 +0300 Matti Hamalainen Move undo and spare page management into buffers.pde as in Multipaint 2018.
Fri, 06 Jul 2018 06:41:04 +0300 Matti Hamalainen Make right-clicking work on the Load icon.
Fri, 06 Jul 2018 06:40:43 +0300 Matti Hamalainen Use the constant for RIGHT mouse button instead of magic number.
Fri, 06 Jul 2018 03:18:53 +0300 Matti Hamalainen Cleanups.
Thu, 05 Jul 2018 21:51:01 +0300 Matti Hamalainen Set g_dirty flag in refresh() to ensure screen update after certain
Thu, 05 Jul 2018 21:26:09 +0300 Matti Hamalainen Cleanup.
Wed, 04 Jul 2018 18:45:46 +0300 Matti Hamalainen Rename some variables.
Wed, 04 Jul 2018 14:50:11 +0300 Matti Hamalainen Clean up g_spare related things.
Wed, 04 Jul 2018 14:42:03 +0300 Matti Hamalainen Cosmetics.
Wed, 04 Jul 2018 12:10:35 +0300 Matti Hamalainen Cleanup.
Wed, 04 Jul 2018 10:06:10 +0300 Matti Hamalainen Use console.log() to log message() things in browser console.
Wed, 04 Jul 2018 09:48:33 +0300 Matti Hamalainen Remove unused code and variables.
Wed, 04 Jul 2018 09:08:47 +0300 Matti Hamalainen Oops, fix the coordinate printing.
Wed, 04 Jul 2018 09:03:08 +0300 Matti Hamalainen Cosmetics and indentation.
Wed, 04 Jul 2018 08:57:43 +0300 Matti Hamalainen Check for characters < 32 in drawchar() because 32 is deducted from the value.
Wed, 04 Jul 2018 08:55:48 +0300 Matti Hamalainen Change the help() function and its usage to have more than one parameter to
Wed, 04 Jul 2018 08:51:19 +0300 Matti Hamalainen Various minor code cleanups.
Tue, 03 Jul 2018 22:17:48 +0300 Matti Hamalainen Fix many calculations (divisions) that assume integer variable division
Tue, 03 Jul 2018 21:27:18 +0300 Matti Hamalainen Cast char to int where needed and other related operations.
Tue, 03 Jul 2018 21:19:29 +0300 Matti Hamalainen Int-ize byte array index references when using character, e.g. arr['A'] -> arr[int('A')]
Tue, 03 Jul 2018 21:08:55 +0300 Matti Hamalainen Replace newArray = oldArray.clone() pattern with arrayCopy().
Tue, 03 Jul 2018 21:02:33 +0300 Matti Hamalainen Run everything through JS-beautifier and remove trailing whitespace.
Tue, 03 Jul 2018 20:56:55 +0300 Tero Heikkinen Initial import of Multipaint sketch version 22.5.2017.