aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/draw
Commit message (Collapse)AuthorAgeFilesLines
* stats: add threadmaybackgroundRuss Cox2021-01-051-0/+6
|
* tcolors: add threadmaybackgroundRuss Cox2020-12-301-0/+6
|
* all: fix #includes for AIX, add a few AIX "implementation" filesBen Huntsman2020-05-071-0/+3
|
* clock: Remove unused static variable in clock.cDan Cross2020-01-151-2/+0
| | | | | | | `struct Tm tms` was set but never referenced; noticed in a compiler warning. Remove it. Signed-off-by: Dan Cross <cross@gajendra.net>
* clock: import from plan 9Russ Cox2020-01-131-0/+104
| | | | Fixes #250.
* cmapcube: don't crash on initdraw failureRuss Cox2020-01-131-1/+2
|
* all: fix or silence various gcc warningsRuss Cox2020-01-121-1/+1
| | | | | As usual, gcc finds some real problems but also reports a ton of noise. Fix the problems and quiet the noise.
* Trivial changes: whitespace and modes.Dan Cross2020-01-108-31/+27
| | | | | | | | | 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>
* tweak: add support for Cursor2Russ Cox2018-11-151-30/+78
|
* mc: fix crash in acme with hidpi displayXiao-Yong Jin2018-03-271-5/+9
|
* gview: fix int vs ulong confusion causing silent exit 1 at startupRuss Cox2018-01-031-4/+4
|
* all: remove .cvsignore filesKare Nuorteva2017-09-141-2/+0
| | | | | | | | | | Rename following .cvsignore files to .gitkeep since they are required by the build (directories must exist before build): - bin/fossil/.gitkeep - bin/fs/.gitkeep - bin/venti/.gitkeep Change-Id: I9c2865058480cffb3a4613f25e2eca1f7e5578c0
* 9term, mc: conspire to handle hidpi displaysRuss Cox2017-01-061-1/+18
| | | | | | | | | | | | 9term now uses the low bit of ws.ws_ypixel to signal whether this is a hidpi display, and mc adjusts the font it uses for columnation accordingly. Makes 'lc' work right on hidpi displays. Change-Id: I52928871ffb7f4c6fd6722f3d59f1836379148c6 Reviewed-on: https://plan9port-review.googlesource.com/2760 Reviewed-by: Russ Cox <rsc@swtch.com>
* mc: use $termprog to identify 9termRuss Cox2014-07-091-1/+1
| | | | | TBR=rsc https://codereview.appspot.com/112890043
* fix clang warnings reported by Tuncer AyazRuss Cox2012-10-211-2/+2
| | | | | R=rsc http://codereview.appspot.com/6744054
* crop: fix 64-bitRuss Cox2011-05-011-3/+3
| | | | | R=rsc http://codereview.appspot.com/4438088
* crop: fix size calculationRuss Cox2010-03-111-1/+1
| | | | | R=rsc http://codereview.appspot.com/429042
* stats: make more stats work in LinuxFazlul Shahriar2009-08-081-1/+6
| | | | http://codereview.appspot.com/96084
* import statusbar, converted to libthread (Lou Kamenov)rsc2007-03-251-0/+234
|
* add -D for testingrsc2006-06-251-0/+5
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-015-12/+14
|
* flushdisplay (erik quanstrom)rsc2006-03-271-4/+9
|
* remove debuggingrsc2006-03-201-1/+0
|
* update lucidarsc2006-03-201-0/+2
|
* bigger bufferrsc2006-02-141-4/+4
|
* add -Crsc2005-11-041-1/+1
|
* Add -F option. (Lou Kamenov)rsc2005-10-311-2/+9
|
* NetBSD-macppc ctype needs uchars.rsc2005-09-091-1/+1
|
* add flushimagersc2005-03-181-0/+1
|
* avoid c99 extensionsrsc2005-01-191-4/+15
|
* use threadexits instead of exitsrsc2005-01-151-3/+3
|
* stupid sunrsc2005-01-143-7/+12
|
* Many small edits.rsc2005-01-131-0/+102
|
* sunos fixesrsc2005-01-071-1/+1
|
* exit correctly.rsc2005-01-041-3/+3
|
* use 9pclientrsc2005-01-041-4/+4
|
* 3d color cubersc2005-01-041-0/+226
|
* Goodbye SHORTLIBrsc2005-01-041-13/+0
|
* add croprsc2004-12-281-0/+211
|
* FreeBSD tweaksrsc2004-12-281-3/+3
|
* good test programsrsc2004-12-272-0/+404
|
* update to use new thread libraryrsc2004-12-262-9/+22
|
* Compare function pointers against 0 rather than nil.wkj2004-07-091-2/+2
|
* asdfrsc2004-06-091-0/+2
|
* add -C for cpursc2004-06-091-0/+3
|
* Little fixes.rsc2004-04-301-2/+2
|
* add -W to specify window size.rsc2004-04-294-4/+29
| | | | various other little fixes.
* little fixesrsc2004-04-252-1/+2
|
* fix some bugs when using 9termrsc2004-04-251-6/+15
|
* whoopsrsc2004-04-252-0/+312
|