index
:
Base-Windowed-Application
master
A template for new minimal Mac OS Cocoa applications
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-09-05
Makefile: Adjust no-space rules so we don't rebuild every run
Teddy Wing
2023-09-04
Info.plist: Change executable name to "Base Windowed Application"
Teddy Wing
2023-09-04
Makefile: Try to not recompile the executable when building .app
Teddy Wing
2023-09-04
Makefile: Move space-less version to a .app bundle with spaces
Teddy Wing
2023-09-04
Makefile: Fix *.lproj targets
Teddy Wing
2023-09-04
Makefile: Try building no space version of .app bundle
Teddy Wing
2023-09-03
Makefile: Test replacing spaces in the app name with a differen char
Teddy Wing
2023-09-03
Makefile: Try to build .app bundle
Teddy Wing
2023-08-23
MainMenu: Remove localisation TODO
Teddy Wing
2023-08-23
MainMenu: Use stringWithFormat for titles containing application name
Teddy Wing
2023-08-23
MainMenu: Add localisation for menu items containing application name
Teddy Wing
2023-08-23
fr.lproj/Localizable.strings: Add French translations
Teddy Wing
2023-08-23
MainMenu: Correct "Data Detectors" menu item title
Teddy Wing
2023-08-22
Move Base.lproj to Internationalization/en.lproj
Teddy Wing
2023-08-22
MainMenu: Add NSLocalizedString wrappers
Teddy Wing
2023-08-22
MainMenu: Add note for static application name
Teddy Wing
2023-08-22
MainMenu: Add note for localisation
Teddy Wing
2023-08-22
Makefile: Convert Localizable.strings to UTF-8
Teddy Wing
2023-08-22
Makefile: Add targets to generate a Localizable.strings file
Teddy Wing
2023-08-22
AppDelegate: Set `allowsUndo` on the NSTextView
Teddy Wing
2023-08-22
AppDelegate: Experiment to set NSTextView to window contentView
Teddy Wing
2023-08-21
MainMenu: Remove custom Font menu
Teddy Wing
2023-08-21
MainMenu: Add missing Command modifier if missing from Font menu items
Teddy Wing
2023-08-21
MainMenu: Reorder Font menu fix functions
Teddy Wing
2023-08-21
MainMenu: Ideas for adding missing Command key equivalent modifier
Teddy Wing
2023-08-21
MainMenu: Trying to debug lack of Apple modifiers in Font menu
Teddy Wing
2023-08-20
MainMenu: Try switching to `NSFontManager` -fontMenu:
Teddy Wing
2023-08-20
MainMenu: Fix "Enter Full Screen" shortcut
Teddy Wing
2023-08-20
MainMenu: Add Help menu
Teddy Wing
2023-08-20
MainMenu: Add Window menu
Teddy Wing
2023-08-20
MainMenu: Add View menu
Teddy Wing
2023-08-20
MainMenu: Add actions for most Format menu items
Teddy Wing
2023-08-20
MainMenu: Add rest of the menu items to the Format menu
Teddy Wing
2023-08-17
MainMenu: Add note for "Open Recent" menu
Teddy Wing
2023-08-17
MainMenu: Add Format>Font menu
Teddy Wing
2023-08-17
MainMenu: Return `NSMenuItem`s from functions
Teddy Wing
2023-08-17
MainMenu: Trying to get Edit>Find menu items working
Teddy Wing
2023-08-16
MainMenu: Add notes for Edit menu fixes
Teddy Wing
2023-08-16
AppDelegate: Add an NSTextView to test Edit menu
Teddy Wing
2023-08-16
MainMenu: Add Edit menu items
Teddy Wing
2023-08-15
AppDelegate: Make main window closeable
Teddy Wing
2023-08-15
MainMenu: Add File menu items
Teddy Wing
2023-08-15
Default main menu: Describe base main menu
Teddy Wing
2023-08-15
MainMenu: Add Services menu to Application menu
Teddy Wing
2023-08-15
MainMenu: Set "Quit" target to `NSApp`
Teddy Wing
2023-08-15
MainMenu: Make "Hide" and "Hide Others" menu items work
Teddy Wing
2023-08-15
MainMenu: Add application name to application menu items
Teddy Wing
2023-08-15
MainMenu: Add Application menu items
Teddy Wing
2023-08-15
MainMenu: Switch `about_menu_item` to non-local allocation
Teddy Wing
2023-08-15
MainMenu.m: Add "About" menu item
Teddy Wing
[next]