]> git.scottworley.com Git - picsort/log
picsort
10 years agoKeep a local picsorter_deleted too.
Scott Worley [Fri, 28 Feb 2014 07:15:59 +0000 (23:15 -0800)]
Keep a local picsorter_deleted too.

Don't unpack it from localStorage every single time it is needed.
Read it in once and write it back when it changes.

Note: This would make updates from multiple tabs running picsorter
on the same domain clobber each other's updates.  So don't run
multiple picsorters.

10 years agoAdd a message-displaying area
Scott Worley [Fri, 28 Feb 2014 07:08:22 +0000 (23:08 -0800)]
Add a message-displaying area

10 years ago'x' for delete, 'X' for undelete
Scott Worley [Fri, 28 Feb 2014 06:32:36 +0000 (22:32 -0800)]
'x' for delete, 'X' for undelete

Where 'delete' just means skip when scrolling with 'n' and 'p'.
Use 'N' and 'P' to navigate to 'deleted' pics to use 'X'.

10 years agoZoom by switching to smaller preprocessed images
Scott Worley [Fri, 28 Feb 2014 03:51:22 +0000 (19:51 -0800)]
Zoom by switching to smaller preprocessed images

Loading the full size images with max-height was too slow.

Move the previous zoom behaviour from 'z' to 'Z'.

10 years ago'b' and 'd' for brighter and darker/dimmer.
Scott Worley [Fri, 28 Feb 2014 03:48:54 +0000 (19:48 -0800)]
'b' and 'd' for brighter and darker/dimmer.

10 years ago'n' and 'p' for next and previous input image
Scott Worley [Fri, 28 Feb 2014 03:23:45 +0000 (19:23 -0800)]
'n' and 'p' for next and previous input image

10 years agoPress 'z' to toggle zoom
Scott Worley [Fri, 28 Feb 2014 03:21:31 +0000 (19:21 -0800)]
Press 'z' to toggle zoom

10 years agoKeep an input_index
Scott Worley [Thu, 27 Feb 2014 19:39:13 +0000 (11:39 -0800)]
Keep an input_index

10 years agoUse $.attr()
Scott Worley [Thu, 27 Feb 2014 02:02:44 +0000 (18:02 -0800)]
Use $.attr()

10 years agoUse the ready shorthand
Scott Worley [Thu, 27 Feb 2014 01:56:18 +0000 (17:56 -0800)]
Use the ready shorthand

10 years agosetpic() function
Scott Worley [Thu, 27 Feb 2014 01:54:01 +0000 (17:54 -0800)]
setpic() function

10 years agoMove exposure to a variable
Scott Worley [Thu, 27 Feb 2014 01:52:43 +0000 (17:52 -0800)]
Move exposure to a variable

10 years agoInitial revision
Scott Worley [Thu, 27 Feb 2014 01:49:15 +0000 (17:49 -0800)]
Initial revision