summaryrefslogtreecommitdiff
path: root/sys/src/libdraw
AgeCommit message (Expand)Author
2021-01-09libdraw: add bezierptsOri Bernstein
2020-12-09backout OCEXEC changes when potentially opening /srv filescinap_lenrek
2020-12-07libdraw: open file-descriptor with OCEXEC flag in readcolmap()cinap_lenrek
2020-12-07libdraw: open internal file-descriptors with OCEXEC flagcinap_lenrek
2020-12-07libdraw: remove unused Error label in freescreen()cinap_lenrek
2020-12-02libdraw: do not force flushimage() on freescreen()cinap_lenrek
2020-05-02libdraw: fix mount() error handling in newwindow()cinap_lenrek
2018-11-18libdraw: avoid deadlock for mouse ioproc sending on resizeccinap_lenrek
2018-11-08libdraw: cannot happencinap_lenrek
2018-11-07libdraw: fix gengetwindow()cinap_lenrek
2018-07-23libdraw: accept unsigned msec timestamp in /dev/mousecinap_lenrek
2017-04-29libdraw: get rid of _drawdebug variablecinap_lenrek
2016-10-22libdraw: avoid dropping queued button change mouse events in emouse()cinap_lenrek
2016-04-13libdraw: avoid BPSHORT()/BPLONG() expansion, cleanup loadchar(),cachechars()cinap_lenrek
2016-04-10libdraw: dont postnote to pid==0 in ekill()cinap_lenrek
2016-04-05libdraw: fix out of bounds memory access after subfont array reallocation (th...cinap_lenrek
2016-03-19libdraw: have openfont() set error stringBurnZeZ
2016-03-13libdraw: don't flush in readmouse() when theres nothing to flushcinap_lenrek
2016-03-12libdraw: remove flushimage calls from fontresize() and loadchar()cinap_lenrek
2016-03-08rio, libdraw: experimental removal of redundant flushimage() calls for roundt...cinap_lenrek
2016-02-28libdraw: remove unused static log2[] arraycinap_lenrek
2015-09-20libdraw: remove unneeded check (thanks BurnZeZ)cinap_lenrek
2015-09-20libdraw, screenrc: bind devdraw and devmouse in screenrc instead of handling ...cinap_lenrek
2015-08-25fix fuckupglenda
2015-08-25import E script from bell labsmischief
2015-06-09libdraw: sync allocimage/allocwindow prototypes with man pagesftrvxmtrx
2015-06-09libdraw: consistent use of nil for pointers, error handlingcinap_lenrek
2015-05-19libdraw: don't loop forever when getting eof on /dev/cons in keyboard ioproccinap_lenrek
2015-03-02libdraw: font->display->defaultsubfont vs. display->defaultsubfont, dead code...cinap_lenrek
2015-03-01libdraw: use multiple read() calls in openfont() to read .font filecinap_lenrek
2015-03-01libdraw: use readn() to read headers and Fontchar arraycinap_lenrek
2015-02-24libdraw: check fontchar count in openmemsubfont() and readsubfont()cinap_lenrek
2015-02-24libdraw: cleanup getsubfont()cinap_lenrek
2015-01-18libdraw: fix broken eenter()cinap_lenrek
2015-01-09libdraw: don't redraw input box in enter/eenter when mouse is moved outside t...mischief
2014-12-28libdraw: don't deference nil display in freefontmischief
2014-11-06libdraw: fix atomousecinap_lenrek
2014-07-21libdraw: add missing borderop() (thanks aiju)cinap_lenrek
2014-03-10libdraw: fix zero stringwidth() bugcinap_lenrek
2014-02-03libdraw: fix typo: 0xfffff -> 0xffffcinap_lenrek
2014-02-03libdraw: work arround devdraw truncating screenid as 16bitcinap_lenrek
2014-02-01libdraw: use pid as initial screenid so one can have more than 25 windows.cinap_lenrek
2014-01-10libdraw: cleanup string() and stringwidth()cinap_lenrek
2014-01-06libdraw: fix stringwidth problemscinap_lenrek
2013-10-04libdraw: make newwindow() unmount the old windowcinap_lenrek
2013-09-18libevent: drop queued mouse eventscinap_lenrek
2013-08-13libdraw: fix leftover processes or programs failing to restore window labels ...cinap_lenrek
2013-08-11libdraw: make ebread() return buffer immidiately if available, cleanupcinap_lenrek
2013-08-11libdraw: fix ekbd() memory leakcinap_lenrek
2013-06-19libdraw: fix allocscreen() memory leak with too many retries (from 9atom)cinap_lenrek