aboutsummaryrefslogtreecommitdiff
path: root/src/libframe/frdraw.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-1/+1
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>
2014-12-02libdraw, libframe, acme: fix, guard against inverted range in textsetselectRuss Cox1-0/+3
Credit to Roi Martin <jroi.martin@gmail.com> for noticing that libdraw was being passed a negative string length and for finding the sequence of keystrokes that make acme do it reproducibly. Change-Id: If3f3d04a25c506175f740d3e887d5d83b5cd1bfe Reviewed-on: https://plan9port-review.googlesource.com/1092 Reviewed-by: Russ Cox <rsc@swtch.com>
2012-11-25libframe: auto scale tick for retinaRuss Cox1-4/+15
R=rsc http://codereview.appspot.com/6850102
2008-03-07libframe: translucent font fixes from Plan 9Russ Cox1-6/+29
2007-05-10revert frseltickrsc1-8/+2
2007-05-10add frdrawseltickrsc1-2/+8
2006-01-12no more bitingrsc1-0/+3
2005-10-29implement noredrawrsc1-2/+1
2004-12-26plan 9 changesrsc1-1/+1
2003-09-30Initial revisionrsc1-0/+176