aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/acme.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-65/+64
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
2018-11-15acme: add 32x32 boxcursorRuss Cox1-0/+68
The only difference from the upscaled 16x16 is a one-pixel adjustment in the offset position, but this at least exercises setcursor2.
2018-03-27acme: fix some memory leaksXiao-Yong Jin1-2/+5
2017-10-10acme: check file content before declaring file "modified since last read"Russ Cox1-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.)
2015-06-03acme: add focus change to logSergiusz Urbaniak1-0/+6
Currently new, put and del events are being logged. This patch adds a focus event to the log whenever the user changes the focus to another window. This lets programs react to files being edited in acme without the need of being restarted. Change-Id: Idf35c0d7dbfca30e79724dc9f49e44c6a4eb6a1e Reviewed-on: https://plan9port-review.googlesource.com/1140 Reviewed-by: Russ Cox <rsc@google.com>
2014-04-30acme: add log file in acme root directoryRuss Cox1-0/+2
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-11-26acme: retina scaling for scroll bars, buttonRuss Cox1-22/+28
R=rsc http://codereview.appspot.com/6854094
2012-10-21acme: add $acmeshell to control execution shellMarius Eriksen1-0/+3
R=rsc CC=plan9port.codebot http://codereview.appspot.com/6614056
2009-09-25acme: correct modified message after initial load; more detail inRuss Cox1-1/+15
message http://codereview.appspot.com/123051
2008-03-07acme: remove -$Russ Cox1-18/+10
2008-05-08acme: fix mtpt crash (Tim Wiess)Russ Cox1-0/+3
2008-04-17acme: add -m option and avoid looking in the mirrorRuss Cox1-0/+16
2006-06-16No more unrooted paths.rsc1-2/+6
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-4/+4
2006-03-19no more lucidarsc1-1/+1
2006-01-12more tweaksrsc1-0/+1
2005-12-16add bigtagsrsc1-1/+5
2005-09-26More thread names.rsc1-0/+1
2005-03-14Add $foo window names back to acme, enabled with -'$'.rsc1-0/+3
See the comment in wind.c about why this isn't the right solution.
2005-02-15ignore tty notes; still not 100% rightrsc1-4/+13
2005-01-17do not call exits in threaded programsrsc1-6/+6
2005-01-13Many small edits.rsc1-3/+1
2005-01-10add -r flag to reverse scrolling behavior.rsc1-0/+10
from peter canning.
2005-01-04back to threadnotifyrsc1-1/+1
2004-12-27changes from plan 9rsc1-6/+9
2004-12-27change to use new thread libraryrsc1-20/+31
2004-10-22change md argument to number etc. (which acted only as a flag)rsc1-0/+20
to an actual flag. buffer underrun check in number add xdata file for exactly the addressed region save addr across opens
2004-06-17look for $HOME - thanks to peter canning.rsc1-0/+2
2004-06-09Buttons 4 and 5.rsc1-0/+12
2004-04-29add -W to specify window size.rsc1-1/+6
various other little fixes.
2004-04-25add tab size to window ctl filersc1-0/+1
2004-03-25Today's changes.rsc1-11/+13
More changes.
2004-03-21Small tweaksrsc1-3/+6
Lots of new code imported.
2004-03-05Various little fixes.rsc1-2/+2
2004-03-05Pipes cannot use SOCK_DGRAM. Back to SOCK_STREAM.rsc1-2/+0
Add debugging to fdwait. Rewrite getcallerpc on PowerMac to be correct.
2004-03-05Debugging libthread for acme.rsc1-0/+2
2004-02-29Fighting the good fight.rsc1-22/+40
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-09completion, pageup/pagedownrsc1-0/+2
2003-12-11More files related to user-level file servers.rsc1-0/+949
Also add acme!