summaryrefslogtreecommitdiffstats
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
* fontsrv: fix handling of colored glyphs (emoji)Russ Cox2020-08-151-5/+17
* touch: fix for OpenBSD.James Cook2020-08-081-1/+1
* devdraw, libdraw: fix memory leaks by freeing getns() malloced string (#431)Igor Böhm2020-07-221-2/+6
* acme: add font control messageRuss Cox2020-07-181-0/+18
* src/cmd: rm dformatRuss Cox2020-06-221-108/+0
* fontsrv: fix compilation on X11 (#420)Gregor Best2020-06-041-0/+1
* ed: handle Unicode beyond the BMP correctly in list mode.sean2020-05-291-9/+32
* devdraw: accept 5- and 6-byte Unicode hex valuesRuss Cox2020-05-291-8/+31
* fontsrv: scale f->originy to match f->height on x11dzklaim2020-05-291-1/+1
* fontsrv: handle non-BMP runes on X11Russ Cox2020-05-294-43/+44
* devdraw, libdraw: handle keyboard runes > U+FFFFRuss Cox2020-05-182-3/+8
* rc: avoid problematic internal names "var", "thread"Russ Cox2020-05-181-0/+6
* acme: avoid global named "class"Russ Cox2020-05-181-0/+3
* diff: rename class to fix AIXRuss Cox2020-05-181-0/+3
* devdraw: use indirect impl interface in x11Gabriel Diaz2020-05-181-0/+21
* devdraw: use global drawlk instead of per-clientRuss Cox2020-05-173-18/+20
* devdraw: use indirect impl interfaceRuss Cox2020-05-174-30/+61
* mk: replace overlapping strcpy with memmoveRuss Cox2020-05-171-1/+2
* all: fix #includes for AIX, add a few AIX "implementation" filesBen Huntsman2020-05-075-0/+17
* mk: support Big Archive Format under AIXBen Huntsman2020-05-071-0/+4
* all: update build scripts to fix AIX XL/C compatibilityBen Huntsman2020-05-071-1/+1
* rc: clean up parser levels, disallow free carats on listsRuss Cox2020-05-054-31/+37
* rc: allow unquoted = in command argumentsRuss Cox2020-05-042-10/+27
* rc: move free carat handling into parserRuss Cox2020-05-044-74/+103
* rc: move newline handling into parserRuss Cox2020-05-046-24/+67
* rc: add recursive descent parserRuss Cox2020-05-0413-9/+730
* acme: scale window bodies on resize, not including tag spaceRuss Cox2020-03-301-3/+5
* devdraw: fix `cmd-r` to toggle retina vs. non-retina mode on macOS (#361)Martin Palma2020-02-031-1/+1
* acme: report close failure in Put, this time for sureRuss Cox2020-01-241-5/+5
* devdraw: abort alt sequence on window change on macOSRuss Cox2020-01-161-0/+4
* malloc: remove lockingDan Cross2020-01-161-10/+0
* devdraw: avoid deadlock in x11 resizeRuss Cox2020-01-152-0/+3
* cmd/rio: xshove: set geometry by window idNicola Girardi2020-01-151-1/+6
* devdraw: set windowrect correctly on x11 if window gets unexpected sizeRuss Cox2020-01-151-2/+2
* devdraw: actually send resize event on resizeRuss Cox2020-01-151-0/+7
* factotum: update for new nbrecvul return valueRuss Cox2020-01-151-2/+30
* compress: import Plan9 compresssean2020-01-152-0/+1289
* winwatch: Plan 9-ify.Dan Cross2020-01-151-426/+412
* clock: Remove unused static variable in clock.cDan Cross2020-01-151-2/+0
* winwatch: port based Plan 9 winwatchmarkvanatten2020-01-152-1/+539
* 9pfuse: update errortabOleg Nemanov2020-01-151-0/+2
* venti/buildindex: fix hang on large indexesRuss Cox2020-01-141-1/+1
* devdraw: notify window resize promptly on x11Russ Cox2020-01-145-13/+28
* acme: save/restore multiline tags in Dump/LoadRuss Cox2020-01-141-4/+16
* tar: remove /bin/ when invoking compressorsphonologus2020-01-141-6/+1
* devdraw: do not force-hide menu and dock during full screen on macRuss Cox2020-01-141-3/+15
* devdraw: hide dock in full screen modeRuss Cox2020-01-131-0/+13
* devdraw: correctly hide Mac menu bar (#335)Xiao-Yong2020-01-131-9/+9
* acme: fix buffer overflow introduced in parsetag refactorRuss Cox2020-01-133-8/+8
* acme: fix movetodel for spaces in file namesRuss Cox2020-01-131-11/+8