aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-09-30Add READMEHEADmasterTeddy Wing
2023-09-30Info.plist: Remove my nameTeddy Wing
2023-09-30Switch to the 0BSD licenseTeddy Wing
2023-09-30Add license (primarily BSD-3-Clause)Teddy Wing
2023-09-30Internationalization: Remove "Open Recent" translationTeddy Wing
2023-09-30bin/log: Add script to stream logs from the applicationTeddy Wing
2023-09-30AppDelegate: Set main window content view to scroll viewTeddy Wing
2023-09-30AppDelegate: Remove old test codeTeddy Wing
2023-09-30MainMenu: Keep getting application name at runtimeTeddy Wing
2023-09-30MainMenu: Move application name to a constantTeddy Wing
2023-09-30Try to get app name from compiler flagTeddy Wing
2023-09-29MainMenu: Remove custom "Open Recent" menu itemTeddy Wing
2023-09-29MainMenu: Remove unused `show_all_menu_item` variableTeddy Wing
2023-09-29Document: Remove up old setup codeTeddy Wing
2023-09-29AppDelegate: Use consistent brace formatTeddy Wing
2023-09-29Remove `DocumentWindowController`Teddy Wing
2023-09-29Document: Clean up cascade_offset codeTeddy Wing
2023-09-29Document: Fix window cascadeTeddy Wing
2023-09-29Document: Trying to debug `cascade_offset`Teddy Wing
2023-09-26Document: Initial attempt to cascade new document windowsTeddy Wing
2023-09-25Makefile: Add warning and error compiler flagsTeddy Wing
2023-09-25Document: Add placeholder labelTeddy Wing
2023-09-18Makefile: Remove `PRODUCT`Teddy Wing
2023-09-16Makefile: Move compiler flags to variablesTeddy Wing
2023-09-16Make a document-based applicationTeddy Wing
2023-09-09Clean up "Find" menu testsTeddy Wing
2023-09-09AppDelegate: Add NSTextFinder find barTeddy Wing
2023-09-09Makefile: Set dependency on Localizable.strings filesTeddy Wing
2023-09-09Makefile: Clean up space/no-space handling in application nameTeddy Wing
2023-09-05Makefile: Remove errors when APP_NAME has no spacesTeddy Wing
2023-09-05Makefile: Try building an app with no spaces in its nameTeddy Wing
2023-09-05Makefile: Adjust no-space rules so we don't rebuild every runTeddy Wing
2023-09-04Info.plist: Change executable name to "Base Windowed Application"Teddy Wing
2023-09-04Makefile: Try to not recompile the executable when building .appTeddy Wing
2023-09-04Makefile: Move space-less version to a .app bundle with spacesTeddy Wing
2023-09-04Makefile: Fix *.lproj targetsTeddy Wing
2023-09-04Makefile: Try building no space version of .app bundleTeddy Wing
2023-09-03Makefile: Test replacing spaces in the app name with a differen charTeddy Wing
2023-09-03Makefile: Try to build .app bundleTeddy Wing
2023-08-23MainMenu: Remove localisation TODOTeddy Wing
2023-08-23MainMenu: Use stringWithFormat for titles containing application nameTeddy Wing
2023-08-23MainMenu: Add localisation for menu items containing application nameTeddy Wing
2023-08-23fr.lproj/Localizable.strings: Add French translationsTeddy Wing
2023-08-23MainMenu: Correct "Data Detectors" menu item titleTeddy Wing
2023-08-22Move Base.lproj to Internationalization/en.lprojTeddy Wing
2023-08-22MainMenu: Add NSLocalizedString wrappersTeddy Wing
2023-08-22MainMenu: Add note for static application nameTeddy Wing
2023-08-22MainMenu: Add note for localisationTeddy Wing
2023-08-22Makefile: Convert Localizable.strings to UTF-8Teddy Wing
2023-08-22Makefile: Add targets to generate a Localizable.strings fileTeddy Wing