aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/GestureOverlay.tsx
AgeCommit message (Collapse)Author
2021-11-21splitting/deletion occurs but too many t-values are storedvkalev
2021-10-28adding eraser tool to menuLauren
2021-09-29cleaned up/fixed line arrowheads & dots. added linecap options for lines, ↵bobzel
added outline of lines using fillColor. turned off border in comic mode for ink.
2021-09-29support drawing of closed ink shapes. fixed highlight state of pen button on ↵bobzel
startup
2021-09-27fixed ink stroke editing to work with closed curves (eg break / restore ↵bobzel
tangent & drag start/end point). changed ink rendering to use svg bezier curves. fixed bugs with keydown handler to break tangent.
2021-09-14merged with masterbobzel
2021-09-02working on moving ink UI to DocumentDecorationsvkalev
2021-08-30merged with master - fixed warnings and errors.bobzel
2021-08-25many updatesgeireann
2021-08-18highlighter tool added & workingvkalev
2021-08-13cleaning upvkalev
2021-08-12fixed positioning of selection linevkalev
2021-08-11added circle shape generation using only 4 Bézier curvesvkalev
2021-06-30fixed drawing on images/videos/photosbobzel
2021-03-30fixed a bunch of compile errors. activated Clear button for recently closed ↵bobzel
tree views.
2021-03-29initial changes to cleanup pointer events.bobzel
2021-03-16made ink stroke size preview match the size it will be on the selected document.bobzel
2021-03-12trying to make treeViews more efficient by making fewer calls to Get ↵bobzel
document fields getter.
2021-02-12changed lightbox to navigate within frame if next target is alreay there, ↵bobzel
otherwise create it. changed focus default to call afterFocus(). fixed bug of zooming on target doc to compute scale correctly.
2021-02-10changed docViewPath to be a function to avoid mobx invalidationsbobzel
2021-02-08overhaul of link anchors on text boxes to use actual Documents to represent ↵bobzel
selected text. Also got rid of _scrollY and _scrollPreviewY so that all document regions can be focused on using focus() and the new scrollFocus() mechanisim
2021-02-05cleaned up lightbox. replaced old npm lightbox.bobzel
2021-02-03added linkRelationship to linkEditor. fixed warnings.bobzel
2021-02-03fixed webBox forward/backward and in lightbox.bobzel
2020-12-16simplified DocumentView a bit more. cleaned up other code.bobzel
2020-12-14moved onClick into DocumentViewProps from shared props.bobzel
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-12-13removed ContentScaling={returnOne} from a lot of placesbobzel
2020-12-07got rid of LibraryPath. Fixed collectionFreeFormDocViews to use pres ↵bobzel
Effects whenever doc is selected
2020-11-22converted backgroundColor prop to a more general styleProvider.bobzel
2020-10-18fixed rubber-banding of ink shapes to not get clipped. fixed dropping ↵bobzel
document at bototm of stack (e.g., in presentation views)
2020-09-28fixed docRangeFilters to be propagated everywhere and evaluated like ↵bobzel
docFilters (if the field isn't there, it fails)
2020-09-24fixed circle, stroke widthyunahi
2020-09-08updated the way NativeWidth/Height props work so that, when specified, they ↵bobzel
override locally specified values
2020-08-24cleaned up all library() calls to add icons. fixed import styles. fixed ↵bobzel
keyboard events for presentation views to trigger when no input box is the target.
2020-08-22major overhaul of search to avoid writing anything to filtered documents and ↵bobzel
to make the UI work properly.
2020-08-20Merge branch 'ink_edits'bobzel
2020-08-21fixed ink being cut offyunahi
2020-08-18disabled ink gestures (can be reneanbled with ↵bobzel
Doc.UserDoc().recognizeGestures. fixed z-index setting of new documents in freeform view.
2020-08-14vertical and horizontalyunahi
2020-08-10fixed warningsbobzel
2020-08-10fixed line, able to add/delete control pointsyunahi
2020-08-06fixed bugs after testingyunahi
2020-07-29Merge branch 'ink_menu'Bob Zeleznik
2020-07-29removed InkOptionsMenuBob Zeleznik
2020-07-28cleaned up some font stuff. cleaned up DocumentView a bitBob Zeleznik
2020-07-28 merge fixyunahi
2020-07-28 rotation/resize fix, changed ui, added sketchpicker etc.yunahi
2020-07-23got rid of lots of console.logs(). fixed fonticon box to show a 'label' if ↵Bob Zeleznik
defined otherwise 'title'. if neither, then it shows no tooltip.
2020-07-20fixed control pointsyunahi