This commit is contained in:
Bala Clark 2011-09-16 16:10:47 +02:00
parent 6ced0efebc
commit 6e44bfd909

View file

@ -4,7 +4,6 @@
TODOs:
Fo sho:
- more smart image preloading, preload in both directions when a comic is loaded in the middle
- fix manga mode
- trigger preload if requesting valid but not loaded images (can happen if network was interupted)
- check for html5 feature support where used: diveintohtml5.org/everything.html or www.modernizr.com
@ -18,14 +17,12 @@
- jump to page?
- make page draggable with the cursor
- enable menu items via config, allow for custom items
- decouple controls from reader api
- split out classes into seperate files
- offline access
- thumbnail browser
- remove jquery dependency in favour of straight js
- chrome frame / ExplorerCanvas / non canvas version?
- really need to speed up enhancements, try to use webworkers
- refactor so we are not using all these loose shared variables
- refactor so we are not using all these loose shared variables and other nastyness
- use custom event emitters instead of hacky code
*/