..
alloc.c
rio, libdraw: experimental removal of redundant flushimage() calls for roundtrip latency reduction
2016-03-08 16:45:29 +01:00
allocimagemix.c
arith.c
libdraw: remove unused static log2[] array
2016-02-28 01:38:29 +01:00
badrect.c
draw: add badrect() function to reject zero, negative size or orverly huge rectangles
2013-06-16 19:01:46 +02:00
bezier.c
border.c
libdraw: add missing borderop() (thanks aiju)
2014-07-21 18:10:58 +02:00
buildfont.c
libdraw: font->display->defaultsubfont vs. display->defaultsubfont, dead code, malloc erros
2015-03-02 11:01:12 +01:00
bytesperline.c
chan.c
cloadimage.c
libdraw: fix old subfont leak
2011-09-05 18:34:46 +02:00
computil.c
creadimage.c
libdraw: consistent use of nil for pointers, error handling
2015-06-09 01:42:59 +02:00
debug.c
libdraw: consistent use of nil for pointers, error handling
2015-06-09 01:42:59 +02:00
defont.c
libdraw: change built in lucm.9 default font to vga font
2011-12-09 19:11:16 +01:00
draw.c
libdraw: consistent use of nil for pointers, error handling
2015-06-09 01:42:59 +02:00
drawrepl.c
eenter.c
libdraw: fix broken eenter()
2015-01-18 10:34:05 +01:00
egetrect.c
ellipse.c
libdraw: consistent use of nil for pointers, error handling
2015-06-09 01:42:59 +02:00
emenuhit.c
libdraw: avoid moving cursor if we dont have to for menuhit
2013-06-18 23:23:41 +02:00
enter.c
libdraw: don't redraw input box in enter/eenter when mouse is moved outside the rectangle
2015-01-09 15:41:00 -08:00
event.c
libdraw: dont postnote to pid==0 in ekill()
2016-04-10 00:00:37 +02:00
fmt.c
font.c
libdraw: avoid BPSHORT()/BPLONG() expansion, cleanup loadchar(),cachechars()
2016-04-13 00:34:48 +02:00
freesubfont.c
libdraw: fix old subfont leak
2011-09-05 18:34:46 +02:00
getdefont.c
getrect.c
getsubfont.c
libdraw: cleanup getsubfont()
2015-02-24 03:25:26 +01:00
icossin.c
icossin2.c
init.c
libdraw: remove unneeded check (thanks BurnZeZ)
2015-09-20 21:52:47 +02:00
keyboard.c
libdraw: don't loop forever when getting eof on /dev/cons in keyboard ioproc
2015-05-19 20:04:47 +02:00
line.c
libdraw: consistent use of nil for pointers, error handling
2015-06-09 01:42:59 +02:00
loadimage.c
libdraw: consistent use of nil for pointers, error handling
2015-06-09 01:42:59 +02:00
makefile
menuhit.c
libdraw: avoid moving cursor if we dont have to for menuhit
2013-06-18 23:23:41 +02:00
mkfile
draw: add badrect() function to reject zero, negative size or orverly huge rectangles
2013-06-16 19:01:46 +02:00
mkfont.c
libdraw: font->display->defaultsubfont vs. display->defaultsubfont, dead code, malloc erros
2015-03-02 11:01:12 +01:00
mouse.c
libdraw: don't flush in readmouse() when theres nothing to flush
2016-03-13 00:03:42 +01:00
newwindow.c
fix fuckup
2015-08-25 09:35:10 +00:00
openfont.c
libdraw: have openfont() set error string
2016-03-19 17:47:25 -04:00
poly.c
libdraw: consistent use of nil for pointers, error handling
2015-06-09 01:42:59 +02:00
readcolmap.c
readimage.c
libdraw: consistent use of nil for pointers, error handling
2015-06-09 01:42:59 +02:00
readsubfont.c
libdraw: use readn() to read headers and Fontchar array
2015-03-01 05:39:45 +01:00
rectclip.c
replclipr.c
libdraw: consistent use of nil for pointers, error handling
2015-06-09 01:42:59 +02:00
rgb.c
scroll.c
string.c
libdraw: consistent use of nil for pointers, error handling
2015-06-09 01:42:59 +02:00
stringbg.c
stringsubfont.c
stringwidth.c
libdraw: fix zero stringwidth() bug
2014-03-10 06:41:45 +01:00
subfont.c
libdraw: font->display->defaultsubfont vs. display->defaultsubfont, dead code, malloc erros
2015-03-02 11:01:12 +01:00
subfontcache.c
libdraw: fix old subfont leak
2011-09-05 18:34:46 +02:00
subfontname.c
test.c
unloadimage.c
libdraw: consistent use of nil for pointers, error handling
2015-06-09 01:42:59 +02:00
window.c
rio, libdraw: experimental removal of redundant flushimage() calls for roundtrip latency reduction
2016-03-08 16:45:29 +01:00
writecolmap.c
writeimage.c
libdraw: reduce memory for writeimage/writememimage
2011-09-04 04:38:08 +02:00
writesubfont.c