]> git.scottworley.com Git - picsort/history - picsorter.js
Forbid exposure adjustment when not available
[picsort] / picsorter.js
2014-02-28 Scott WorleyForbid exposure adjustment when not available
2014-02-28 Scott Worleymove_to_unnamed()
2014-02-28 Scott WorleySupport .jpeg files mixed in with .NEF files
2014-02-28 Scott Worleyhjkl movement keys
2014-02-28 Scott WorleyI miss ${foo%bar}
2014-02-28 Scott Worley'c' to Call a picture something or Change its name
2014-02-28 Scott Worleysave_picinfo()
2014-02-28 Scott WorleySave per-pic exposures
2014-02-28 Scott Worleychange_exposure(): Pull exposure logic together
2014-02-28 Scott Worleymove_to_nondeleted() calls setpic()
2014-02-28 Scott WorleyMove deletion data into a generic 'picinfo' store
2014-02-28 Scott WorleyAdd exposure level chattiness
2014-02-28 Scott WorleyAdd chattiness
2014-02-28 Scott WorleyBind keys directly where possible
2014-02-28 Scott WorleyDon't start on a deleted picture.
2014-02-28 Scott WorleyKeep a local picsorter_deleted too.
2014-02-28 Scott Worley'x' for delete, 'X' for undelete
2014-02-28 Scott WorleyZoom by switching to smaller preprocessed images
2014-02-28 Scott Worley'b' and 'd' for brighter and darker/dimmer.
2014-02-28 Scott Worley'n' and 'p' for next and previous input image
2014-02-28 Scott WorleyPress 'z' to toggle zoom
2014-02-27 Scott WorleyKeep an input_index
2014-02-27 Scott WorleyUse $.attr()
2014-02-27 Scott WorleyUse the ready shorthand
2014-02-27 Scott Worleysetpic() function
2014-02-27 Scott WorleyMove exposure to a variable
2014-02-27 Scott WorleyInitial revision