This commit is contained in:
Bala Clark 2011-09-08 12:46:22 +02:00
parent 624c9e823b
commit b235efdbfd

View file

@ -5,13 +5,12 @@
Fo sho: Fo sho:
- improve prev/next buttons, only show them when they can possibly work (not at beginning/end) - improve prev/next buttons, only show them when they can possibly work (not at beginning/end)
- more smart image preloading, preload in both directions when a comic is loaded in the middle
- fix manga mode
- check for html5 feature support where used: diveintohtml5.org/everything.html or www.modernizr.com - check for html5 feature support where used: diveintohtml5.org/everything.html or www.modernizr.com
- write bin scripts to minify & join all js - write bin scripts to minify & join all js
- more smart image preloading, preload in both directions when a comic is loaded in the middle
- in double page mode the last page is not showing if it is a single page
Nice 2 have: Nice 2 have:
- fix manga mode
- jump to page? - jump to page?
- enable menu items via config, allow for custom items - enable menu items via config, allow for custom items
- decouple controls from reader api - decouple controls from reader api
@ -21,6 +20,8 @@
- remove jquery dependency in favour of straight js - remove jquery dependency in favour of straight js
- chrome frame / ExplorerCanvas / non canvas version? - chrome frame / ExplorerCanvas / non canvas version?
- really need to speed up enhancements, try to use webworkers - really need to speed up enhancements, try to use webworkers
- refactor so we are not using all these loose shared variables
- use custom event emitters instead of hacky code
*/ */
/** /**