summaryrefslogtreecommitdiff
path: root/sys/src/cmd/rio/wind.c
AgeCommit message (Expand)Author
2023-02-06rio: refactor the keyboardtap code a bitcinap_lenrek
2022-08-21rio: kbdtap deadlocks are verbodenJacob Moody
2022-08-19rio: correct tap codeJacob Moody
2022-08-15rio: add /dev/kbdtapJacob Moody
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-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-05-06Reset click count on mouse motion.Ori Bernstein
2020-04-25tweak selection criteriaOri Bernstein
2020-04-25triple click selection in rioOri Bernstein
2019-11-19rio: fix cons read breakage from previous commitcinap_lenrek
2019-11-19rio: pad window status strings in 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-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-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-13rio: fix wrong frame colors when moving non-current windowcinap_lenrek
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-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-10-04rio: gone windows, window resize, rectonscreen, goodrectcinap_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-05-13rio: place text at beginning of line before cursor and host pointcinap_lenrek
2013-05-13rio: fix completion and readback and make it possible to complete historycinap_lenrek
2013-04-30rio: fix highlight text for -bstanley lieber
2013-01-10still races, reverting... need a better approach.cinap_lenrek
2013-01-09rio: fix window resize and attach racecinap_lenrek
2012-11-10rio: fix auto compmplete candidates getting read back without promptcinap_lenrek
2012-10-30rio: fix topping a hidden window does not activate the foreground font colorcinap_lenrek
2012-10-22rio: fix deadlockcinap_lenrek
2012-10-21rio: fix cursor for sizing nocurrent windowcinap_lenrek
2012-10-21rio: various fixescinap_lenrek
2012-10-20rio: colors, flicker reduction, refresh after mouse closecinap_lenrek