aboutsummaryrefslogtreecommitdiff
path: root/src/client/util
AgeCommit message (Collapse)Author
2020-04-11document from json improvements and documentationSam Wilkins
2020-04-11fixed double click on freeformviews. changed signature for ↵Bob Zeleznik
DocumentHierarchyFromJson() to have an 'all' parameter
2020-04-10more commentsStanley Yip
2020-04-10some commentsStanley Yip
2020-04-10changed default for embedded text documents to not floatBob Zeleznik
2020-04-10fixed parameterized templates after refactorBob Zeleznik
2020-04-10rearranged button/script field keys to -rawscript, -Bob Zeleznik
2020-04-10more cleanup for layoutDoc/dataDoc/rootDoc updates. fix to doc filtering ↵Bob Zeleznik
checkboxes getting filtered. fix to template captions. fixes to generalize LabelDoc's buttonParms
2020-04-09fix presbox to work with linked documents. more cleanup to use ↵Bob Zeleznik
dataDoc/layoutDoc/rootDoc. changed ## to >> for inline comment to open up #### heading markdown
2020-04-09fixed links to have a timecode again. updated a bunch of this.Document calls ↵Bob Zeleznik
to this.layoutDoc, this.dataDoc, etc
2020-04-09starting cleanupBob Zeleznik
2020-04-09added initial script template (onClick) for script behaviorsBob Zeleznik
2020-04-09cleaned up some scriptingBox code -- added parametersBob Zeleznik
2020-04-08reversionsBob Zeleznik
2020-04-08Merge branch 'master' into script_documentsBob Zeleznik
2020-04-08added scripting boxBob Zeleznik
2020-04-08fixed annotation overlays broken from previous changes for images/pdfs/etcBob Zeleznik
2020-04-08fixed isButton => isLinkButton updatesBob Zeleznik
2020-04-07lots of code cleanup - removed all northstar db stuff. added scriptingBox. ↵Bob Zeleznik
renamed things. made collectiontypes strings not numbers.
2020-04-07fixed some search ui stuff.Bob Zeleznik
2020-04-07got rid of some run-time errors/warnings related to CORS-ifying imagebox ↵Bob Zeleznik
requests, and avoiding memoizing messages for computedFn's outside reactions.
2020-04-06cleaned up some scripting. added childClicks to UserDoc to extend menu of ↵Bob Zeleznik
OnClick options. switched containingCollection to thisContainer for onclick scripts
2020-04-06followLinkLocation can be set on LinkDoc. button box css fixes.Bob Zeleznik
2020-04-06fixed sizing stacking views. fixed rotating images. fixed undo stacking drags.Bob Zeleznik
2020-04-05adding nativeWidth as props stuffBob Zeleznik
2020-04-05more cleanup to link following. got rid of unneeded link doc fields ↵Bob Zeleznik
_context & _timecode
2020-04-04Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebBob Zeleznik
2020-04-04fixed link zoom following for inPlace and otherwise.Bob Zeleznik
2020-04-04warning fixesStanley Yip
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-03added rootSelected() to make forceActive work betterBob Zeleznik
2020-04-03changed dontSelect to dontDecorateSelectionBob Zeleznik
2020-04-02mergeAndy Rickert
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-01fixed warnings and some compile errors. Made a key value layout and extened ↵Bob Zeleznik
DocumentBox to have a childLayoutKey field
2020-03-31more settings ui + huge bugfixes with document dragging and selectionAndy Rickert
2020-03-30fixed captions and got rid of inappropriate references to Doc.expandTemplateBob Zeleznik
2020-03-30changed expandedTemplate to rootDocumentBob Zeleznik
2020-03-30argh!! typo in regex rich text ruleBob Zeleznik
2020-03-30from lastBob Zeleznik
2020-03-30more nested template fixesBob 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-29fixed makeTemplate to allow for nested templatesBob Zeleznik
2020-03-29cleand up richtextschema to work when layout changes due to template being ↵Bob Zeleznik
loaded
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.