Age | Commit message (Expand) | Author |
2016-11-17 | page: remove unused variables | ftrvxmtrx |
2015-07-24 | page: fix deadlock, nil vs 0 for pointer comparsion, cleanup | cinap_lenrek |
2015-07-11 | page: make lookahead fetch work in backwards direction | cinap_lenrek |
2014-07-15 | page: fix deadlock with addpage (thanks BurnZeZ for the stacktraces) | cinap_lenrek |
2014-02-21 | fork filter procs with RFREND in various programs | cinap_lenrek |
2014-02-14 | page: fix compiler warning | cinap_lenrek |
2013-12-28 | page: fix page bookmarks for epub files | cinap_lenrek |
2013-12-23 | page: scrollwheel, better backwards scrolling, fix blit bug when page was tra... | cinap_lenrek |
2013-12-21 | page: implement bookmarks (thanks trav_ for starting it) | cinap_lenrek |
2013-10-04 | page: avoid intermediate rc shell processes with using exec, move newwindow()... | cinap_lenrek |
2013-10-04 | page: close stdout, reopen stdout/stderr for external viewer and removed usel... | cinap_lenrek |
2013-10-04 | page: dont tell rio our pid | cinap_lenrek |
2013-08-03 | page: maintain a lru list and do unloading from oldest to newest | cinap_lenrek |
2013-08-03 | page: use less aggressive read ahead and keep track of image memory allocation | cinap_lenrek |
2013-07-08 | page: handle combination or -w and -R flags (thanks BurnZeZ) | cinap_lenrek |
2013-07-02 | tif: add tiff decoder | ppatience0 |
2013-06-17 | page: use resizewin() to change window size for gif display | cinap_lenrek |
2013-06-15 | page: 12 zoom levels should be enougth | cinap_lenrek |
2013-06-09 | page: handle interrupt note | cinap_lenrek |
2013-06-09 | page: exit on kill note | cinap_lenrek |
2013-01-21 | tga: fix bad output channel descriptor for grayscale images and -9 flag, reve... | cinap_lenrek |
2013-01-21 | page: image/tga | ftrvxmtrx |
2013-01-21 | page: force images to RGB using -3 flag (fixes grey-scale images displaying) | ftrvxmtrx |
2012-08-12 | page: fix drawpage race | cinap_lenrek |
2012-08-09 | page: simplify locking, avoid eenter deadlock on resize | cinap_lenrek |
2012-04-01 | microsoft ico format conversion support | cinap_lenrek |
2012-03-10 | page: allow running external jpg(1) program for animated gifs, mothra: handle... | cinap_lenrek |
2012-02-20 | page: improve shortname() | cinap_lenrek |
2012-02-09 | page: can't just cover whole display | cinap_lenrek |
2012-02-09 | page: don't resize window bigger than the dislay | cinap_lenrek |
2011-12-21 | page: refactor menu | cinap_lenrek |
2011-12-21 | page, mothra: corral rogue note groups | cinap_lenrek |
2011-12-10 | handle initdraw errors | cinap_lenrek |
2011-11-29 | page: fix noseek detection for files like /dev/screen | cinap_lenrek |
2011-10-31 | page: add write command to save current page as compressed plan9 bitmap | cinap_lenrek |
2011-10-24 | can't use rfork without RFMEM from shared memory procs and then use heap as i... | cinap_lenrek |
2011-10-18 | page: nested browsing | cinap_lenrek |
2011-10-18 | page: avoid drawing background if image has no alpha channel | cinap_lenrek |
2011-10-12 | page: print readimage error string | cinap_lenrek |
2011-10-11 | page: fix filedescriptor leakage | cinap_lenrek |
2011-10-11 | page: properly draw images with alpha channel, cleanup | cinap_lenrek |
2011-10-10 | page: refactor code, skip dummy pages, faster zoomdraw | cinap_lenrek |
2011-10-05 | page: fix draw performance problem on t23 | cinap_lenrek |
2011-10-05 | mothra: animated gifs, page: cleanup | cinap_lenrek |
2011-10-04 | use file(1) in page and mothra to detect file type | cinap_lenrek |
2011-10-02 | page: use param f instead of global zoom | cinap_lenrek |
2011-09-21 | html2ms: table support | cinap_lenrek |
2011-09-20 | uhtml: remove trailing utf BOM marker, html2ms: fix underline handling and es... | cinap_lenrek |
2011-09-20 | uhtml: add html to unicode converter, used by mothra and page/html2ms | cinap_lenrek |
2011-09-18 | html2ms: rewrite from scratch | cinap_lenrek |