Age | Commit message (Expand) | Author |
2023-02-06 | rio: refactor the keyboardtap code a bit | cinap_lenrek |
2022-08-21 | rio: kbdtap deadlocks are verboden | Jacob Moody |
2022-08-19 | rio: correct tap code | Jacob Moody |
2022-08-15 | rio: add /dev/kbdtap | Jacob Moody |
2021-04-25 | rio: avoid re-triggering clicks on resize/hide/unhide and send wctl when focu... | cinap_lenrek |
2021-03-07 | rio: make window focus changes deterministic, cleanup wind.c | cinap_lenrek |
2020-12-07 | rio: format pid's as ulongs | cinap_lenrek |
2020-12-02 | rio: properly restore the windows contents on /dev/mouse close | cinap_lenrek |
2020-11-29 | rio: avoid redrawing window text on resize for programs using libdraw | cinap_lenrek |
2020-10-04 | rio: move the code for 'send' into a function | kvik |
2020-05-06 | Reset click count on mouse motion. | Ori Bernstein |
2020-04-25 | tweak selection criteria | Ori Bernstein |
2020-04-25 | triple click selection in rio | Ori Bernstein |
2019-11-19 | rio: fix cons read breakage from previous commit | cinap_lenrek |
2019-11-19 | rio: pad window status strings in wctl files | Alex Musolino |
2018-12-07 | rio: get rid of window delete thread, fix mysterious disappearing windows | cinap_lenrek |
2017-05-07 | rio: implement writable and truncatable /dev/text | cinap_lenrek |
2016-06-26 | rio: move the test if w is allowed to change cursor into wsetcursor() | cinap_lenrek |
2016-05-14 | rio: only the current window may change the cursor, fix typo screen->r vs w->... | cinap_lenrek |
2016-05-14 | rio: second attempt... | cinap_lenrek |
2016-05-14 | revert previous commit, not ready yet | cinap_lenrek |
2016-05-13 | rio: get rid of all mouse moves, fix cursor handling | cinap_lenrek |
2016-04-04 | rio: /dev/kbd cleanup | cinap_lenrek |
2016-04-03 | change /dev/kbd to return multiple messages per read | cinap_lenrek |
2016-03-15 | rio: flushimage() improves your ability to see, i repeat twice. | cinap_lenrek |
2016-03-15 | rio: remove more unneccesary flushimage() calls | cinap_lenrek |
2016-03-08 | rio, libdraw: experimental removal of redundant flushimage() calls for roundt... | cinap_lenrek |
2016-02-13 | rio: fix wrong frame colors when moving non-current window | cinap_lenrek |
2014-05-03 | fix threadsetname usage in few places | ftrvxmtrx |
2014-01-11 | rio: properly handle initial wrap arround in wlook() | cinap_lenrek |
2014-01-11 | rio: implement "look" (thanks lf94) | cinap_lenrek |
2014-01-05 | rio: make scrollwheel handling consistent with sam | cinap_lenrek |
2013-12-19 | rio: dont consider shell characters as part of the filename for auto completion | cinap_lenrek |
2013-11-05 | rio: eleminate temporary allocations before frinsert() and in namecomplete() | cinap_lenrek |
2013-11-03 | rio: do backspace \b processing inplace avoiding buffer allocation | cinap_lenrek |
2013-11-03 | rio: cleanup and error handling | cinap_lenrek |
2013-10-04 | rio: gone windows, window resize, rectonscreen, goodrect | cinap_lenrek |
2013-08-04 | rio: add ^B control sequence to move cursor to output point | cinap_lenrek |
2013-06-29 | rio: run filename completion in background process | cinap_lenrek |
2013-05-13 | rio: place text at beginning of line before cursor and host point | cinap_lenrek |
2013-05-13 | rio: fix completion and readback and make it possible to complete history | cinap_lenrek |
2013-04-30 | rio: fix highlight text for -b | stanley lieber |
2013-01-10 | still races, reverting... need a better approach. | cinap_lenrek |
2013-01-09 | rio: fix window resize and attach race | cinap_lenrek |
2012-11-10 | rio: fix auto compmplete candidates getting read back without prompt | cinap_lenrek |
2012-10-30 | rio: fix topping a hidden window does not activate the foreground font color | cinap_lenrek |
2012-10-22 | rio: fix deadlock | cinap_lenrek |
2012-10-21 | rio: fix cursor for sizing nocurrent window | cinap_lenrek |
2012-10-21 | rio: various fixes | cinap_lenrek |
2012-10-20 | rio: colors, flicker reduction, refresh after mouse close | cinap_lenrek |