summaryrefslogtreecommitdiff
path: root/sys/src/cmd/rio/rio.c
AgeCommit message (Expand)Author
2016-11-17cmd: remove a bit of unused stuffftrvxmtrx
2016-09-20rio: fix onscreen()cinap_lenrek
2016-09-18rio: improved bandsize()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-03change /dev/kbd to return multiple messages per readcinap_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-23rio: stop serving kbdin file (thanks eekee)cinap_lenrek
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-01-11rio: implement "look" (thanks lf94)cinap_lenrek
2013-11-03rio: cleanup and error handlingcinap_lenrek
2013-11-01rio: properly handle follow up flushes (fixes unexpected reply tag)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-08-20rio: position keyboard window (-k) at the bottom of the screencinap_lenrek
2013-08-10rio: shorten overlong window labelscinap_lenrek
2013-01-10still races, reverting... need a better approach.cinap_lenrek
2013-01-09rio: fix window resize and attach racecinap_lenrek
2012-10-22rio: fix deadlockcinap_lenrek
2012-10-21rio: various fixescinap_lenrek
2012-10-20rio: colors, flicker reduction, refresh after mouse closecinap_lenrek
2012-10-20rio: wtop() after resize fixcinap_lenrek
2012-10-20rio: preserve window z-order on resize, fix race conditionscinap_lenrek
2012-10-18rio: copy window labels for menu3cinap_lenrek
2012-09-16rio: single line scroll up/down with holding shift keycinap_lenrek
2012-08-22rio: rect outside screen counts as covered wcovered()cinap_lenrek
2012-08-16rio: fix mistakecinap_lenrek
2012-08-16rio: add some tolerance when declaring windows coveredcinap_lenrek
2012-08-16rio: add covered (burried) windows to the menu3 hidden window listcinap_lenrek
2012-06-03rio/rio.c: update usagestanley lieber
2012-05-08rio: dont list files we dont serve when reading directorycinap_lenrek
2012-03-13rio: keep window rects managable on rio resizecinap_lenrek
2012-01-28rio: fix memory leak for w->dircinap_lenrek
2011-12-09rio: don't hardcode fontcinap_lenrek
2011-11-19rio: use -b instead of the $reverse env variablestanley lieber
2011-05-28rio: fix kbdincinap_lenrek
2011-05-28big /dev/kbd change, new format, support Alt+Stuff (key composing)cinap_lenrek
2011-05-26rio: disable cons if /dev/kbd is open, add games/doomcinap_lenrek
2011-05-26rio: run kbdproc in with clean fdtablecinap_lenrek
2011-05-23rio: dont leak the /dev/consctl and /dev/kbd filedescriptors into windowscinap_lenrek