plan9fox/sys/src/libdraw
cinap_lenrek 8556b8dae1 libevent: drop queued mouse events
the changeset r541ead66e8af:

"libdraw: make ebread() return buffer immidiately if available"

makes mouse sluggish when the program cant keep up as mouse
events queue up. this more or less restores the original
behaviour but only for mouse events.
2013-09-18 01:54:22 +02:00
..
alloc.c draw: add badrect() function to reject zero, negative size or orverly huge rectangles 2013-06-16 19:01:46 +02:00
allocimagemix.c
arith.c
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
buildfont.c fix utf and rune handling in preparation for 32bit runes 2012-12-31 21:09:46 +01:00
bytesperline.c
chan.c
cloadimage.c
computil.c
creadimage.c
debug.c
defont.c
draw.c
drawrepl.c
eenter.c libdraw: enter()/eenter() ^W support - we are getting there 2012-09-26 17:35:21 +02:00
egetrect.c
ellipse.c
emenuhit.c libdraw: avoid moving cursor if we dont have to for menuhit 2013-06-18 23:23:41 +02:00
enter.c libdraw: enter()/eenter() ^W support - we are getting there 2012-09-26 17:35:21 +02:00
event.c libevent: drop queued mouse events 2013-09-18 01:54:22 +02:00
fmt.c
font.c libdraw: fix agefont crash when display == nil (from sources / agefont-nodisplay patch) 2013-05-25 04:36:16 +02:00
freesubfont.c
getdefont.c
getrect.c
getsubfont.c
icossin.c
icossin2.c
init.c libdraw: fix memory corruption bug in initdisplay() 2013-01-25 14:17:41 +01:00
keyboard.c
line.c
loadimage.c
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
mouse.c libdraw: avoid printing error on closemouse() 2013-04-27 04:21:08 +02:00
newwindow.c
openfont.c
poly.c
readcolmap.c
readimage.c
readsubfont.c
rectclip.c
replclipr.c
rgb.c
scroll.c
string.c
stringbg.c
stringsubfont.c
stringwidth.c
subfont.c
subfontcache.c
subfontname.c
test.c
unloadimage.c
window.c libdraw: fix allocscreen() memory leak with too many retries (from 9atom) 2013-06-19 20:13:55 +02:00
writecolmap.c
writeimage.c
writesubfont.c