jcs
/amend
/amendments
Amendments on November 10, 2022
jcs made amendment
106
over 2 years ago
Amendments on September 12, 2022
jcs made amendment
105
over 2 years ago
jcs made amendment
104
over 2 years ago
committer: Add Command+W shortcut to cancel commit
This requires passing through all keystrokes through focusable and
filtering on the receiver.
jcs made amendment
102
over 2 years ago
jcs made amendment
101
over 2 years ago
Amendments on September 6, 2022
jcs made amendment
100
over 2 years ago
Rez: Flip FREFs so ICN# 128 is the APPL icon
This way the about box will show properly.
jcs made amendment
98
over 2 years ago
jcs made amendment
97
over 2 years ago
browser: Limit initial window size to about 81 characters in committer view
This way we can show a +/- line with 80 characters of code
util: In UpdateScrollbarForTE, update the control after adjusting
This requires passing in the window the control is on.
jcs made amendment
94
over 2 years ago
Amendments on August 31, 2022
util: Move strlcat, strlcpy, strndup, and snprintf here
This lets us build with the standard THINK C ANSI library.
Also make malloc map dynamic to avoid a huge data segment.
Amendments on August 18, 2022
jcs made amendment
92
over 2 years ago
Amendments on August 17, 2022
jcs made amendment
91
over 2 years ago
jcs made amendment
90
over 2 years ago
jcs made amendment
89
over 2 years ago
editor: Add amendment metadata editor
This allows changing an amendment's author, date/time, and log.
Also continue on changing commit to amendment.
repo: Factor out amendment marshalling
I wish I could use bile's marshalling for this, but the current
on-disk format of things is weird in Amend and would require a
database upgrade to convert to bile's way of storing variable-length
fields.
Start on renaming commit to amendment.