aboutsummaryrefslogtreecommitdiff
path: root/src/client/util
AgeCommit message (Expand)Author
2021-01-25fixed linking to video to create an anchor if the timecode is not zero.bobzel
2021-01-21fixed fitWidth for WebBoxbobzel
2021-01-20moved PDFMenu to AnchorMenu. added AnchorMenu to formattedTextBox. Fixed fo...bobzel
2021-01-14simplified links to audio to always have a target Doc anchor. updated auto ...bobzel
2021-01-04Fixed filterbox to use scriptContext to determine where to apply/clear filter...bobzel
2020-12-16fixed errors with linkmenu propsbobzel
2020-12-16cleaned up removing frame animation fieldsbobzel
2020-12-16cleaned up some link following code. fixed problem following links from Link...bobzel
2020-12-16fixed treeView layouts to pass good values for panelWidth/height to DocumentV...bobzel
2020-12-15added real groupingbobzel
2020-12-15fixed previous problems -- weird that you can't call componentWillUnmount. a...bobzel
2020-12-15simplifying dragging to make links by moving linkDocument to event, instead o...bobzel
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as D...bobzel
2020-12-14got rid of fitDocToPanel. made collectionFreeFormDocView always use a Conten...bobzel
2020-12-11fixed stackingview autoHeight when headers are on that don't overlap. improve...bobzel
2020-12-11fixed pointerevents set through styleProvider. fixed crash when color string...bobzel
2020-12-10more cleanup/organization of 'props' . removed VisibleHeight props and clean...bobzel
2020-12-01Merge branch 'master' into presentation_v1geireann
2020-11-30fixed react warningbobzel
2020-11-30Merge branch 'master' into sally-changesbobzel
2020-11-29redesigned settings popupSally Chen
2020-11-28Merge branch 'master' into presentation_v1geireann
2020-11-28audio in pres updates + pre-loadergeireann
2020-11-25fixed run-time error when resetting the DBbobzel
2020-11-24prevent possible crash on empty text box hypertext link. prevent Webbox's fr...bobzel
2020-11-14fixed height of autoHeight masonry (tools panel was messed up showing nothing...bobzel
2020-11-11turned off selection highlighting in TreeView because it is way too inefficie...bobzel
2020-11-10fixed Slides to be Colllections (not text) and fixed dockingView to display c...bobzel
2020-11-09fixed autoHeight for formattedTextSidebars when the text document has been sc...bobzel
2020-11-09added fullScreen alias option for opening documents so that opened document c...bobzel
2020-11-06fixed web pages to scroll and update scrollTop when in annotation mode. fixe...bobzel
2020-11-03fixed LinkManager to cache links correctly. fixes issue with linkButton not s...bobzel
2020-10-29fixed images not having a height when importedbobzel
2020-10-27Performance updates for up/down arrowsGeireann Lindfield Roberts
2020-10-25changed title to be gray when an undo batch has not completed. useful for de...bobzel
2020-10-22added more caching for linkManager queries.bobzel
2020-10-22added alert for uknown filetype uploadsbobzel
2020-10-20fixes for overlayDocs for undo/redo in presBox - undo/redo of minimize/show s...bobzel
2020-10-20fixed getFirstDocumenView() to choose a visible document view over the first ...bobzel
2020-10-18documents that are not in current collection open in new tab instead of on rightGeireann Lindfield Roberts
2020-10-18dragging has optional dropEvent argumentGeireann Lindfield Roberts
2020-10-16updated user initialization code to not generate server traffic when creating...bobzel
2020-10-16fixed RTF so that you can scroll smoothly in a presentation.bobzel
2020-10-16fixed compile warn ings.bobzel
2020-10-15fixed warningsbobzel
2020-10-14fixed focusDocument in freeform views to work with annotation overlays(mostly...bobzel
2020-10-13fixed jumpToDocument where target is in a collection that isn't shown to disp...bobzel
2020-10-12updated getEffectiveAcl to be a computedFn. got rid of OverrideAcl in favor ...bobzel
2020-10-12split getEffectiveAcl code for determining if a field can be modified out int...bobzel
2020-10-12fixed computedFn()'s to be used correctly in several places. fixed major memo...bobzel