0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 21 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #15 from Steji/master More... about 8 years ago
Fixed an issue with aspect ratio dropdown showing a blank option in Chrome More... about 8 years ago
Reset buttons disabled by default, events added to enable and disable them More... over 9 years ago
Update readme links to new repository location More... about 10 years ago
Update jquery.imagestudio.js More... almost 11 years ago
Merge pull request #8 from Steji/master More... about 11 years ago
Added animated option to accordion More... about 11 years ago
Added 28 pixels of padding at the bottom of of the image pane to ensure the loading indicator has space. More... over 11 years ago
Updated docs; added tutorial More... over 11 years ago
Upgraded jQuery from 1.7.1 to 1.8.2 More... over 11 years ago
Renamed studiojs.css->jquery.imagestudio.css and delete-ffffff.png->delete-rect.png More... over 11 years ago
Upgraded from jquery-ui 1.8.16 to 1.9.1 More... over 11 years ago
Updated docs More... over 11 years ago
Added studiojs.css and dependencies. More... over 11 years ago
OriginalWidth/Height are now stored in .ow and .oh instead of .r.iw and .r.ih. Also fixed bug preventing both faces and eyes from being rotated properly. More... over 11 years ago
Updated ImageResizing.* references to new names. More... over 11 years ago
Added support for changing the image URL while crop/object removal/redeye/faces panes are 'active'. Still no support for changing URL while they are 'loading'. Added better support for editWithSemicolons and finalWithSemicolons inference. More... over 11 years ago
Removed auto-fix button from 'adjust' pane, replaced with 'auto-white' button. Completed implementation of .imagestudio-loading css flag. More... over 11 years ago
ImageStudio: Changed default pane order; effects are now before redeye. Changed default height from 530 to 560. Added 'loading' support - the parent div will be given the css class 'imagestudio-loading' while the UI is waiting on server operations. More... over 11 years ago
Fixed version-local bugs in Crop pane and .toBool() method More... over 11 years ago
Minor refactoring More... over 11 years ago
Moved crop and carve panes above face and redeye panes in code, added a few comments More... over 11 years ago
Added full documentation for ImageResizer.js, partial docs for jquery.imagestudio.js More... over 11 years ago
ImageStudio: Added faces pane Extracted common functionality between redeye and faces into a RectOverlayMgr class. Fixed crop bug remnant. Misc. refactoring More... over 11 years ago
Renamed ImageResizing.js to ImageResizer.js More... over 11 years ago
Utils.toBool is now case-insensitive More... over 11 years ago
JCrop.preview: Added support for boxWidth/boxHeight usage in Jcrop (client-side image scaling) More... over 11 years ago
Fixed spelling error: editWithSemicoloms -> editWithSemicolons. No expected results, as the default value was false and false/undefined equate in comparisons. More... over 11 years ago
Modified crop loading function to perform image requests in serial instead of parallel, in case network issues cause unnatural ordering for the same URL. More... over 11 years ago
Added IE support for RedEye and fixed occasional bug with deletion More... almost 12 years ago