summaryrefslogtreecommitdiff
path: root/sys/src/cmd/rio
AgeCommit message (Expand)Author
2016-09-18rio: improved bandsize()cinap_lenrek
2016-07-24make error handling in 9p service loops consistentcinap_lenrek
2016-06-26rio: move the test if w is allowed to change cursor into wsetcursor()cinap_lenrek
2016-05-14rio: only the current window may change the cursor, fix typo screen->r vs w->...cinap_lenrek
2016-05-14rio: second attempt...cinap_lenrek
2016-05-14revert previous commit, not ready yetcinap_lenrek
2016-05-13rio: get rid of all mouse moves, fix cursor handlingcinap_lenrek
2016-04-04rio: /dev/kbd cleanupcinap_lenrek
2016-04-03change /dev/kbd to return multiple messages per readcinap_lenrek
2016-03-23rio: flushimage() before wscrsleep()cinap_lenrek
2016-03-22rio: add flushimage() after mb2 menu actioncinap_lenrek
2016-03-19rio botchBurnZeZ
2016-03-19rio: fix some spacing, slightly cleaner arg handlingBurnZeZ
2016-03-15rio: flushimage() improves your ability to see, i repeat twice.cinap_lenrek
2016-03-15rio: remove more unneccesary flushimage() callscinap_lenrek
2016-03-08rio, libdraw: experimental removal of redundant flushimage() calls for roundt...cinap_lenrek
2016-02-27rio: exit rio when /dev/cons or /dev/kbd read loop terminatescinap_lenrek
2016-02-13rio: fix wrong frame colors when moving non-current windowcinap_lenrek
2015-11-25rio: allow reading the image of a hidden window thru the window filecinap_lenrek
2015-11-25rio: fix handling "resize" wctl for hidden windowscinap_lenrek
2015-11-23rio: stop serving kbdin file (thanks eekee)cinap_lenrek
2015-10-24rio: fix scrolling when cursor is above windowBurnZeZ
2014-11-07fix dangerous werrstr() usagescinap_lenrek
2014-10-25rio: dont serve a kbd file per window when we didnt got one from the environmentcinap_lenrek
2014-10-11rio: fix "-cd dir" in mountspec being ignoredBurnZeZ
2014-05-03fix threadsetname usage in few placesftrvxmtrx
2014-01-11rio: properly handle initial wrap arround in wlook()cinap_lenrek
2014-01-11rio: implement "look" (thanks lf94)cinap_lenrek
2014-01-05rio: make scrollwheel handling consistent with samcinap_lenrek
2013-12-19rio: dont consider shell characters as part of the filename for auto completioncinap_lenrek
2013-11-20rio -b: make lighttitlecol darkerstanley lieber
2013-11-05rio: eleminate temporary allocations before frinsert() and in namecomplete()cinap_lenrek
2013-11-03rio: do backspace \b processing inplace avoiding buffer allocationcinap_lenrek
2013-11-03rio: cleanup and error handlingcinap_lenrek
2013-11-02rio: huge simplification of flush handlingcinap_lenrek
2013-11-01rio: add sanity check in xfidallocthread()cinap_lenrek
2013-11-01rio: enforce flush reply ordering for all xfidscinap_lenrek
2013-11-01rio: properly handle follow up flushes (fixes unexpected reply tag)cinap_lenrek
2013-10-05rio: gone windows gone wrong (fix missing recv(x->flushc, nil) when gone but ...cinap_lenrek
2013-10-04rio: gone windows, window resize, rectonscreen, goodrectcinap_lenrek
2013-09-17rio: translate window when scaling results in bad window rect on screen resizecinap_lenrek
2013-09-16rio: fix Xfidwrite memory leak on flushcinap_lenrek
2013-08-20rio: position keyboard window (-k) at the bottom of the screencinap_lenrek
2013-08-10rio: fix unused variable warning in wscroll()cinap_lenrek
2013-08-10rio: shorten overlong window labelscinap_lenrek
2013-08-05rio: make sure flush replies are send only *after* the request got flushed or...cinap_lenrek
2013-08-05unsticky scrollbarscinap_lenrek
2013-08-04rio: add ^B control sequence to move cursor to output pointcinap_lenrek
2013-06-29rio: run filename completion in background processcinap_lenrek
2013-06-16make filesystem handling of read9pmsg() consistentcinap_lenrek