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 over 2 years ago

Amendments on November 11, 2023

Handle files smaller than the buffer.

eric made amendment 27 over 2 years ago

Fixes to allow app to run in system 6.

eric made amendment 26 over 2 years ago

Add copyright headers

eric made amendment 25 over 2 years ago

Amendments on November 10, 2023

Update alert to StopAlert.

CheckFileExt to const char*.
eric made amendment 24 over 2 years ago

Fixed issue with strlen and checking non-printable chars.

Updated file ext list
eric made amendment 23 over 2 years ago

Better magic check for DC4 images.

eric made amendment 22 over 2 years ago

Amendments on November 9, 2023

Fix logic for checking file ext len. Thanks Steve!

eric made amendment 21 over 2 years ago

Add .toast file extension. Thanks Ron!

eric made amendment 20 over 2 years ago

CheckFileExt with ~300 file types

Only use extensions as a last resort
eric made amendment 19 over 2 years ago

Add support for tar/bz2 based on file extensions.

eric made amendment 17 over 2 years ago

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

eric made amendment 16 over 2 years ago

learned .sea.bin or .sit.bin

eric made amendment 15 over 2 years ago

call dc4 check.

eric made amendment 14 over 2 years ago

Better checks for sit versions.

Learned DC4.2
eric made amendment 13 over 2 years ago

Fix issue with cpt detection

eric made amendment 12 over 2 years ago