aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
AgeCommit message (Collapse)Author
2021-09-15avoid runtime error in compute group bounds on startup when docs are still ↵bobzel
promises.
2021-09-15fixed infinite loop in grid space selection that conflated with setting ↵bobzel
group bounds automatically when rendered
2021-09-15fixed bug from lastbobzel
2021-09-15cleaned up recomputing group bounds to use a reactionbobzel
2021-09-15fixed documentdecoration resizers. fixed grouping and added button to ↵bobzel
switch between freeform / group
2021-09-08added showTitle prop to allow sidebarAnnos to have a custom titlebobzel
2021-09-03fixed warnings. cleaned up link lines a bit more - simplified, and allowed ↵bobzel
multiple aliases to share a link. fixed link lines to text anchors from flapping around wildly when camera pans
2021-09-03fixed drawing of link lines - doesn't generate duplicates, and works with ↵bobzel
text regions, scroll locations, and document anchors.
2021-08-30GitHubs are default viewgeireann
2021-08-30merged with master - fixed warnings and errors.bobzel
2021-08-26a lot of changes to move isContentActive into DocumentViewbobzel
2021-08-25Merge branch 'master' into menu_updates_geireanngeireann
2021-08-25cleaned up and fixed tests for nonrecursive doc filters as used in PDF/Web ↵bobzel
to separate transparent from non-transparent docs into layers.
2021-08-25many updatesgeireann
2021-08-19changed how treeview cycles between options for expanded views to show ↵bobzel
'data' and some more adjustments.
2021-08-10fixes for git-like to work with sidebar. added 'lastModified' field for ↵bobzel
changes to x/y/width/height
2021-08-04restructured filters again so that filter icons show whether a document has ↵bobzel
a filter or inherits one. following a link with a view spec overrides only locally set filters (not inherited ones).
2021-08-03fixed using viewSpecs when following links to set filters/viewType properly.bobzel
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.