aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes
AgeCommit message (Collapse)Author
2020-04-06followLinkLocation can be set on LinkDoc. button box css fixes.Bob Zeleznik
2020-04-06fixed padding. added isInPlaceContainer flag. changed button content for ↵Bob Zeleznik
setting collection content to use the dropped document directly (not an alias of it)
2020-04-06from lastBob Zeleznik
2020-04-06fixed sizing stacking views. fixed rotating images. fixed undo stacking drags.Bob Zeleznik
2020-04-06everything's working with panelwidth/height etc stuff?? maybe?Bob Zeleznik
2020-04-06Merge branch 'master' into nativeWidthPropsBob Zeleznik
2020-04-06many more fixes to nativewidth/height layout changes.Bob Zeleznik
2020-04-05more fixes to NativeWidth/Height & FreezeDimensions props stuffBob Zeleznik
2020-04-05Fixed docview bugsStanley Yip
2020-04-05debuggingBob Zeleznik
2020-04-05adding nativeWidth as props stuffBob Zeleznik
2020-04-05from lastBob Zeleznik
2020-04-05more cleanup to link following. got rid of unneeded link doc fields ↵Bob Zeleznik
_context & _timecode
2020-04-04fixed link zoom following for inPlace and otherwise.Bob Zeleznik
2020-04-04fix to presentationView opacity. removed getScale and zoomToScale props ↵Bob Zeleznik
which weren't being used.
2020-04-04fixed not-selection buttons when clicked.Bob Zeleznik
2020-04-03fixed a bunch of warningsBob Zeleznik
2020-04-03cleaning up .. removing Docs.Create.SearchDocumentBob Zeleznik
2020-04-03fixed queryView template a bit.Bob Zeleznik
2020-04-03added rootSelected() to make forceActive work betterBob Zeleznik
2020-04-03changed dontSelect to dontDecorateSelectionBob Zeleznik
2020-04-03fixed some issues with template buttons creating documents. simplified ↵Bob Zeleznik
query boxe code. added a searchView.
2020-04-03Merge branch 'master' into search_docBob Zeleznik
2020-04-03fixed ButtonBox drop to allow reordering buttons in a collection. fixed ↵Bob Zeleznik
pdfmenu to allow pnning. fixed panning in nested freeformviews.
2020-04-02mergeAndy Rickert
2020-04-02supported uploads of images ending with .webpBob Zeleznik
2020-04-02added copy with alt+ctrl . fixed border radiusBob Zeleznik
2020-04-02cleaned up applying template code. fixed DocumentBox to work better with ↵Bob Zeleznik
excluding collections + locking selection.
2020-04-01made it possible to link from one text selection to anotherBob Zeleznik
2020-04-01 fixed backend filter and passing search query to new docAndy Rickert
2020-04-01fixed document box to have sizable borders using x/ypadding. enabled ↵Bob Zeleznik
upSelector to select documentBox
2020-04-01fixed warnings and some compile errors. Made a key value layout and extened ↵Bob Zeleznik
DocumentBox to have a childLayoutKey field
2020-04-01fixed display of link lines and movement of link anchorsBob Zeleznik
2020-03-31more settings ui + huge bugfixes with document dragging and selectionAndy Rickert
2020-03-31can't pass along ...props to DocumentContentsView -- that passes along props ↵Bob Zeleznik
that change and cause unnecessary re-renders
2020-03-30fixed captions and got rid of inappropriate references to Doc.expandTemplateBob Zeleznik
2020-03-30changed expandedTemplate to rootDocumentBob Zeleznik
2020-03-30tested nested templates and remote doc field embedding in text viewBob Zeleznik
2020-03-29working version of nested templates both inside and outside of text boxes.Bob Zeleznik
2020-03-29added 'self' scripting parameter to always point to the source unexpanded ↵Bob Zeleznik
document of a template expansion chain
2020-03-29more tweaks to embedded documents in text. fixes for expandedTemplate to ↵Bob Zeleznik
show the original doc (not dataDoc). got rid of imgPath in imageBox.
2020-03-28fixed screenshot icon and tweaked checkboxBob Zeleznik
2020-03-28simplified linkDocs to not keep a context -- instead, link are made between ↵Bob Zeleznik
aliases which have a context. fixed clippings of PDFs to scroll correctly and resize in slideViews. fixed slideViews to render 'text' and 'data' instead of 'contents' and 'data'
2020-03-28changed template parameters to be stored in '@params'. Updated ImageBox to ↵Bob Zeleznik
allow template parameters
2020-03-27fixed up embedded document view layout references in text boxes to 1) create ↵Bob Zeleznik
the template if it doesn't exist and 2) to allow parameters to be passed to templates
2020-03-27from lastBob Zeleznik
2020-03-23fixed RichTextMenu to not obscure selection. fixed templateMenu to display a ↵Bob Zeleznik
TreeView document of options. fixed resize in docDecorations for dragging corners other than bottom-right.
2020-03-19cleaned up facet collections to not require an additional documentBob Zeleznik
2020-03-19tweaked chrome for collectionsBob Zeleznik
2020-03-19fixed buttons on screenshotbox. added 'place' option to dragDrop to drop ↵Bob Zeleznik
the original document without moving it. switched to passing childDropAction as a prop