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-30
Add README
HEAD
master
Teddy Wing
2023-09-30
Info.plist: Remove my name
Teddy Wing
2023-09-30
Switch to the 0BSD license
Teddy Wing
2023-09-30
Add license (primarily BSD-3-Clause)
Teddy Wing
2023-09-30
Internationalization: Remove "Open Recent" translation
Teddy Wing
2023-09-30
bin/log: Add script to stream logs from the application
Teddy Wing
2023-09-30
AppDelegate: Set main window content view to scroll view
Teddy Wing
2023-09-30
AppDelegate: Remove old test code
Teddy Wing
2023-09-30
MainMenu: Keep getting application name at runtime
Teddy Wing
2023-09-30
MainMenu: Move application name to a constant
Teddy Wing
2023-09-30
Try to get app name from compiler flag
Teddy Wing
2023-09-29
MainMenu: Remove custom "Open Recent" menu item
Teddy Wing
2023-09-29
MainMenu: Remove unused `show_all_menu_item` variable
Teddy Wing
2023-09-29
Document: Remove up old setup code
Teddy Wing
2023-09-29
AppDelegate: Use consistent brace format
Teddy Wing
2023-09-29
Remove `DocumentWindowController`
Teddy Wing
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
[next]