aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
AgeCommit message (Expand)Author
2020-12-11more documentViewProps cleanup. fixed embedding documents into treeView / sl...bobzel
2020-12-11fixed stackingview autoHeight when headers are on that don't overlap. improve...bobzel
2020-12-11got rid of ChromeHeight and replaced with HeaderMargin in style provider. ma...bobzel
2020-12-11converted all style sheet properties to enums.bobzel
2020-12-11fixed pointerevents set through styleProvider. fixed crash when color string...bobzel
2020-12-11cleaning up more doumentViewProps. reduced use of treeViewDoc prop. added h...bobzel
2020-12-10fixed infinite loop in treeView. changed styleProvider signature back to hav...bobzel
2020-12-10moved opacity and borderRounding into styleProviders. fixed contextMenu clci...bobzel
2020-12-10more cleanup to documentViewprops. got rid of nudge() addedbobzel
2020-12-10more cleanup/organization of 'props' . removed VisibleHeight props and clean...bobzel
2020-12-10mergingusodhi
2020-12-10fixed filterBox/TreeView to support checkboxes again. Simplified {DocumentVi...bobzel
2020-12-08simplified styleProvider arguments. fixed useClustersbobzel
2020-12-08cleaned up presEffects a bit so that they're part of PresBoxbobzel
2020-12-07got rid of LibraryPath. Fixed collectionFreeFormDocViews to use pres Effects...bobzel
2020-12-03Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ac...usodhi
2020-12-03changed parameters for style provider to use documentViewProps instead of ren...bobzel
2020-12-03Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ac...usodhi
2020-12-03greyed out sharing indicatorusodhi
2020-12-02fixed warnings. prevent titles form showing up in presentationViewbobzel
2020-12-02Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ac...usodhi
2020-11-30changed color to backgroundColor in styleProvider. added a stuyle provider f...bobzel
2020-11-26some sharing menu changesusodhi
2020-11-23added an LOD minimapbobzel
2020-11-22fixed backgroundHalo() computedFn to not invalidate and cause new text boxes ...bobzel
2020-11-22converted backgroundColor prop to a more general styleProvider.bobzel
2020-11-22extended clusters to support user groups. made clusters select contents on cl...bobzel
2020-11-21fixed goldenLayout to remove rowCol when removing a stack if the rowCol's par...bobzel
2020-11-20added a preliminary Layer mechanism. changed documentDecrations to not go ou...bobzel
2020-11-19fixed singleLine text to not show scroll bars. made Ink honor _isBackground.bobzel
2020-11-13fixed treeView to be able to access active() on contained document in order t...bobzel
2020-11-09added fullScreen alias option for opening documents so that opened document c...bobzel
2020-11-04made font size of tree view ignore font size of documentbobzel
2020-11-03fixed LinkManager to cache links correctly. fixes issue with linkButton not s...bobzel
2020-11-03added undo's for icon/deiconifying pile docs and icon docs. added a zoom hack...bobzel
2020-11-02better fix for hiighlighting rounded border documents.bobzel
2020-11-02fixed highlighting rounded documents to not be jumpybobzel
2020-10-30fixed warning about onClick... being adding multipl times.bobzel
2020-10-25fixed placement of link button for scaled text views. fixed document decorat...bobzel
2020-10-23improved selection/play/context menu behavior of youtube videos. fixed youtu...bobzel
2020-10-20fixes for overlayDocs for undo/redo in presBox - undo/redo of minimize/show s...bobzel
2020-10-17major rewrite of native width/height/aspect. Fixed scaling of text note side...bobzel
2020-10-15got rid of isDragging in favor of a field on the PresElement. fixed moving i...bobzel
2020-10-07fixed portals to zoom in place. fixed following links to not focus on context...bobzel
2020-10-01major performance fix by adding a SharingDocument to the user's DB account so...bobzel
2020-09-30made link follow not zoom by defaultbobzel
2020-09-30fixed performance issue with linksbobzel
2020-09-30fixed following summary to open new tab in place. merged link follow codebobzel
2020-09-29fixed display/edit of titles when shown as a headerbobzel
2020-09-28fixed creationDate title getting messed up.bobzel