aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2023-08-22AppDelegate: Set `allowsUndo` on the NSTextViewTeddy Wing
2023-08-22AppDelegate: Experiment to set NSTextView to window contentViewTeddy Wing
2023-08-21MainMenu: Remove custom Font menuTeddy Wing
2023-08-21MainMenu: Add missing Command modifier if missing from Font menu itemsTeddy Wing
2023-08-21MainMenu: Reorder Font menu fix functionsTeddy Wing
2023-08-21MainMenu: Ideas for adding missing Command key equivalent modifierTeddy Wing
2023-08-21MainMenu: Trying to debug lack of Apple modifiers in Font menuTeddy Wing
2023-08-20MainMenu: Try switching to `NSFontManager` -fontMenu:Teddy Wing
2023-08-20MainMenu: Fix "Enter Full Screen" shortcutTeddy Wing
2023-08-20MainMenu: Add Help menuTeddy Wing
2023-08-20MainMenu: Add Window menuTeddy Wing
2023-08-20MainMenu: Add View menuTeddy Wing
2023-08-20MainMenu: Add actions for most Format menu itemsTeddy Wing
2023-08-20MainMenu: Add rest of the menu items to the Format menuTeddy Wing
2023-08-17MainMenu: Add note for "Open Recent" menuTeddy Wing
2023-08-17MainMenu: Add Format>Font menuTeddy Wing
2023-08-17MainMenu: Return `NSMenuItem`s from functionsTeddy Wing
2023-08-17MainMenu: Trying to get Edit>Find menu items workingTeddy Wing
2023-08-16MainMenu: Add notes for Edit menu fixesTeddy Wing
2023-08-16AppDelegate: Add an NSTextView to test Edit menuTeddy Wing
2023-08-16MainMenu: Add Edit menu itemsTeddy Wing
2023-08-15AppDelegate: Make main window closeableTeddy Wing
2023-08-15MainMenu: Add File menu itemsTeddy Wing
2023-08-15Default main menu: Describe base main menuTeddy Wing
2023-08-15MainMenu: Add Services menu to Application menuTeddy Wing
2023-08-15MainMenu: Set "Quit" target to `NSApp`Teddy Wing
2023-08-15MainMenu: Make "Hide" and "Hide Others" menu items workTeddy Wing
2023-08-15MainMenu: Add application name to application menu itemsTeddy Wing
2023-08-15MainMenu: Add Application menu itemsTeddy Wing
2023-08-15MainMenu: Switch `about_menu_item` to non-local allocationTeddy Wing
2023-08-15MainMenu.m: Add "About" menu itemTeddy Wing