aboutsummaryrefslogtreecommitdiffstats
path: root/src/AppDelegate.m
AgeCommit message (Expand)Author
2023-09-30Switch to the 0BSD licenseTeddy Wing
2023-09-30Add license (primarily BSD-3-Clause)Teddy Wing
2023-09-30AppDelegate: Set main window content view to scroll viewTeddy Wing
2023-09-30AppDelegate: Remove old test codeTeddy Wing
2023-09-09Clean up "Find" menu testsTeddy Wing
2023-09-09AppDelegate: Add NSTextFinder find barTeddy Wing
2023-08-22AppDelegate: Set `allowsUndo` on the NSTextViewTeddy Wing
2023-08-22AppDelegate: Experiment to set NSTextView to window contentViewTeddy Wing
2023-08-20MainMenu: Try switching to `NSFontManager` -fontMenu:Teddy Wing
2023-08-16AppDelegate: Add an NSTextView to test Edit menuTeddy Wing
2023-08-15AppDelegate: Make main window closeableTeddy Wing
2023-08-14Move main_menu.{h,m} to MainMenu.{h,m}Teddy Wing
2023-08-14Move application menu bar code to a new fileTeddy Wing
2023-08-14Add an NSApplicationDelegateTeddy Wing