summaryrefslogtreecommitdiff
path: root/sys/src/cmd/rio
AgeCommit message (Expand)Author
2020-12-07rio: format pid's as ulongscinap_lenrek
2020-12-07rio: open /dev/snarf with OCEXEC flag when writingcinap_lenrek
2020-12-07rio: simplify filsysinit() by using getuser(), format pid's as ulongscinap_lenrek
2020-12-06rio: undo previous commit, was a stupid ideacinap_lenrek
2020-12-06rio: give visual clue during sweep and bandsizing when window is too smallcinap_lenrek
2020-12-06rio: use libdraw's badrect() to exclude some extreme cases in goodrect()cinap_lenrek
2020-12-06rio: rewrite better portion() functioncinap_lenrek
2020-12-06rio: handle corner selection for resizing better (thanks cinap)Sigrid
2020-12-06rio: goodrect: clarify minimal height and actually use the smallest reasonabl...Sigrid
2020-12-06rio: allow windows as small as one line of text, still scrollableSigrid
2020-12-02rio: properly restore the windows contents on /dev/mouse closecinap_lenrek
2020-11-29rio: avoid redrawing window text on resize for programs using libdrawcinap_lenrek
2020-10-04rio: move the code for 'send' into a functionkvik
2020-08-01pre-lib9p servers: fix incorrect Tversion handlingkvik
2020-05-06Reset click count on mouse motion.Ori Bernstein
2020-05-02make bind(2) error handling consistentcinap_lenrek
2020-04-25tweak selection criteriaOri Bernstein
2020-04-25triple click selection in rioOri Bernstein
2020-03-07rio: fix goodrect() bug (thanks mike)cinap_lenrek
2019-12-23rio, kbdfs: increase read buffer for high latency kbdfs support23hiro
2019-11-19rio: fix cons read breakage from previous commitcinap_lenrek
2019-11-19rio: pad window status strings in wctl filesAlex Musolino
2019-11-19rio: fix bug causing short reads of wctl filesAlex Musolino
2018-12-07rio: get rid of window delete thread, fix mysterious disappearing windowscinap_lenrek
2017-05-07rio: implement writable and truncatable /dev/textcinap_lenrek
2016-11-17cmd: remove a bit of unused stuffftrvxmtrx
2016-09-20rio: fix onscreen()cinap_lenrek
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