Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-17 | acme: fix arrow near end of text | Sean McKean | 1 | -6/+4 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5399050 | |||||
2011-09-06 | devdraw: draft cocoa support | David Jeannot | 1 | -0/+4 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4974060 | |||||
2011-08-02 | acme: fix iq1 adjust bug | Russ Cox | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/4816066 | |||||
2011-08-02 | acme: scrolling fixes + new home/end | Russ Cox | 1 | -2/+19 | |
Home and End previously navigated between two different window locations: the top and the bottom of the text. Now they include a third waypoint: the location where typing last happened. Thus, in a win window, typing ls -l <home> scrolls to the beginning of the ls -l output. A second <home> continues to the top of the file. Makes Send scroll always, along with writes by external programs to +Errors. R=r CC=mccoyst http://codereview.appspot.com/4830051 | |||||
2009-09-25 | acme: correct modified message after initial load; more detail in | Russ Cox | 1 | -5/+5 | |
message http://codereview.appspot.com/123051 | |||||
2009-09-11 | acme: htmlclick takes precedence over line click | Russ Cox | 1 | -3/+3 | |
http://codereview.appspot.com/116074 | |||||
2009-07-26 | acme: angle bracket tag matching, for XML, HTML etc | Russ Cox | 1 | -0/+110 | |
http://codereview.appspot.com/98042 | |||||
2009-07-15 | acme: do not redraw body on every tag change | Russ Cox | 1 | -2/+3 | |
fixes #5 http://bitbucket.org/rsc/plan9port/issue/5/ http://groups.google.com/group/plan9port-dev/t/e679347ecaa05cff http://codereview.appspot.com/95041 | |||||
2009-04-30 | merge | Russ Cox | 1 | -0/+26 | |
2008-03-07 | acme: revise multiline tag code | Russ Cox | 1 | -27/+4 | |
2008-03-07 | acme: fix directory resize bug | Russ Cox | 1 | -1/+4 | |
2008-04-17 | acme: add -m option and avoid looking in the mirror | Russ Cox | 1 | -0/+4 | |
2007-05-10 | better tick handling | rsc | 1 | -5/+14 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 1 | -1/+1 | |
2006-02-08 | fix b1 c2 c3 c3 c2 c3 [sic] | rsc | 1 | -12/+13 | |
2006-02-06 | add chord fix from plan 9 | rsc | 1 | -6/+6 | |
2006-01-12 | more tweaks | rsc | 1 | -0/+10 | |
2005-12-16 | add bigtags | rsc | 1 | -1/+52 | |
2005-10-31 | Cleanup in preparation for multiline tags. | rsc | 1 | -10/+13 | |
2005-03-18 | use typecommit; use nil in place of 0 again | rsc | 1 | -7/+3 | |
2005-03-18 | month old bug fix from rob | rsc | 1 | -15/+29 | |
2004-12-27 | dumb porting bugs | rsc | 1 | -2/+2 | |
2004-12-27 | changes from plan 9 | rsc | 1 | -2/+9 | |
2004-10-17 | bug fix in Zerox arrow handling from rob | rsc | 1 | -2/+2 | |
2004-06-20 | unused variable | rsc | 1 | -1/+0 | |
2004-06-20 | fix scrolling | rsc | 1 | -4/+5 | |
2004-06-11 | scrolling | rsc | 1 | -2/+4 | |
2004-06-09 | Buttons 4 and 5. | rsc | 1 | -2/+6 | |
2004-05-14 | various bug fixes | rsc | 1 | -1/+4 | |
2004-04-16 | add rog's chording fix. | rsc | 1 | -7/+7 | |
2004-04-08 | Let's try this - Dotfiles toggles listing of .* in directory listings. | rsc | 1 | -0/+2 | |
2004-03-26 | . | rsc | 1 | -1/+1 | |
2004-03-26 | SunOS can rot in hell. | rsc | 1 | -1/+1 | |
2004-03-25 | Today's changes. | rsc | 1 | -1/+1 | |
More changes. | |||||
2004-02-29 | Fighting the good fight. | rsc | 1 | -7/+43 | |
Move libfmt, libutf into subdirectories of lib9. Add poll-based socket i/o to libthread, so that we can avoid using multiple procs when possible, thus removing dependence on crappy pthreads implementations. Convert samterm, acme to the single-proc libthread. Bring libcomplete, acme up-to-date w.r.t. Plan 9 distribution. | |||||
2004-02-09 | completion, pageup/pagedown | rsc | 1 | -6/+130 | |
2003-12-11 | More files related to user-level file servers. | rsc | 1 | -0/+1221 | |
Also add acme! |