syncfiles/macos
Dietrich Epp 1396fb1cbf Handle Apple events
Currently, only the 'open application' event is actually handled, but
handlers for the required core events are installed. The open
application event causes the program to create a new document when
opened.
2023-05-07 03:30:51 -04:00
..
BUILD.bazel Add Pascal string builder module 2023-04-19 22:14:34 -04:00
choose_directory.c Remove unused code 2023-05-06 20:25:00 -04:00
choose_directory.h
derez.sh
error.c Fix button text for alerts 2023-05-06 21:56:00 -04:00
error.h Implement opening projects 2023-05-06 22:55:06 -04:00
icons.r
main.c Handle Apple events 2023-05-07 03:30:51 -04:00
main.h Add project menu with upload/download items 2023-05-07 01:51:00 -04:00
menu.r Add project menu with upload/download items 2023-05-07 01:51:00 -04:00
path.c
path.h
project.c Add project menu with upload/download items 2023-05-07 01:51:00 -04:00
project.h Add project menu with upload/download items 2023-05-07 01:51:00 -04:00
pstrbuilder_test.c Add Pascal string builder module 2023-04-19 22:14:34 -04:00
pstrbuilder.c Rework error handling 2023-05-06 19:41:40 -04:00
pstrbuilder.h Rework error handling 2023-05-06 19:41:40 -04:00
resources.h Add project menu with upload/download items 2023-05-07 01:51:00 -04:00
resources.r Implement opening projects 2023-05-06 22:55:06 -04:00
tempfile.c
tempfile.h