0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 01, 2024 — Sep 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #22 from lucalianas/freehand_drawing More... about 9 years ago
Merge pull request #21 from lucalianas/measures More... about 9 years ago
Merge pull request #20 from lucalianas/polygon_tool More... about 9 years ago
Merge pull request #19 from lucalianas/3dhistech More... about 9 years ago
minor updates on the UI More... over 9 years ago
bug fix More... over 9 years ago
completed freehand drawing tool example template More... over 9 years ago
added the possibility to set the number of decimal digits when getting the dimensions of one or more shapes More... over 9 years ago
first working example for the freehand drawing tool More... over 9 years ago
added bootstrap glyphicons More... over 9 years ago
bug fix More... over 9 years ago
fixed example for polygon drawing tool More... over 9 years ago
free working version of the freehand drawing tool More... over 9 years ago
fixed problem with Chrome's dev tools More... over 9 years ago
simplify (see http://paperjs.org/reference/path/#simplify) a path object More... over 9 years ago
minor refactoring More... over 9 years ago
using segments (see http://paperjs.org/reference/segment/) instead of points to define Path objects (and children classes) More... over 9 years ago
handling "segments" for polygon and polylines More... over 9 years ago
fixed template in order to make it work with latest version of Chrome's debugger More... over 9 years ago
multiple rulers can coexist on the same page More... over 9 years ago
handling tool's new behaviour More... over 9 years ago
ruler measure is serialised in the data of the output field, UI update no longer managed by the tool, a trigger is fired instead More... over 9 years ago
ruler output field ID is now mandatory when binding elements to the ruler tool More... over 9 years ago
choose the number of decimal digits for ruler measure More... over 9 years ago
decide how many decimal digits will be used when measuring shapes area or perimeter More... over 9 years ago
fixed and improved example template More... over 9 years ago
added boolean to trigger to specify if ruler was cleared after a successful save operation or just deleted More... over 9 years ago
missed one trigger still on the canvas element More... over 9 years ago
first version of an example page for measuring tool, it still needs a few enhancements (safety commit) More... over 9 years ago
using ruler output field to trigger events, this way it is easier to have multiple rulers with different logic in the same page More... over 9 years ago