Commit graph

114 commits

Author SHA1 Message Date
Bala Clark
5d20759dcc don't lose the reading position after applying
enhancements.
2013-03-19 21:01:15 +01:00
Bala Clark
73752691a0 show toolbar by default 2013-03-19 20:42:03 +01:00
Bala Clark
8d9970d0b1 removed arrow key navigation code, custom navigation keys should be passed in the options object 2013-03-19 00:07:58 +01:00
kennethlarsen
0f8fcca070 Added function to use arrow keys to change pages in ComicBook.js 2012-10-11 21:47:45 +02:00
Bala Clark
1e55f3dc39 function order 2011-09-18 02:05:54 +02:00
Bala Clark
c02932d9aa preload bugfix 2011-09-18 01:51:06 +02:00
Bala Clark
59c57523b9 load one image at a time 2011-09-16 17:52:42 +02:00
Bala Clark
e116917d78 loading progress bar 2011-09-16 17:19:00 +02:00
Bala Clark
3ebe8bb8f0 todo 2011-09-16 16:36:40 +02:00
Bala Clark
36e9240e9b Makefile now creates a combined js with pixastic dependencies and makes the minified version from that 2011-09-16 16:17:14 +02:00
Bala Clark
6e44bfd909 todo 2011-09-16 16:10:47 +02:00
Bala Clark
6ced0efebc enhancement sliders now apply on change as on slide is too slow 2011-09-16 15:43:51 +02:00
Bala Clark
c29c8b8275 put back page rendering code into the preload method 2011-09-16 15:22:08 +02:00
Bala Clark
4d38b42d2e show loading percentage 2011-09-15 11:23:24 +02:00
Bala Clark
dc46a6bf4d preload bugfix 2011-09-15 09:39:05 +02:00
Bala Clark
458527a62a starting to preload in both directions 2011-09-14 18:03:35 +02:00
Bala Clark
a53be3b441 fixed page indicator bug 2011-09-10 15:34:57 +02:00
Bala Clark
29fc3fecea todo 2011-09-09 17:22:02 +02:00
Bala Clark
11e7a9e980 don't show 'next' control on double page last pages 2011-09-09 10:33:20 +02:00
Bala Clark
5cc82edc47 todo 2011-09-09 09:20:42 +02:00
Bala Clark
e9fcd5561e todo 2011-09-08 22:13:10 +02:00
Bala Clark
79ed8bffbf removed stray console.log 2011-09-08 22:02:00 +02:00
Bala Clark
e1d267b38b more hacky pointer bugfixes 2011-09-08 13:46:52 +02:00
Bala Clark
280fe124b2 fixed bug when requesting pages that are not loaded yet 2011-09-08 13:36:45 +02:00
Bala Clark
ac659bdd27 todo 2011-09-08 13:28:34 +02:00
Bala Clark
8663e817c3 disable page navigation controls when not needed 2011-09-08 13:22:28 +02:00
Bala Clark
b235efdbfd todo 2011-09-08 12:46:22 +02:00
Bala Clark
624c9e823b don't allow navigating to non-existant pages 2011-09-08 12:34:16 +02:00
Bala Clark
4e4d707b14 don't keep redrawing the page after the current one has been loading 2011-09-07 08:47:58 +02:00
Bala Clark
752bf3b02f removed crappy exception class 2011-09-06 17:04:38 +02:00
Bala Clark
aaafbbc12c fixed last page loading bug 2011-09-06 16:53:17 +02:00
Bala Clark
b6ce29bfd0 hide toolbar in the right place 2011-09-06 15:30:51 +02:00
Bala Clark
26264f4f3e todo 2011-09-06 11:36:10 +02:00
Bala Clark
81a5dc907f disable the strech button if in an auto zoom mode 2011-09-06 11:26:34 +02:00
Bala Clark
5722a08f86 made toolbar controls use a css sprite instead of multiple background images 2011-09-05 00:25:45 +02:00
Bala Clark
fc6ac527f1 current page indicator 2011-09-04 15:38:59 +02:00
Bala Clark
f641d05eb9 renamed loadingIndicator 2011-09-04 13:33:06 +02:00
Bala Clark
4c1df0f1ea moved loading status out of toolbar 2011-09-04 13:29:26 +02:00
Bala Clark
f080bf88e5 created (very hacky) function to get window.innerWidth - scrollbar widths 2011-09-04 10:15:09 +02:00
Bala Clark
47f54170bb disable keyboard shortcuts when the overlay is up 2011-09-03 22:27:43 +02:00
Bala Clark
f7dbbb3623 todo 2011-09-03 22:27:19 +02:00
Bala Clark
b0d2511b43 keyboard shortcut for toggleLayout 2011-09-03 22:16:35 +02:00
Bala Clark
efa87a5d64 removed color enhancement keyboard shortcut 2011-09-03 22:13:10 +02:00
Bala Clark
a38ff55da0 moved window.scroll to the draw method so that it is always called regardless of the navigation method 2011-09-03 22:04:38 +02:00
Bala Clark
2f34a49483 draw a specific page number 2011-09-03 21:55:45 +02:00
Bala Clark
f163b7ba6e added a page loading overlay 2011-09-03 21:41:26 +02:00
Bala Clark
3629bbbc2e added title attributes for toolbar buttons 2011-09-03 08:39:05 +02:00
Bala Clark
130463606c made switching from auto page width to manual zoom modes smoother 2011-09-03 08:31:24 +02:00
Bala Clark
b3443a93fc remeber whether menus were open or not and show them when the toolbar is shown 2011-09-03 07:49:24 +02:00
Bala Clark
8194f3e7ea keep color button active if its menu is open 2011-09-03 07:44:59 +02:00