aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/SnappingManager.ts
AgeCommit message (Collapse)Author
2023-05-14major overhaul of field naming conventions.bobzel
2022-07-08fixes for drawing ink on pdf/image/etc. fixes for showing contextMenu. ↵bobzel
moved gestureOverlay into main dashboard area to avoid drawing on UI widgets. more code cleanup to put things in reasonable places and avoid importing too much stuff.
2022-06-20more cleanup to get rid of unecessary references to Doc.UserDoc().bobzel
2020-10-12fixed computedFn()'s to be used correctly in several places. fixed major ↵bobzel
memory leak in PDFs
2020-10-10cached groups user is in for efficiency which avoids th whole screen ↵bobzel
redrawing when a group is added.
2020-10-10fixes to issues with updating interactively whe groups change. fixes for ↵bobzel
multiple rapid modifications to list field where values would be overwrriten when sever sendBack stale information. fixes to list.splice() where deleting nothing but adding something didn't result in an addToSet.
2020-05-04fixed links and snap lines broken by moving things into DragManager.Bob Zeleznik