aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentContentsView.tsx
AgeCommit message (Collapse)Author
2021-03-29still cleaning up all the active/selection code.bobzel
2021-03-29initial changes to cleanup pointer events.bobzel
2021-03-09got rid of DocHolderBox. changed dontRegisterChildViews to ↵bobzel
childDontRegisterViews for consistency.
2021-03-03added functionPlot. trying to make fitWidth make sense everywhere ↵bobzel
(lightbox, stacking panels with autosize columns, etc).
2021-03-01added basic math typeset equation inputbobzel
2021-02-28a bunch of changes to simplify how autoHeight works. extended to work for ↵bobzel
pdfs and stacking views. still some bugs.
2021-02-12changed lightbox to navigate within frame if next target is alreay there, ↵bobzel
otherwise create it. changed focus default to call afterFocus(). fixed bug of zooming on target doc to compute scale correctly.
2021-02-10fixes for stacking views to allow new text to be entered properly without ↵bobzel
losing focus. fixed document decorations for stacking views. fixed lightboxView criteria for going to an existing view in a lightbox instad of creating a new one.
2021-02-04fixed scrolling animations in view bounds for webbox and pdfBox's ↵bobzel
particualrly for lightbox views. added a docViewPath prop for docuentViews.
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-12-14got rid of fitDocToPanel. made collectionFreeFormDocView always use a ↵bobzel
ContentFittingDocView. fixed up web box selections.
2020-12-13removed ContentScaling={returnOne} from a lot of placesbobzel
2020-12-13more props cleanup. Got rid of ItemBackgroundColor in favor of having ↵bobzel
StyleProvider choose style based on whether it's givena DocViewProp or a FieldViewProp.
2020-11-20added a preliminary Layer mechanism. changed documentDecrations to not go ↵bobzel
out of the mainDocument area. changed parentActive to work "recursively" through stacks of background documents.
2020-09-21fixed text box llnk preview to go away when docs are closed. fixed tree ↵bobzel
view to be more efficient by not re-rendering when items are selected. made slide view text items forceActive
2020-09-08fixed treeview to show pdf icons at proper size. fixed link anchors dots to ↵bobzel
not block pointer events from the rest of their document.
2020-09-07fixed childLayoutString templates whch broke somewhere along the way.bobzel
2020-09-02fixed behavior of menuButtons to toggle contents. added start of a filter ↵bobzel
panel.
2020-09-01fixed tabs to never select/switch on hover unless dragging. fixed display of ↵bobzel
highlight icons in menu bar. fixed placement of docDecorations level selector.
2020-08-31added margins for captionsbobzel
2020-08-05Merge branch 'master' into presentation_updatesbobzel
2020-08-04changesAndy Rickert
2020-08-03Merge remote-tracking branch 'origin/menu_restructure' into presentation_updatesGeireann Lindfield Roberts
2020-07-31mergeAndy Rickert
2020-07-30made 'floatin' document API cleaner. fixed interactions with draggin blue ↵Bob Zeleznik
dots off and link lines to link documents. removed Recommndations UI stuff. changed treeView to avoid "No, no, no" error warnin when tryin to render promises
2020-07-23got rid of lots of console.logs(). fixed fonticon box to show a 'label' if ↵Bob Zeleznik
defined otherwise 'title'. if neither, then it shows no tooltip.
2020-07-09change DocListCast to async in SharingManager + prevented textbox from ↵usodhi
showing up on click
2020-07-09removed some unnecessary importsusodhi
2020-07-09acls now work I think + some cleanupusodhi
2020-07-06trying first implementation of storing aclsusodhi
2020-06-22mergeAndy Rickert
2020-06-17fixed docdecorations on collecction with side filter bar expanded. cleaned ↵Bob Zeleznik
up warnings/error messages a bit.
2020-06-03mergeAndy Rickert
2020-05-29added a version of client-side ACL'sBob Zeleznik
2020-05-15merge fixesMelissa Zhang
2020-05-15merge with masterMelissa Zhang
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-05-12mergeAndy Rickert
2020-05-05fixes for parameterized templates. added a pendingMap to fix issues with ↵Bob Zeleznik
expandTemplateLayout. added a switchbox template to test templates. changed dimUnits/dimMagnitude to _dimUnits/_dimMagnitude
2020-05-04fixed links and snap lines broken by moving things into DragManager.Bob Zeleznik
2020-05-03cleaned up freeformdocview. changed descriptionView template to test start ↵Bob Zeleznik
of processing scripts for dash tag nodes.
2020-05-02cleaned up a lot of layoutTemplate/String props. fixed link drawing.Bob Zeleznik
2020-04-29merge w masterAndy Rickert
2020-04-29bugfixingAndy Rickert
2020-04-28rearranged text filesBob Zeleznik
2020-04-27refactored searchbox doctype out from querybox class to help with displaying ↵Andy Rickert
search results as different collection types
2020-04-26various buxton fixesSam Wilkins
2020-04-26from lastBob Zeleznik
2020-04-26from lastBob Zeleznik
2020-04-22fixed merge conflictsMelissa Zhang