aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
AgeCommit message (Collapse)Author
2021-07-31Merge branch 'master' into tab_updatesgeireann
2021-07-30major UI / updates + refactoringgeireann
2021-07-29converted HTMLANCHOR and TEXTANCHOR to MARKERbobzel
2021-07-29from lastbobzel
2021-07-29fixed issues with following links to anchors in PDFs/etc and getting scroll ↵bobzel
position right.
2021-07-10Standardizing Colors, changing global CSS variablesAshley Cai
2021-05-19fixed problem with panning caused by document width/height changes not ↵bobzel
invalidating anything
2021-05-13filter icon shows up for all collectionsusodhi
2021-05-11icon displays for freeform, need to find position for the restusodhi
2021-05-11expand propertiesview on icon clickusodhi
2021-05-11filters applied indicatorusodhi
2021-04-22allowed maximize button to be dragged to add a new window. fixed colorBox ↵bobzel
transparency setting. fixed anchormenuClick when in full tab.
2021-04-19more improvements to comic mode.bobzel
2021-04-11added childDocumentsActive prop to avoid hardwiring reference to "starburst" ↵bobzel
in freeformview.
2021-04-09fixed not following links on video in lightboxbobzel
2021-04-02from lastbobzel
2021-03-30some code cleanup. Fixes for webbox and pdfbox to allow draggin out of ↵bobzel
annotation sidebar.
2021-03-30fixed a bunch of compile errors. activated Clear button for recently closed ↵bobzel
tree views.
2021-03-29more progress in fixing & simplifying active/selected stuffbobzel
2021-03-29fixed text input after changes to active/selectedbobzel
2021-03-29still cleaning up all the active/selection code.bobzel
2021-03-29initial changes to cleanup pointer events.bobzel
2021-03-19fixing up some baseProto initialization. fixing stacking view with hidden docs.bobzel
2021-03-18extended Doc.setFilter to allow replacing/appending a filter. fixed anchor ↵bobzel
unhighlighting in WebBox. reorged some properties on baseProtos (usLInkSmallAnchor etc)
2021-03-17rearranged top bar buttons - moved some into PropertiesButtons. Cleaned up ↵bobzel
'editing' field for key frames to not write to the document.
2021-03-16fixed dropping into a group using title bar (embed key)bobzel
2021-03-16made ink stroke size preview match the size it will be on the selected document.bobzel
2021-03-16cleaned up propertiesbuttons a bit. added lockTransform button. changed ↵bobzel
chromeStatus disabled to be undefined.
2021-03-15fixed scrolling to annotations and pointerevents on webBox (when an ↵bobzel
annotation was selected so you can drag out a marquee)
2021-03-15getting webBox's to work like PdfBox's - text selection & marquee.bobzel
2021-03-13cleaned up dropping link button on collections / alternate annotation views ↵bobzel
(eg pdf sidebar) - new docs are created only for internal drops within, say, a PDF. Otherwise links are made.
2021-03-12trying to make treeViews more efficient by making fewer calls to Get ↵bobzel
document fields getter.
2021-03-09fixed following portal link to reset camera position. prevent warning errors ↵bobzel
in loading screen. hide textsidebar until text is selected. fixed link titles to handle case when link anchor is the link document and not infinitely recurse.
2021-03-05fixed autoHeight gesture to not set nativewidth/height for text. fixed typobobzel
2021-03-04more fitWidth fixes for PDFbobzel
2021-03-04more adjustments to fitwidth behavior - want things to scroll vertically ↵bobzel
when they are fit width (eg images)
2021-03-03trying out a forked branch of equation editor. cleaned up warnings.bobzel
2021-03-01final cleanups for simplified drag and drop of annotations. fixed some ↵bobzel
issues rtf focus when creating notes in masonry view. fixed text sidebar.
2021-02-26fixed serialization error handling to not kill Dash - bad list items ↵bobzel
prevented tabs from being created. cleaned up document fields a little more - switched layers to _layerTags, got rid of a couple unused fields.
2021-02-25overhaul of state preservation in lightboxview when going ↵bobzel
back/forward/reopening a doc/etc
2021-02-25cleaned up DoccomponentView to just have general api fields. fixed lightbox ↵bobzel
to animate back properly & shinkwrap.
2021-02-24cleaned up DocumentView's contentView api to be more general. fixed ↵bobzel
screenToLocal for freeformView's whenb _fitToBox is set. moved webBox menu items out of CollectionMenu and into WebBox using the contentView API.
2021-02-24fixed carouself view which wasn't displaying vertically oriented documents. ↵bobzel
cleaned up collectionTime script to not capture variables (causing doc's to be create)
2021-02-23removed _renderContentBounds and updated miniMap view.bobzel
2021-02-23cleaned up viewTransitions in CollectionFreeFormView to not write to ↵bobzel
document for transient effects.
2021-02-23fixed pdfs so that if you activate and immediately start selecting text it ↵bobzel
works. cleaned up some more in collectionFreeFormView by improving layoutDocsInGrid
2021-02-23reorg and cleanup a bit of colelctionfreeformview. minor other cleanup.bobzel
2021-02-23restored export/import of collection clones. did a little cleanup of ↵bobzel
collection freeform view
2021-02-18better version of forward/backward view management in lightBoxview.bobzel
2021-02-16added a file system mode for tree View. ctrl-f to create file system.bobzel