Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-15 | acme: add 32x32 boxcursor | Russ Cox | 1 | -1/+1 | |
The only difference from the upscaled 16x16 is a one-pixel adjustment in the offset position, but this at least exercises setcursor2. | |||||
2018-03-27 | acme: fix some memory leaks | Xiao-Yong Jin | 1 | -0/+2 | |
2017-10-10 | acme: check file content before declaring file "modified since last read" | Russ Cox | 1 | -0/+1 | |
Bad remote file systems can change mtime unexpectedly, and then there is the problem that git rebase and similar operations like to change the files and then change them back, modifying the mtimes but not the content. Avoid spurious Put errors on both of those by checking file content. (False positive "modified since last read" make the real ones difficult to notice.) | |||||
2014-04-30 | acme: add log file in acme root directory | Russ Cox | 1 | -0/+1 | |
Reading /mnt/acme/log reports a log of window create, put, and delete events, as they happen. It blocks until the next event is available. Example log output: 8 new /Users/rsc/foo.go 8 put /Users/rsc/foo.go 8 del /Users/rsc/foo.go This lets acme-aware programs react to file writes, for example compiling code, running a test, or updating an import block. TBR=r R=r https://codereview.appspot.com/89560044 | |||||
2012-10-20 | fix gcc 4.7 warnings (thanks Tuncer Ayaz) | Russ Cox | 1 | -3/+1 | |
R=rsc http://codereview.appspot.com/6744053 | |||||
2010-08-24 | acme: fix rounding in rows computation | Rob Pike | 1 | -3/+6 | |
R=rsc CC=codebot http://codereview.appspot.com/2007045 | |||||
2009-11-30 | acme: fix Load of acme with no windows | Fazlul Shahriar | 1 | -2/+2 | |
R=rsc CC=codebot http://codereview.appspot.com/161048 | |||||
2009-07-14 | merge | Russ Cox | 1 | -0/+3 | |
2009-06-09 | merge | Russ Cox | 1 | -2/+3 | |
2008-12-06 | acme: fix Load bug (Fazlul Shahriar) | Russ Cox | 1 | -2/+3 | |
2008-07-20 | acme: Dump and Load tag contents | Peter Canning | 1 | -2/+55 | |
2008-03-07 | acme: revise multiline tag code | Russ Cox | 1 | -17/+6 | |
2007-04-25 | allow swap of column 0 with others | rsc | 1 | -2/+2 | |
2006-03-21 | Write $-free paths in Dump files (Peter Canning). | rsc | 1 | -4/+10 | |
2005-12-16 | add bigtags | rsc | 1 | -0/+11 | |
2005-10-31 | Cleanup in preparation for multiline tags. | rsc | 1 | -1/+1 | |
2005-05-02 | fix row dump/load inconsistency - thanks to peter canning | rsc | 1 | -5/+7 | |
2005-01-27 | cope with unix ORCLOSE | rsc | 1 | -1/+2 | |
2005-01-27 | fix rowdump bug | rsc | 1 | -1/+1 | |
2005-01-14 | ridiculous precision | rsc | 1 | -7/+7 | |
2005-01-14 | floating percent | rsc | 1 | -3/+4 | |
2005-01-14 | checkpoint | rsc | 1 | -9/+9 | |
2004-12-27 | changes from plan 9 | rsc | 1 | -7/+10 | |
2004-05-14 | various bug fixes | rsc | 1 | -1/+3 | |
2003-12-11 | More files related to user-level file servers. | rsc | 1 | -0/+731 | |
Also add acme! |