summaryrefslogtreecommitdiff
path: root/sys/src/cmd/page.c
AgeCommit message (Expand)Author
2014-02-21fork filter procs with RFREND in various programscinap_lenrek
2014-02-14page: fix compiler warningcinap_lenrek
2013-12-28page: fix page bookmarks for epub filescinap_lenrek
2013-12-23page: scrollwheel, better backwards scrolling, fix blit bug when page was tra...cinap_lenrek
2013-12-21page: implement bookmarks (thanks trav_ for starting it)cinap_lenrek
2013-10-04page: avoid intermediate rc shell processes with using exec, move newwindow()...cinap_lenrek
2013-10-04page: close stdout, reopen stdout/stderr for external viewer and removed usel...cinap_lenrek
2013-10-04page: dont tell rio our pidcinap_lenrek
2013-08-03page: maintain a lru list and do unloading from oldest to newestcinap_lenrek
2013-08-03page: use less aggressive read ahead and keep track of image memory allocationcinap_lenrek
2013-07-08page: handle combination or -w and -R flags (thanks BurnZeZ)cinap_lenrek
2013-07-02tif: add tiff decoderppatience0
2013-06-17page: use resizewin() to change window size for gif displaycinap_lenrek
2013-06-15page: 12 zoom levels should be enougthcinap_lenrek
2013-06-09page: handle interrupt notecinap_lenrek
2013-06-09page: exit on kill notecinap_lenrek
2013-01-21tga: fix bad output channel descriptor for grayscale images and -9 flag, reve...cinap_lenrek
2013-01-21page: image/tgaftrvxmtrx
2013-01-21page: force images to RGB using -3 flag (fixes grey-scale images displaying)ftrvxmtrx
2012-08-12page: fix drawpage racecinap_lenrek
2012-08-09page: simplify locking, avoid eenter deadlock on resizecinap_lenrek
2012-04-01microsoft ico format conversion supportcinap_lenrek
2012-03-10page: allow running external jpg(1) program for animated gifs, mothra: handle...cinap_lenrek
2012-02-20page: improve shortname()cinap_lenrek
2012-02-09page: can't just cover whole displaycinap_lenrek
2012-02-09page: don't resize window bigger than the dislaycinap_lenrek
2011-12-21page: refactor menucinap_lenrek
2011-12-21page, mothra: corral rogue note groupscinap_lenrek
2011-12-10handle initdraw errorscinap_lenrek
2011-11-29page: fix noseek detection for files like /dev/screencinap_lenrek
2011-10-31page: add write command to save current page as compressed plan9 bitmapcinap_lenrek
2011-10-24can't use rfork without RFMEM from shared memory procs and then use heap as i...cinap_lenrek
2011-10-18page: nested browsingcinap_lenrek
2011-10-18page: avoid drawing background if image has no alpha channelcinap_lenrek
2011-10-12page: print readimage error stringcinap_lenrek
2011-10-11page: fix filedescriptor leakagecinap_lenrek
2011-10-11page: properly draw images with alpha channel, cleanupcinap_lenrek
2011-10-10page: refactor code, skip dummy pages, faster zoomdrawcinap_lenrek
2011-10-05page: fix draw performance problem on t23cinap_lenrek
2011-10-05mothra: animated gifs, page: cleanupcinap_lenrek
2011-10-04use file(1) in page and mothra to detect file typecinap_lenrek
2011-10-02page: use param f instead of global zoomcinap_lenrek
2011-09-21html2ms: table supportcinap_lenrek
2011-09-20uhtml: remove trailing utf BOM marker, html2ms: fix underline handling and es...cinap_lenrek
2011-09-20uhtml: add html to unicode converter, used by mothra and page/html2mscinap_lenrek
2011-09-18html2ms: rewrite from scratchcinap_lenrek
2011-09-17page: generalize html supportcinap_lenrek
2011-09-17page: experimental epub supportcinap_lenrek
2011-09-16page: grey backgroundcinap_lenrek
2011-09-16page: sort pages in directories/archives by namecinap_lenrek