summaryrefslogtreecommitdiff
path: root/sys/src/cmd/rio
AgeCommit message (Expand)Author
2023-02-06rio: refactor the keyboardtap code a bitcinap_lenrek
2023-01-28rio: sync keyboard state with active window on switchJacob Moody
2022-10-19rio: prevent some more keyboard lockupsJacob Moody
2022-10-11rio: close the display on the way outJacob Moody
2022-09-29rio: kbdtap style tweakJacob Moody
2022-09-28rio: ensure single reader and single writer for kbdtapJacob Moody
2022-09-11rio: correct error messageJacob Moody
2022-09-11rio: return 'global' size for none /dev/wctl read (thanks umbraticus)Jacob Moody
2022-09-11rio: more pointy edges with none attachJacob Moody
2022-09-11rio: add 'none' attach option to wsysJacob Moody
2022-08-21rio: kbdtap deadlocks are verbodenJacob Moody
2022-08-20rio: make it harder to deadlock from kbdtapJacob Moody
2022-08-20rio: /dev/label should just ignore offsetJacob Moody
2022-08-19rio: correct tap codeJacob Moody
2022-08-18rio: require a confirmation for ExitJacob Moody
2022-08-15rio: add /dev/kbdtapJacob Moody
2022-08-04rio: show Exit in subriosJacob Moody
2022-02-09rio: fix parsing of directory path (-cd) when creating a new window via wctlIgor Böhm
2021-11-29rio: allow spaces in working directory path (-cd) when creating a new window ...Igor Böhm
2021-06-06rio: match background screen color format (thanks noam)Ori Bernstein
2021-04-25rio: avoid re-triggering clicks on resize/hide/unhide and send wctl when focu...cinap_lenrek
2021-03-07rio: make window focus changes deterministic, cleanup wind.ccinap_lenrek
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