aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/draw
AgeCommit message (Collapse)AuthorFilesLines
2021-01-05stats: add threadmaybackgroundRuss Cox1-0/+6
2020-12-30tcolors: add threadmaybackgroundRuss Cox1-0/+6
2020-05-07all: fix #includes for AIX, add a few AIX "implementation" filesBen Huntsman1-0/+3
2020-01-15clock: Remove unused static variable in clock.cDan Cross1-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>
2020-01-13clock: import from plan 9Russ Cox1-0/+104
Fixes #250.
2020-01-13cmapcube: don't crash on initdraw failureRuss Cox1-1/+2
2020-01-12all: fix or silence various gcc warningsRuss Cox1-1/+1
As usual, gcc finds some real problems but also reports a ton of noise. Fix the problems and quiet the noise.
2020-01-10Trivial changes: whitespace and modes.Dan Cross8-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>
2018-11-15tweak: add support for Cursor2Russ Cox1-30/+78
2018-03-27mc: fix crash in acme with hidpi displayXiao-Yong Jin1-5/+9
2018-01-03gview: fix int vs ulong confusion causing silent exit 1 at startupRuss Cox1-4/+4
2017-09-14all: remove .cvsignore filesKare Nuorteva1-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
2017-01-069term, mc: conspire to handle hidpi displaysRuss Cox1-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>
2014-07-09mc: use $termprog to identify 9termRuss Cox1-1/+1
TBR=rsc https://codereview.appspot.com/112890043
2012-10-21fix clang warnings reported by Tuncer AyazRuss Cox1-2/+2
R=rsc http://codereview.appspot.com/6744054
2011-05-01crop: fix 64-bitRuss Cox1-3/+3
R=rsc http://codereview.appspot.com/4438088
2010-03-11crop: fix size calculationRuss Cox1-1/+1
R=rsc http://codereview.appspot.com/429042
2009-08-08stats: make more stats work in LinuxFazlul Shahriar1-1/+6
http://codereview.appspot.com/96084
2007-03-25import statusbar, converted to libthread (Lou Kamenov)rsc1-0/+234
2006-06-25add -D for testingrsc1-0/+5
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc5-12/+14
2006-03-27flushdisplay (erik quanstrom)rsc1-4/+9
2006-03-20remove debuggingrsc1-1/+0
2006-03-20update lucidarsc1-0/+2
2006-02-14bigger bufferrsc1-4/+4
2005-11-04add -Crsc1-1/+1
2005-10-31Add -F option. (Lou Kamenov)rsc1-2/+9
2005-09-09NetBSD-macppc ctype needs uchars.rsc1-1/+1
2005-03-18add flushimagersc1-0/+1
2005-01-19avoid c99 extensionsrsc1-4/+15
2005-01-15use threadexits instead of exitsrsc1-3/+3
2005-01-14stupid sunrsc3-7/+12
2005-01-13Many small edits.rsc1-0/+102
2005-01-07sunos fixesrsc1-1/+1
2005-01-04exit correctly.rsc1-3/+3
2005-01-04use 9pclientrsc1-4/+4
2005-01-043d color cubersc1-0/+226
2005-01-04Goodbye SHORTLIBrsc1-13/+0
2004-12-28add croprsc1-0/+211
2004-12-28FreeBSD tweaksrsc1-3/+3
2004-12-27good test programsrsc2-0/+404
2004-12-26update to use new thread libraryrsc2-9/+22
2004-07-09Compare function pointers against 0 rather than nil.wkj1-2/+2
2004-06-09asdfrsc1-0/+2
2004-06-09add -C for cpursc1-0/+3
2004-04-30Little fixes.rsc1-2/+2
2004-04-29add -W to specify window size.rsc4-4/+29
various other little fixes.
2004-04-25little fixesrsc2-1/+2
2004-04-25fix some bugs when using 9termrsc1-6/+15
2004-04-25whoopsrsc2-0/+312