summaryrefslogtreecommitdiff
path: root/sys/src/libframe
AgeCommit message (Collapse)Author
2016-11-17/sys/src/lib*: clean upftrvxmtrx
2016-08-15libframe: consistent use of nil vs. 0cinap_lenrek
2016-03-08rio, libdraw: experimental removal of redundant flushimage() calls for ↵cinap_lenrek
roundtrip latency reduction - remove redundant flushimage() calls before readmouse() - remove flushimage() calls for allocimage(),freeimage() and originwindow() this is experimental. it will break allocimage() error handling unless the caller does explicit flushimage() calls, tho the gains in usability over high latency connections is huge. in most cases, programs will just terminate when encountering these errors.
2014-07-17libframe: use correct text color on frinsert depending on selection (thanks sl)cinap_lenrek
frinsert() used cols[TEXT] for drawing selected text instead of the HTEXT color. this was discovered with rio -b.
2014-01-07libframe: fix _frcanfit() for zero width runes, simplify chopframe()cinap_lenrek
2014-01-06libframe: avoid _frcanfit() call in frdelete()cinap_lenrek
no need to calculate number of runes to fit in box when box contains no runes.
2011-04-30libframe: derive attributes of cursor from rio instead of hardcoding them.stanley lieber
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen