AmendHub

nulleric

/

Fix-a-Fork

/

amendments

/

main.c

Amendments on April 5, 2024

Release 1.0.1-a

eric made amendment 36 about 1 year ago

Add TouchFolder to update the modification time so folders show new icons right away.

Added an error message if could not set type/creator.
Moved hasAppleEvents to a global so can be checked in other methods that may need to send apple events.
Put an attempt in scratch for sending a Finder update event. Did not work on system 7.1 and below.
eric made amendment 35 about 1 year ago

This format is easier to maintain and should be faster.

jcs made amendment 34 about 1 year ago

Amendments on April 1, 2024

Fix-a-Fork 1.0.0-a

eric made amendment 30 about 1 year ago

Amendments on November 13, 2023

Rename methods to avoid conflicts with ansi

eric made amendment 29 about 1 year ago

Amendments on November 11, 2023

Handle files smaller than the buffer.

eric made amendment 27 about 1 year ago

Fixes to allow app to run in system 6.

eric made amendment 26 about 1 year ago

Add copyright headers

eric made amendment 25 about 1 year ago

Amendments on November 10, 2023

Update alert to StopAlert.

CheckFileExt to const char*.
eric made amendment 24 about 1 year ago

Fixed issue with strlen and checking non-printable chars.

Updated file ext list
eric made amendment 23 about 1 year ago

Better magic check for DC4 images.

eric made amendment 22 about 1 year ago

Amendments on November 9, 2023

Fix logic for checking file ext len. Thanks Steve!

eric made amendment 21 about 1 year ago

Add .toast file extension. Thanks Ron!

eric made amendment 20 about 1 year ago

CheckFileExt with ~300 file types

Only use extensions as a last resort
eric made amendment 19 about 1 year ago

Add support for tar/bz2 based on file extensions.

eric made amendment 17 about 1 year ago

Add ability to look at file extensions if all else fails.

eric made amendment 16 about 1 year ago

learned .sea.bin or .sit.bin

eric made amendment 15 about 1 year ago

call dc4 check.

eric made amendment 14 about 1 year ago

Better checks for sit versions.

Learned DC4.2
eric made amendment 13 about 1 year ago

Fix issue with cpt detection

eric made amendment 12 about 1 year ago