jcs
/amend
/amendments
Amendments on June 2, 2022
jcs made amendment
66
over 2 years ago
Amendments on April 16, 2022
diffreg: Fix D_PROTOTYPE usage
Look for a Mac-style newline here, not Unix
committer: Update file metadata on commit even if no text changes
When diffing each file, if there is no text change but a
size/mtime/ctime change that caused us to examine the file to begin
with, we should save that new data on commit so we don't have to
examine it again on the next commit.
Amendments on February 3, 2022
jcs made amendment
63
over 2 years ago
jcs made amendment
62
over 2 years ago
jcs made amendment
61
over 2 years ago
jcs made amendment
60
over 2 years ago
jcs made amendment
59
over 2 years ago
jcs made amendment
58
over 2 years ago
browser+committer: Use a null caretHook on read-only TextEdits
This allows us to still use TEActivate to get proper highlighting but
without showing an errant, sometimes blinking cursor.
jcs made amendment
56
over 2 years ago
jcs made amendment
55
over 2 years ago
Amendments on January 22, 2022
browser+commiter: Don't dispose of controls when closing
DisposeWindow should do this itself
jcs made amendment
53
over 2 years ago
Amendments on January 20, 2022
repo: In "Add Files" dialog, only show files that can be added
Filter out files in directories other than the repo's, and filter out
files that already exist in the repo
Amendments on January 19, 2022
jcs made amendment
51
over 2 years ago
browser+committer: Revert previous
It doesn't redraw highlighted text properly, so I'll need to figure
something else out
jcs made amendment
49
over 2 years ago
bile: Version 2 :/
Increased header size with some padding for future work, now includes
both map pointers in the header
Amendments on January 18, 2022
browser+committer: Call TEDeactivate on read-only TextEdit boxes
This prevents drawing a cursor in them