aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/SnappingManager.ts
AgeCommit message (Expand)Author
2025-03-25fixes to components so that things highlight reasonably in different skins. ...bobzel
2025-02-25added a hideUI option to hide buttons. fixed a mess of runtime warnings most...bobzel
2025-02-18css fixes for gptPopup + close buttonbobzel
2024-10-30reworked how context menu buttons for ink and text work. added disableMixBlen...bobzel
2024-10-08yet another fix to cardView to make animations smooth - need to specifically ...bobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-07-10fixed undoing bringToFront selections - made longPress observable work. made...bobzel
2024-05-08lots of api cleanup and cycle removalbobzel
2024-05-02lots more dependency cycle unwinding.bobzel
2024-04-30unwinding some import cycles. added PinFuncs and .from(dv:DocumentView) for ...bobzel
2024-04-21more lint cleanupbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-03-17use metakey to edit computedfield result instead of expression in schema cell...bobzel
2024-01-04fixed text references to docs or fields to create docs that don't exist. fi...bobzel
2023-12-29fixed sidebar button highoighting. fixed explore mode.bobzel
2023-12-14restored golden layout dragging.bobzel
2023-12-12cleaned up SelectionManager. fixed schema viewbobzel
2023-12-12fixed and cleaned up snapping linesbobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in @co...bobzel
2023-11-18fixed ctrl-drag for expressions, maps, fform doc selections. fixed using shif...bobzel
2023-11-02performance fixes - don't invalidate as much by using reactions in place of c...bobzel
2023-11-01fixes to snapping lines when dragging/resizing (lines are created for doc not...bobzel
2023-05-14major overhaul of field naming conventions.bobzel
2022-07-08fixes for drawing ink on pdf/image/etc. fixes for showing contextMenu. move...bobzel
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 memo...bobzel
2020-10-10cached groups user is in for efficiency which avoids th whole screen redrawin...bobzel
2020-10-10fixes to issues with updating interactively whe groups change. fixes for mul...bobzel
2020-05-04fixed links and snap lines broken by moving things into DragManager.Bob Zeleznik