aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm
AgeCommit message (Collapse)Author
2022-07-07trying to fix errors in compilesbobzel
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-27fixed initialization issues with creating user documents unnecessarily. ↵bobzel
fixed updating doc icon templates to apply to documents already created.
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
2022-06-14got init views based on the current tabs open - able to remove my code in ↵Michael Foiani
collection free form view.
2022-06-09fixed up creating dashboard icons to work with pdfs in freeformviews with a ↵bobzel
grid. no idea why having a grid breaks thrings.
2022-06-09fixed issues with taking dashboard snapshots to update dashboard viewbobzel
2022-06-09Merge branch 'master' into master-cleanupbobzel
2022-06-09renamed fitToBox to fitContentsToBox. fixed pinning multiple documents at ↵bobzel
same time to not bring up presBox multiple times.
2022-06-09fixed issues with pinWithView so that thumnails show the pinned area and ↵bobzel
navigating to the view shows the entire pinned area regardless of panel size.
2022-06-08merge with masterbobzel
2022-06-08added ability to make thumbnails of dashboards. started to cleanup ↵bobzel
dockingView/goldenlayout undo event handling. cleaned up tab doc list in docking view. made titles editable again in treeview. fixed overlay view to work with image docs etc by setting top/left in css
2022-06-07simplified interaction between PresElementBox and PresBox for sharing ↵bobzel
presBox data. fixed problem with miniView getting the wrong slide count.
2022-06-06Merge remote-tracking branch 'origin/pinWithView-refactor'bobzel
2022-06-06fixed flicker invalidation of collectionFFDocViews when transitions are set ↵bobzel
(eg., next/prev keyframe)
2022-06-05merged with master and added transcription icon view for recognized inkbobzel
2022-06-05cleanupmehekj
2022-06-05updated and refactored pinWithViewgeireann
Changed MarqueeView pinWithView so that it just calls TabDocView.PinDoc
2022-06-05fixed up drawing link lines to be less jittery and smoother looking. ↵bobzel
changed documentView to use a margin: auto when fitting width for something that can't grow to the size of the panel so that it will be centered in the panel and not docked at the top.
2022-06-04ugh ... added code from TabDocView pinDoc to pindMarqueeView and pinWithView ↵bobzel
to stop extar presBox views from being added to the right and to enable treeView to work with pinned views.
2022-06-04fixed searching to highlight in text notes and to unhighlight when search ↵bobzel
string changes. fixed links to update when text boxes scroll (hackily)
2022-06-03Merge branch 'master' into presentation_upgradebobzel
2022-06-03fixed pushpin link toggling when zoom is not set. fixed adding annotations ↵bobzel
to webBox's without opening sidebar. Made linkDoc preview always open
2022-06-02merge with presentmodeMichael Foiani
2022-06-02Merge branch 'inking-naafi-mehek' into master-cleanupmehekj
2022-06-02fixed highlighting of ink to not show bounding box. stopped shift Tab from ↵bobzel
blocking bulleting. moved presEffects to slide.
2022-06-01now tracks and replays scaling accuratelyMichael Foiani
2022-05-31added a pop up menu for viewing dashField view collection. added a menu ↵bobzel
button for turning off autoLinking to text selection. added ability to add button to top contextMenu buttons without blowing away db.
2022-05-25variety of small fixes for text / sharing. made typed text default to 35 ↵bobzel
height so that when shared it doesn't start big and jump to small. changed permissions to be private until an Acl is set - this prevents private docs from flicking on momentarily when shared since fields are not distributed atomically. added Shift/Alt/Ctrl Enter for freeform and stacking views to create neighboring docs. fixed first typed char of text to have a user_mark. made shared text doc header overlap to prevent scrolling.
2022-05-24fixed TabDocView's screenToLocal xf when headerBar opens/closes. changed ↵bobzel
webBox to update thumbnails when native dims change. cleaned up content dragging/activation for multiRow/col for headerBar
2022-05-23cleaning up singleLine text box api and TreeView typesbobzel
2022-05-20moved explore mode to topBar. fixed highlighting of overlay toggle. fixed ↵bobzel
pointerEvents on lockedPosition collectoins that are not children of a free form view.
2022-05-18fixed linking bug so that both start and end link can be regions. added ↵bobzel
zoom to target checkbox for link editing. extracted out a new field pointerEvents so that lockPosition is not automatically conflratd with no pointer events. updated freeformview focus to work with zooming on region selections.
2022-05-17from last againbobzel
2022-05-17from lastbobzel
2022-05-17improved browse mode by not needing to click on background to zoom out. ↵bobzel
cleaned up api to use a browseClick prop.
2022-05-17fixed pointerevents on treview open icon. added browse mode for ↵bobzel
freeformcollections