aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm
AgeCommit message (Collapse)Author
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-27fixe MakeClone to handle links properly. fixed cloning richtext to update ↵bobzel
rich text references to documents properly. fixed dragging to call MakeClone properly.
2021-07-26cleaned up pile view a bit so that it doesn't scale up huge when there's one ↵bobzel
document. made the pile be round and drop-shadowed. made the pile go away immediately if there are no documents. made it work with undo.
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-15cleaned up CollectionCarousel and styleprovider to handle sub-component ↵bobzel
properties better. updated resizers in multicol/row to be visible.
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-08made "search" only appear if context menu is > 15 items.bobzel
2021-04-02from lastbobzel
2021-03-31trying to cleanup control of displaying linkButtons in tree views.bobzel
2021-03-30some code cleanup. Fixes for webbox and pdfbox to allow draggin out of ↵bobzel
annotation sidebar.
2021-03-30more treeView cleanup. Fixes to linkBox to allow selection properly. fixes ↵bobzel
to linkAnchorBox.
2021-03-30cleaned up more active stuff - renderDepth === 0 no longer triggers contents ↵bobzel
active. containing view should set isContentsActive=true.
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-18cleaned up link making. Documents don't add to the Undo stack when being ↵bobzel
created and Initializing is set. Links to text regions automatically update their link line endpoints even if autoMove isn't set. regularized initialization fields to avoid special cases about setting delegate keys without a leading "_"
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-09Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbobzel
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-09got rid of DocHolderBox. changed dontRegisterChildViews to ↵bobzel
childDontRegisterViews for consistency.
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-26fixes for getting documents into myFilesystem. fixes for setting layout ↵bobzel
fields without using an _
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-25added 'proto' drag option for dropping proto of document. auto add of non ↵bobzel
annotations to file system. auto added delegates & aliases to a docuemnt's 'alias' field.
2021-02-25overhaul of state preservation in lightboxview when going ↵bobzel
back/forward/reopening a doc/etc