aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/GestureOverlay.tsx
AgeCommit message (Expand)Author
2024-09-06cleaned up some code in gesture recognitionbobzel
2024-09-06fixed scribbleErase crash on non-ink strokes.bobzel
2024-09-04code changes and commentsZachary Zhang
2024-08-31Merge branch 'master' into zach-starterZachary Zhang
2024-08-31commitZachary Zhang
2024-08-13cleaning up database typesbobzel
2024-08-12more any -> type fixesbobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-08-05fix horrible bugZachary Zhang
2024-08-01working scribble erase with bugssZachary Zhang
2024-07-31working scribble eraseZachary Zhang
2024-07-31not working saveZachary Zhang
2024-07-26got child docs in gesture overlayZachary Zhang
2024-07-24ndollar stroke data uselessZachary Zhang
2024-07-18gesture improvementsZachary Zhang
2024-07-01moved active ink settings to DocumentView from Doc. Changed how ink fill col...bobzel
2024-05-08lots of api cleanup and cycle removalbobzel
2024-05-02lots more dependency cycle unwinding.bobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts and...bobzel
2024-04-25ndollar fix.bobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-01-24several fixes to drag/drop so that dropAction's set on target work for tree v...bobzel
2024-01-18lots of changes to try to simplify API for viewPaths and relatedbobzel
2024-01-03cleaned up screenToLocalTransform in several places by making it additional m...bobzel
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-14a bunch more fixes to making things observable. fixed calling super.componen...bobzel
2023-12-06more error/warning fixesbobzel
2023-12-04trying to do version updates on all npm packages.bobzel
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-12-01converted props.DataDoc to props.TemplateDataDocument and fixed so that it's ...bobzel
2023-11-30final rootDoc refactoringbobzel
2023-11-30fixed rootSelected prop to be optional. fixed fonticont toggle to pass 'sel...geireann
2023-11-25cleanup of rootSelected to default to false. remove unused mobile classes.bobzel
2023-11-16removed touch code that wasn't being used or maintainedbobzel
2023-11-08fixed bug where tableBox's didn't render all of the rows they receive. lots o...bobzel
2023-07-18consolidated server stats with server heartbeatbobzel
2023-07-18made text color readable for shared dashboards. fixed inking to not crashbobzel
2023-07-17so many updatesGeireann Lindfield Roberts
2023-06-22cleaned up dragging - abort presItem drags properly, fix naming for drag/drop...bobzel
2023-06-13fixed updating cached docs when opening a backlinks collection. added some F...bobzel
2023-05-14major overhaul of field naming conventions.bobzel
2023-05-02fixed ink erasing when stroke intersects at endpoint. attempted performance ...bobzel
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ContainingCollectio...bobzel
2023-03-14simplified Deserialize code. streamlined currentUserUtils to need fewer comp...bobzel
2023-02-09fixed childLayoutString to work. made images capable of fitWidth. fixed anim...bobzel
2022-12-16fixed problem with undo. regularized all linkfollowing anchor fields to star...bobzel
2022-10-20added double-tap to keep ink primitive mode. cleaned up circle drawing and s...bobzel
2022-10-19fixed erasing straight line stroke segments caused by intersections with othe...bobzel
2022-10-18cleaned up gestureutils a bit. added recognize gestures option, but it proba...bobzel
2022-09-12made annotation pen available in lightbox.bobzel