summaryrefslogtreecommitdiffstats
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
* 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
* acme: allow spaces in window namesRuss Cox2020-01-132-5/+20
* mk: fix hash function (#315)Neven Sajko2020-01-131-7/+3
* acme: one more place to use parsetagRuss Cox2020-01-131-5/+1
* acme: factor out tag parsing codeRuss Cox2020-01-133-21/+28
* mk: treat X= as empty list in rc shellRuss Cox2020-01-131-6/+12
* acme: fix crash in X |cat with multiple windowsRuss Cox2020-01-131-5/+24
* vac, unvac: allow 128MB cache size, up from 4MBRuss Cox2020-01-132-2/+2
* 9pfuse: do not fswalk("..")Russ Cox2020-01-131-12/+5
* cmd/9pfuse: ignore FMODE_EXEC open flagNicola Girardi2020-01-131-2/+11
* clock: import from plan 9Russ Cox2020-01-131-0/+104
* devdraw: AUTOFRAMEWORK CoreFoundation on macOSRuss Cox2020-01-131-0/+1
* devdraw: x11 working againRuss Cox2020-01-1314-2340/+1844
* devdraw: multiclient modeRuss Cox2020-01-133-42/+115
* cmapcube: don't crash on initdraw failureRuss Cox2020-01-131-1/+2
* devdraw: more cleanup, clearer lockingRuss Cox2020-01-138-313/+329
* devdraw: refactor, clean up mac screenRuss Cox2020-01-137-505/+492
* devdraw: move per-window globals in mac-screen.m into ClientRuss Cox2020-01-133-62/+81
* devdraw: move Client into devdraw.h and move global state inRuss Cox2020-01-1310-464/+470
* devdraw: use consistent mac-* prefix on macOS filesRuss Cox2020-01-1312-200/+6
* devdraw: can use libthread directly now on macOSRuss Cox2020-01-135-79/+13