Age | Commit message (Expand) | Author |
2017-05-07 | rio: implement writable and truncatable /dev/text | cinap_lenrek |
2016-11-17 | cmd: remove a bit of unused stuff | ftrvxmtrx |
2016-09-20 | rio: fix onscreen() | cinap_lenrek |
2016-09-18 | rio: improved bandsize() | cinap_lenrek |
2016-07-24 | make error handling in 9p service loops consistent | 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-23 | rio: flushimage() before wscrsleep() | cinap_lenrek |
2016-03-22 | rio: add flushimage() after mb2 menu action | cinap_lenrek |
2016-03-19 | rio botch | BurnZeZ |
2016-03-19 | rio: fix some spacing, slightly cleaner arg handling | BurnZeZ |
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-27 | rio: exit rio when /dev/cons or /dev/kbd read loop terminates | cinap_lenrek |
2016-02-13 | rio: fix wrong frame colors when moving non-current window | cinap_lenrek |
2015-11-25 | rio: allow reading the image of a hidden window thru the window file | cinap_lenrek |
2015-11-25 | rio: fix handling "resize" wctl for hidden windows | cinap_lenrek |
2015-11-23 | rio: stop serving kbdin file (thanks eekee) | cinap_lenrek |
2015-10-24 | rio: fix scrolling when cursor is above window | BurnZeZ |
2014-11-07 | fix dangerous werrstr() usages | cinap_lenrek |
2014-10-25 | rio: dont serve a kbd file per window when we didnt got one from the environment | cinap_lenrek |
2014-10-11 | rio: fix "-cd dir" in mountspec being ignored | BurnZeZ |
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-20 | rio -b: make lighttitlecol darker | stanley lieber |
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-11-02 | rio: huge simplification of flush handling | cinap_lenrek |
2013-11-01 | rio: add sanity check in xfidallocthread() | cinap_lenrek |
2013-11-01 | rio: enforce flush reply ordering for all xfids | cinap_lenrek |
2013-11-01 | rio: properly handle follow up flushes (fixes unexpected reply tag) | cinap_lenrek |
2013-10-05 | rio: gone windows gone wrong (fix missing recv(x->flushc, nil) when gone but ... | cinap_lenrek |
2013-10-04 | rio: gone windows, window resize, rectonscreen, goodrect | cinap_lenrek |
2013-09-17 | rio: translate window when scaling results in bad window rect on screen resize | cinap_lenrek |
2013-09-16 | rio: fix Xfidwrite memory leak on flush | cinap_lenrek |
2013-08-20 | rio: position keyboard window (-k) at the bottom of the screen | cinap_lenrek |
2013-08-10 | rio: fix unused variable warning in wscroll() | cinap_lenrek |
2013-08-10 | rio: shorten overlong window labels | cinap_lenrek |
2013-08-05 | rio: make sure flush replies are send only *after* the request got flushed or... | cinap_lenrek |
2013-08-05 | unsticky scrollbars | cinap_lenrek |