AmendHub

nulleric

/

Fix-a-Fork

/

amendments

/

main.c

Amendments on April 5, 2024

Release 1.0.1-a

eric made amendment 36 6 months 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 6 months ago

This format is easier to maintain and should be faster.

jcs made amendment 34 6 months ago

Amendments on April 1, 2024

Fix-a-Fork 1.0.0-a

eric made amendment 30 6 months ago

Amendments on November 13, 2023

Rename methods to avoid conflicts with ansi

eric made amendment 29 11 months ago

Amendments on November 11, 2023

Handle files smaller than the buffer.

eric made amendment 27 11 months ago

Fixes to allow app to run in system 6.

eric made amendment 26 11 months ago

Add copyright headers

eric made amendment 25 11 months ago

Amendments on November 10, 2023

Update alert to StopAlert.

CheckFileExt to const char*.
eric made amendment 24 11 months ago

Fixed issue with strlen and checking non-printable chars.

Updated file ext list
eric made amendment 23 11 months ago

Better magic check for DC4 images.

eric made amendment 22 11 months ago

Amendments on November 9, 2023

Fix logic for checking file ext len. Thanks Steve!

eric made amendment 21 11 months ago

Add .toast file extension. Thanks Ron!

eric made amendment 20 11 months ago

CheckFileExt with ~300 file types

Only use extensions as a last resort
eric made amendment 19 11 months ago

Add support for tar/bz2 based on file extensions.

eric made amendment 17 11 months ago

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

eric made amendment 16 11 months ago

learned .sea.bin or .sit.bin

eric made amendment 15 11 months ago

call dc4 check.

eric made amendment 14 11 months ago

Better checks for sit versions.

Learned DC4.2
eric made amendment 13 11 months ago

Fix issue with cpt detection

eric made amendment 12 11 months ago