]> git.lizzy.rs Git - plan9front.git/history - sys/src/cmd/page.c
fix filetype detecton by suffix so that multiple dots dont confuse it. (thanks kvik)
[plan9front.git] / sys / src / cmd / page.c
2016-11-17 ftrvxmtrxpage: remove unused variables
2015-07-24 cinap_lenrekpage: fix deadlock, nil vs 0 for pointer comparsion...
2015-07-11 cinap_lenrekpage: make lookahead fetch work in backwards direction
2014-07-15 cinap_lenrekpage: fix deadlock with addpage (thanks BurnZeZ for...
2014-02-21 cinap_lenrekfork filter procs with RFREND in various programs
2014-02-14 cinap_lenrekpage: fix compiler warning
2013-12-28 cinap_lenrekpage: fix page bookmarks for epub files
2013-12-23 cinap_lenrekpage: scrollwheel, better backwards scrolling, fix...
2013-12-21 cinap_lenrekmerge
2013-12-21 cinap_lenrekpage: implement bookmarks (thanks trav_ for starting it)
2013-10-04 cinap_lenrekpage: avoid intermediate rc shell processes with using...
2013-10-04 cinap_lenrekpage: close stdout, reopen stdout/stderr for external...
2013-10-04 cinap_lenrekmerge
2013-10-04 cinap_lenrekpage: dont tell rio our pid
2013-08-03 cinap_lenrekpage: maintain a lru list and do unloading from oldest...
2013-08-03 cinap_lenrekpage: use less aggressive read ahead and keep track...
2013-07-11 mveetymerge
2013-07-08 cinap_lenrekmerge
2013-07-08 cinap_lenrekpage: handle combination or -w and -R flags (thanks...
2013-07-05 ethanmerge
2013-07-03 cinap_lenrekmerge
2013-07-03 cinap_lenrekmerge
2013-07-02 ppatience0tif: add tiff decoder
2013-06-17 cinap_lenrekpage: use resizewin() to change window size for gif...
2013-06-15 cinap_lenrekpage: 12 zoom levels should be enougth
2013-06-08 cinap_lenrekpage: handle interrupt note
2013-06-08 cinap_lenrekpage: exit on kill note
2013-01-21 cinap_lenrektga: fix bad output channel descriptor for grayscale...
2013-01-21 ftrvxmtrxmerge
2013-01-20 ftrvxmtrxpage: image/tga
2013-01-20 ftrvxmtrxpage: force images to RGB using -3 flag (fixes grey...
2012-08-12 cinap_lenrekmerge
2012-08-12 cinap_lenrekpage: fix drawpage race
2012-08-09 cinap_lenrekpage: simplify locking, avoid eenter deadlock on resize
2012-04-01 cinap_lenrekmicrosoft ico format conversion support
2012-03-10 cinap_lenrekpage: allow running external jpg(1) program for animate...
2012-02-20 cinap_lenrekpage: improve shortname()
2012-02-09 cinap_lenrekpage: can't just cover whole display
2012-02-09 cinap_lenrekmerge
2012-02-09 cinap_lenrekpage: don't resize window bigger than the dislay
2011-12-21 cinap_lenrekpage: refactor menu
2011-12-21 cinap_lenrekpage, mothra: corral rogue note groups
2011-12-10 cinap_lenrekhandle initdraw errors
2011-11-29 cinap_lenrekpage: fix noseek detection for files like /dev/screen
2011-10-31 cinap_lenrekpage: add write command to save current page as compres...
2011-10-24 cinap_lenrekcan't use rfork without RFMEM from shared memory procs...
2011-10-18 cinap_lenrekpage: nested browsing
2011-10-18 cinap_lenrekpage: avoid drawing background if image has no alpha...
2011-10-12 cinap_lenrekmerge
2011-10-12 cinap_lenrekpage: print readimage error string
2011-10-11 cinap_lenrekpage: fix filedescriptor leakage
2011-10-11 cinap_lenrekpage: properly draw images with alpha channel, cleanup
2011-10-10 cinap_lenrekpage: refactor code, skip dummy pages, faster zoomdraw
2011-10-05 cinap_lenrekpage: fix draw performance problem on t23
2011-10-04 cinap_lenrekmothra: animated gifs, page: cleanup
2011-10-04 cinap_lenrekuse file(1) in page and mothra to detect file type
2011-10-02 cinap_lenrekpage: use param f instead of global zoom
2011-09-21 cinap_lenrekmerge
2011-09-21 cinap_lenrekhtml2ms: table support
2011-09-20 cinap_lenrekuhtml: remove trailing utf BOM marker, html2ms: fix...
2011-09-19 cinap_lenrekuhtml: add html to unicode converter, used by mothra...
2011-09-18 cinap_lenrekhtml2ms: rewrite from scratch
2011-09-17 cinap_lenrekpage: generalize html support
2011-09-17 cinap_lenrekpage: experimental epub support
2011-09-16 cinap_lenrekpage: grey background
2011-09-16 cinap_lenrekpage: sort pages in directories/archives by name
2011-09-16 cinap_lenrekmerge
2011-09-16 cinap_lenrekpage: add cbz support
2011-09-15 cinap_lenrekmerge
2011-09-15 cinap_lenrekreplaceing page with npage