Commit graph

227 commits

Author SHA1 Message Date
Bala Clark
41c69f7159 updated todos 2011-01-07 10:05:22 +01:00
Bala Clark
9f5f5aa7a4 comic setlastpage now uses post instead of get, can be toggled on/off via an option 2011-01-07 10:03:05 +01:00
Bala Clark
becf6be936 removed console.log 2011-01-06 18:22:48 +01:00
Bala Clark
b492474fb0 removed readme 2011-01-06 18:22:22 +01:00
Bala Clark
f1636dd3a4 send ajax statement to the library to save current page 2011-01-06 18:13:29 +01:00
Bala Clark
3aa2f5da84 added support for double page spreads 2010-12-26 19:15:43 +01:00
Bala Clark
115c154c87 fixed minor preload & hash nav bugs 2010-12-26 18:39:11 +01:00
Bala Clark
e396f65748 now only using the newer onhaschange event for back button, will re-enable setInterval method for older browsers later. also tweaked preloading to allow comics to be opened from any page and loaded from there. 2010-12-25 11:19:19 +01:00
Bala Clark
92e2f47f18 enable the back button 2010-12-25 09:44:57 +01:00
Bala Clark
84cc12ebaa use substring() instead of replace() for location.hash 2010-12-25 09:29:52 +01:00
Bala Clark
d7e7450912 minor preload tweak, removed useless parameter 2010-12-25 08:08:31 +01:00
Bala Clark
e4edf4e80f updated todos 2010-12-25 04:58:27 +01:00
Bala Clark
9da5ea74ab removed static html file as is obsolete 2010-12-25 04:58:18 +01:00
Bala Clark
fb35110066 fixed bug with saving applied enhancements 2010-07-17 09:46:14 +00:00
Bala Clark
9c8bc6ee6c reality check 2010-07-15 15:46:52 +00:00
Bala Clark
7b84989cb4 updated todos 2010-07-15 15:33:23 +00:00
Bala Clark
88b8d57db3 moved enhancement parameters into the options array, allows for easy setting on init 2010-07-15 13:51:13 +00:00
Bala Clark
293810e050 added some todos 2010-07-15 12:19:36 +00:00
Bala Clark
d2a0fc737a removed ehance saturate method as enhance.reset(desaturate) has the same effect. 2010-07-15 12:14:47 +00:00
Bala Clark
f9d77a41f2 jslint 2010-07-15 11:57:43 +00:00
Bala Clark
19c93e55ca removed useless param 2010-07-15 11:53:30 +00:00
Bala Clark
85e5244d8d enhancements: added saturate method to undo a desaturate, tweaked the reset method to allow for resetting one method at a time, all methods now reset their own state before applying 2010-07-15 11:51:58 +00:00
Bala Clark
df474ec5ec Merge branch 'master' into enhance 2010-07-15 11:01:59 +00:00
Bala Clark
2f23ff31e3 updated readme 2010-07-15 11:01:22 +00:00
Bala Clark
06d60c72c6 added reset method to the enhance object, plus some comments 2010-07-15 10:59:27 +00:00
Bala Clark
fa74081960 Merge branch 'master' into enhance 2010-07-15 09:56:03 +00:00
Bala Clark
68f8954d74 only insert the status panel if its not already there. Closes #1 2010-07-15 09:52:12 +00:00
Bala Clark
4150d83b3e basic enhancements api implemented 2010-07-15 09:40:02 +00:00
Bala Clark
5dc6f6ae89 starting work on effects 2010-07-13 17:21:54 +01:00
Bala Clark
c91827ee03 SO rules: http://stackoverflow.com/questions/3238575/why-shouldnt-we-use-in-javascript 2010-07-13 16:53:42 +01:00
Bala Clark
2426e3f1d8 point to the moved js 2010-07-13 16:38:56 +01:00
Bala Clark
7e2a9ad486 moved ComicBook.js to lib/ 2010-07-13 16:36:35 +01:00
Bala Clark
080d0b4c51 updated comments 2010-07-13 16:29:49 +01:00
Bala Clark
9284f8bddd tweaked styles for the load status 2010-07-11 22:17:42 +01:00
Bala Clark
59bf8bcfc2 added basic styling to the loading status box 2010-07-10 17:34:27 +01:00
Bala Clark
b23a6f26b2 very basic load status indicator added 2010-07-10 17:13:13 +01:00
Bala Clark
ec89ec2816 added a full test comic 2010-07-10 14:50:51 +01:00
Bala Clark
3b27c1bfb8 scroll two pages at a time in double page mode 2010-07-10 14:35:35 +01:00
Bala Clark
48bddd7aa7 a few slight mods after jslint 2010-07-10 14:32:20 +01:00
Bala Clark
c3a0f866cc renaming scripts.js 2010-07-10 14:13:03 +01:00
Bala Clark
ca526ede6e renaming scripts.js 2010-07-10 14:12:45 +01:00
Bala Clark
385cc5adb5 renaming scripts.js 2010-07-10 14:10:29 +01:00
Bala Clark
4e3d4bb463 check if scrollbars are needed, only display them if they are 2010-07-10 14:01:39 +01:00
Bala Clark
3655c21c20 reset canvas before rendering images 2010-07-10 13:56:07 +01:00
Bala Clark
4d6651818d disable horizontal scrollbars in fitWidth mode 2010-07-10 13:49:42 +01:00
Bala Clark
4a2c42fa02 manga mode 2010-07-10 13:21:09 +01:00
Bala Clark
2df9b56d56 scroll to the top of the page when paging through 2010-07-10 12:51:12 +01:00
Bala Clark
fcec1e21e4 image preloader now only loads one image at a time 2010-07-10 12:36:17 +01:00
Bala Clark
bf3ac53ddb starting a better preload method 2010-07-09 17:05:02 +01:00
Bala Clark
5833955005 Merge branch 'master' into image-buffer 2010-07-09 16:37:18 +01:00