index
:
Word-Count
master
Word counter for the current TextEdit document
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-11-21
Add README
HEAD
master
Teddy Wing
2018-11-21
Add license (GNU GPLv3+)
Teddy Wing
2018-11-21
AppDelegate.applescript: Fix whitespace
Teddy Wing
2018-10-08
Makefile: Make targets PHONY
v1.0
Teddy Wing
2018-10-08
Makefile: Add target to zip the release .app file
Teddy Wing
2018-10-08
MainMenu.xib: Make filename label the width of the window
Teddy Wing
2018-10-08
Close the application when the window is closed with the close button
Teddy Wing
2018-10-08
MainMenu.xib: Change filename label to "No File"
Teddy Wing
2018-10-08
MainMenu.xib: Remove non-essentials from menu bar
Teddy Wing
2018-10-08
Add Makefile to build and archive the application
Teddy Wing
2018-10-08
MainMenu.xib: Remove Auto Layout
Teddy Wing
2018-10-08
Fix missing nib file from bd8933f4a930150cc0f9fa8f5f8d5a2c21df96c7
Teddy Wing
2018-10-08
Change deployment target to 10.6
Teddy Wing
2018-10-08
Add a label to display the filename of the document used
Teddy Wing
2018-10-08
MainMenu.xib: Extend width of count labels
Teddy Wing
2018-10-08
Update the window with character, word, and paragraph counts
Teddy Wing
2018-10-08
Add basic UI
Teddy Wing
2018-10-08
Add .gitignore
Teddy Wing
2018-10-08
New AppleScript App initialised from Xcode Version 9.2 (9C40b)
Teddy Wing