aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
AgeCommit message (Collapse)Author
2022-07-25made formatttedtextbox annotation handle work the same as pdf/web. prevent ↵bobzel
header from hiding annotation button handle. fixed resizing text boxes.
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-21fixed undo for opening/closing sidebar for pdf/web/text. fixed ↵bobzel
lightboxview for pdf's with smaller heights.
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-06fixed pushpin behavior to work with notes in annotation sidebar. fixed ↵bobzel
right-clicking on text anchors to bring up anchor menu
2022-07-05fixed sidebar annos to be editable (with i-beam cursor) when selected and to ↵bobzel
be active when parent document is active. fixed previewing a sidebar annotation to not open up sidebar
2022-06-30Merge branch 'master' into parkerGeireann Lindfield Roberts
2022-06-23fixes for getBounds (& docDecorations) for docs with scroll heights & native ↵bobzel
Heights/
2022-06-23fixes for resizing native sized documents with fitwidth on/off and ↵bobzel
nativeHeightUnfrozen on/off
2022-06-23fixed : contextMenu . fixed some fitWidth issues for text where heights ↵bobzel
weren't working right
2022-06-21from last and keep keyvalue tabs out of topbarbobzel
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-14stashing before massive overhaulljungster
2022-06-10fixed some problems with dragging doc onto empty tab bar. made topBar be ↵bobzel
just one line to save vertical space. added a context menu to Dashboard
2022-06-09Merge branch 'master' into mainview-jennybobzel
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-08fix: merge conflictsJenny Yu
2022-06-07fix: recording box appear on bottom right corner, removed document decorationsJenny Yu
2022-06-07removing decorations on recording boxJenny Yu
2022-06-07simplified interaction between PresElementBox and PresBox for sharing ↵bobzel
presBox data. fixed problem with miniView getting the wrong slide count.
2022-06-05merged with master and added transcription icon view for recognized inkbobzel
2022-06-05fixed screen to local for fitWidth views that are smaller in height than ↵bobzel
their panel
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-03fixed opening closed tabs from Files sidebar to re-use best Alias before ↵bobzel
making a new alias.
2022-06-03no longer changes drag color on other viewsljungster
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 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-05-24hide resize handles on headerBar items.bobzel
2022-05-23added headerBar for closed tabs and other docs. extended multirow/col to ↵bobzel
support hiding chile doc decorations and for making child content/document active work better. changed background style to work better for sub collections.
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-20fixed script repl to show doc id for tabdocs. fixed hitting 'enter' in ↵bobzel
several dialogs to stop propagation to prevent iconifying
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-17improved browse mode by not needing to click on background to zoom out. ↵bobzel
cleaned up api to use a browseClick prop.
2022-05-16made text box body take up entire docview when suppressHeight is set (and ↵bobzel
set suppressSetHeight in muliticolumn view) - this fixes issues with topBar. made tree view rightbuttons clickable again. fixed drag offset when dragging docs that are fitting their container width when the container is wider than the actual document width.
2022-05-13fixed erasing overtop of closed curves. fixed outlining of non-closed strokes.bobzel
2022-05-13removed layerProvider functionality.bobzel
2022-05-13fixed crashing bug when quickly re-updating webbox (or other) icon. fixed ↵bobzel
infinite loop in FilterBox. changed TimeView to scale WebBox's. fixed issues with timeView filters. fixed bugs with webBox scrolling on startup, following links, etc.
2022-05-12fixed perfromance (flickering, speed) issues with having pointerEvents prop ↵bobzel
invalidate documents - switched to using a function to avoid flickering on PDFs of annotations in particular.
2022-05-06changed following links to open up icons all the way down to the target ↵bobzel
document. allow StartLink to work with webBox w/ text selection. fixed web clippings to have a cursor and grab keyDown events.
2022-04-28fixed feedback dragging link button. fixed warnings. added some assymetric ↵bobzel
linkRelationships.
2022-04-27fixed following links (jumpToDocument) to work properly with markers and ↵bobzel
hidden flags in nested arrangements. pushpin behaviors had been broken for scrolling to a location within a text document and hiding the document if no scroll was needed. unhiding hidden images/pdfs wasn't working when following a pushpin to an annotation on them.