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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2023-09-30
Switch to the 0BSD license
Teddy Wing
2023-09-30
Add license (primarily BSD-3-Clause)
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
Document: Add placeholder label
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-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
MainMenu: Correct "Data Detectors" menu item title
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
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
[next]