aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/acme.c
Commit message (Collapse)AuthorAgeFilesLines
* initHEADmasterEthan Morgan40 hours1-51/+46
|
* acme: shift button 3 for reverse searchRuss Cox2024-06-151-3/+4
| | | | | An experiment. Let's see if it's any good. Also document the Mac conventions in devdraw(3).
* trim button & modbutton imagesAndriy Symonovych2022-07-261-3/+1
|
* acme: fix double-free in acmeerrorprocRuss Cox2021-03-231-4/+2
| | | | The receiver of cerr takes ownership of s.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-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>
* acme: add 32x32 boxcursorRuss Cox2018-11-151-0/+68
| | | | | | The only difference from the upscaled 16x16 is a one-pixel adjustment in the offset position, but this at least exercises setcursor2.
* acme: fix some memory leaksXiao-Yong Jin2018-03-271-2/+5
|
* acme: check file content before declaring file "modified since last read"Russ Cox2017-10-101-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.)
* acme: add focus change to logSergiusz Urbaniak2015-06-031-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>
* acme: add log file in acme root directoryRuss Cox2014-04-301-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
* acme: retina scaling for scroll bars, buttonRuss Cox2012-11-261-22/+28
| | | | | R=rsc http://codereview.appspot.com/6854094
* acme: add $acmeshell to control execution shellMarius Eriksen2012-10-211-0/+3
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/6614056
* acme: correct modified message after initial load; more detail inRuss Cox2009-09-251-1/+15
| | | | | | message http://codereview.appspot.com/123051
* acme: remove -$Russ Cox2008-03-071-18/+10
|
* acme: fix mtpt crash (Tim Wiess)Russ Cox2008-05-081-0/+3
|
* acme: add -m option and avoid looking in the mirrorRuss Cox2008-04-171-0/+16
|
* No more unrooted paths.rsc2006-06-161-2/+6
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-4/+4
|
* no more lucidarsc2006-03-191-1/+1
|
* more tweaksrsc2006-01-121-0/+1
|
* add bigtagsrsc2005-12-161-1/+5
|
* More thread names.rsc2005-09-261-0/+1
|
* Add $foo window names back to acme, enabled with -'$'.rsc2005-03-141-0/+3
| | | | | See the comment in wind.c about why this isn't the right solution.
* ignore tty notes; still not 100% rightrsc2005-02-151-4/+13
|
* do not call exits in threaded programsrsc2005-01-171-6/+6
|
* Many small edits.rsc2005-01-131-3/+1
|
* add -r flag to reverse scrolling behavior.rsc2005-01-101-0/+10
| | | | from peter canning.
* back to threadnotifyrsc2005-01-041-1/+1
|
* changes from plan 9rsc2004-12-271-6/+9
|
* change to use new thread libraryrsc2004-12-271-20/+31
|
* change md argument to number etc. (which acted only as a flag)rsc2004-10-221-0/+20
| | | | | | | | | | to an actual flag. buffer underrun check in number add xdata file for exactly the addressed region save addr across opens
* look for $HOME - thanks to peter canning.rsc2004-06-171-0/+2
|
* Buttons 4 and 5.rsc2004-06-091-0/+12
|
* add -W to specify window size.rsc2004-04-291-1/+6
| | | | various other little fixes.
* add tab size to window ctl filersc2004-04-251-0/+1
|
* Today's changes.rsc2004-03-251-11/+13
| | | | More changes.
* Small tweaksrsc2004-03-211-3/+6
| | | | Lots of new code imported.
* Various little fixes.rsc2004-03-051-2/+2
|
* Pipes cannot use SOCK_DGRAM. Back to SOCK_STREAM.rsc2004-03-051-2/+0
| | | | | | Add debugging to fdwait. Rewrite getcallerpc on PowerMac to be correct.
* Debugging libthread for acme.rsc2004-03-051-0/+2
|
* Fighting the good fight.rsc2004-02-291-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.
* completion, pageup/pagedownrsc2004-02-091-0/+2
|
* More files related to user-level file servers.rsc2003-12-111-0/+949
Also add acme!