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-29
Document: Clean up cascade_offset code
Teddy Wing
2023-09-29
Document: Fix window cascade
Teddy Wing
2023-09-29
Document: Trying to debug `cascade_offset`
Teddy Wing
2023-09-26
Document: Initial attempt to cascade new document windows
Teddy Wing
2023-09-25
Makefile: Add warning and error compiler flags
Teddy Wing
2023-09-25
Document: Add placeholder label
Teddy Wing
2023-09-18
Makefile: Remove `PRODUCT`
Teddy Wing
2023-09-16
Makefile: Move compiler flags to variables
Teddy Wing
2023-09-16
Make a document-based application
Teddy Wing
2023-09-09
Clean up "Find" menu tests
Teddy Wing
2023-09-09
AppDelegate: Add NSTextFinder find bar
Teddy Wing
2023-09-09
Makefile: Set dependency on Localizable.strings files
Teddy Wing
2023-09-09
Makefile: Clean up space/no-space handling in application name
Teddy Wing
2023-09-05
Makefile: Remove errors when APP_NAME has no spaces
Teddy Wing
2023-09-05
Makefile: Try building an app with no spaces in its name
Teddy Wing
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
[next]