aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
AgeCommit message (Collapse)Author
2022-10-20added double-tap to keep ink primitive mode. cleaned up circle drawing and ↵bobzel
some other gesture code.
2022-10-19fixed erasing straight line stroke segments caused by intersections with ↵bobzel
other strokes. cleaned up more with gestures. changed docView lock icon to be part of docDecorations.
2022-10-18cleaned up gestureutils a bit. added recognize gestures option, but it ↵bobzel
probably shouldn't be used until the geometry gesture recognition descriptions are improved.
2022-10-07Merge branch 'master' into pres-pin-fixesbobzel
2022-10-05from last - fixing pan to be in center of freeform views when they have ↵bobzel
native width/heights & are fitWidth in lightbox
2022-10-05Update CollectionFreeFormView.tsxbobzel
2022-10-04Merge branch 'master' into pres-pin-fixesbobzel
2022-10-04fix to show close and open icons of hideResizers documents. fixes for native ↵bobzel
size control of text and freeform collections. fixes for lightbox view of native size collections. fix for 'false' script.
2022-09-29a bunch of changes to trails: link to trail to initiate trail when following ↵bobzel
link. cleanly separate pin layout data vs. content data.
2022-09-27fixed so that following link to video doesn't zoom the video (works the same ↵bobzel
way as PDFs or web pages -- if the document is 'scrollable', then don't zoom in on it as well).
2022-09-26added explore mode option to lightbox view. turned of ink and explore mode ↵bobzel
when leaving light box.
2022-09-19if same youtube video is uploaded, reuse the existing file without ↵bobzel
downloading again. removed failed uploads from parsed_files. change pinWithView to highlight the pinned view region. Give pinWithView collections an option to just pan or zoom to % of screen size.
2022-09-13fixed rendering non-docs from freeform layout enginebobzel
2022-09-08fixed groups to automatically fit to box when not in a collection. fixed ↵bobzel
computing group bounds to not use zoomScaling
2022-09-06final cleanup of dragging rotated images. fixed loading of youtube videos ↵bobzel
and displaying errors when the upload fails
2022-08-30made script caching more robust to avoid compiles and speed up startup.bobzel
2022-08-29fixed centering link targets in zoomed images and scrolled docs. stopped ↵bobzel
highlighting opacity=0 documents
2022-08-26trying to clean up transition times for presbox / jumptoDoc, etc.bobzel
2022-08-26extending pres trails to allow ink animation without using keyframes.bobzel
2022-08-25fixed crashes in notetaking view and cleaned up code a bit. fixed undo of ↵bobzel
column deletion.
2022-08-24cleaned up some of the pin with view code. added a pin button to menu bar ↵bobzel
when tab is selected to avoid needing to use context menu
2022-08-23added color to animated properties. changed doc decorations to stop before ↵bobzel
menu bar. changed color of tab bar so that doc decorations is visible when overlapping.
2022-08-22from lastbobzel
2022-08-22from lastbobzel
2022-08-22added animation of background color, and streamlined/extended a variety of ↵bobzel
props-related things.
2022-08-22made inkMasks animate when they are turned on /off. fixed inkStrokes to ↵bobzel
be interpolated when they have an activeFrame set.
2022-08-18fixed up presboxelement to not reference presbox.instance. fixing layout of ↵bobzel
presboxelement in treeview. fixing "removing" an inkMask without removing it from the collection so that it can be turned on and off.
2022-08-17fixed dragging docs on web and pdf to work better by temporarily adding ↵bobzel
transparent docs to the opaque layer so they can get drop events. cleaned eraser and pen interaction code and made erasing strokes work faster and avoid hanging by not intersecting strokes that are already partially deleted.
2022-08-11added better ui and backend support for mask ink strokes. added frame #'s ui ↵bobzel
for seeing current animation frame.
2022-08-04fixed notetaking view to have an 'unset' category for unassigned notes. ↵bobzel
fixed pivot view to not fail when docs have no width.
2022-07-22adjusted native dim scaling slightly combining props.scaling and ↵bobzel
props.ContentScaling into props.NativeDimScaling and fixing some resizing behaviors for fitWidth freeformviews and native-sized text boxes. Also fixed clicking on presboxe elements to not drag.
2022-07-22changed ink width to be scaled by document scale to make it look like ink ↵bobzel
stroke is the same regardless of the native width of the document being drawn on.
2022-07-20fix replay bug with presentationMichael Foiani
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-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-07-01Merge branch 'master' into geireann-eslint-prettierGeireann Lindfield Roberts
2022-07-01allow longer lines - people can always break them up explicitly if they ↵bobzel
don't look right.
2022-06-30merge with masterMichael Foiani
2022-06-28cleaned up some more currentUserUtils - fixed some issues with prev/next ↵bobzel
key frame appearing.
2022-06-24fixed myImports pane to show imports. fixed saving/loading zip files of a ↵bobzel
collection. fixed errors related to NumT casting to number
2022-06-23merge with mehek videoMichael Foiani
2022-06-21restored experimental templates. fixed (enabled) pointer events on nested ↵bobzel
column/row views when container is active. got rid of freezeDimensions which wasn't needed and introduced artifacts for views that set it (timeView, GridView)
2022-06-20more cleanup to get rid of unecessary references to Doc.UserDoc().bobzel
2022-06-20a bunch of changes to make some userDoc() field accesses more typesafe by ↵bobzel
going through CurrentUserUtils. Some normalization of naming/functionality in CurrentUserUtils
2022-06-20lots of changes to try to cleanup CurrentUserUtils so changes can be made ↵bobzel
without rebuilding the DB.
2022-06-15fixed iconifying cropped images to show the correct image.bobzel
2022-06-15Refactor RecordingApi into two main files - TrackMovements and ↵Michael Foiani
ReplayMovements. TrackMovements is for recording presentations and ReplayMovments is for replaying them.
2022-06-15fix small disposer bug and reintroduce pausing on interactionMichael Foiani
2022-06-14done for day - get the functionality down. will make code more readable and ↵Michael Foiani
fix some small bugs tomorrow
2022-06-14got the tab to open, but can't replay the movements on the tabMichael Foiani