aboutsummaryrefslogtreecommitdiff
path: root/src/new_fields/ScriptField.ts
AgeCommit message (Collapse)Author
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-05-14added setter scripts for fields. fixed color selectionBob 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-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-03-30changed expandedTemplate to rootDocumentBob Zeleznik
2020-03-29clean up of parameterized templates. added 'self' to scripts to reference ↵Bob Zeleznik
the expandedTemplate
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-02-25added 'source' parameter for computedField functions -- its the source ↵bob
document as opposed to 'this' which is the layout template)
2020-02-25added inheritable computations to template fieldsbob
2020-02-06added synching of timelines with presentationsbob
2020-01-21functional but incomplete updating logicSam Wilkins
2020-01-21added a ToString() method to fields so that rendering them as RichTextField ↵Bob Zeleznik
won't make them unreadable
2019-12-15added a DocumentBox as a contentfitting container for another document. ↵Bob Zeleznik
added a menu item for showing selected document.
2019-12-15added _last_ for computedScripts to access last value of scriptBob Zeleznik
2019-12-03const linter rule and restored google docs push, fixed routingSam Wilkins
2019-09-20simplified script execution api a little. fixed dataDoc() related stuff in ↵bobzel
various Box's. fixed some template stuff.
2019-09-18cleaned up some CompileScript codeBob Zeleznik
2019-08-01Fixed Doc.MakeCopy promise stuffTyler Schicke
2019-07-25fixed script loadingTyler Schicke
2019-07-23Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-WebTyler Schicke
2019-07-23Added async deserialization and got captures for script fields working againTyler Schicke
2019-07-23autotag based on confidence, allow concealment of computed fields that ↵Sam Wilkins
resolve to undefined with namespace constant ComputedField.undefined
2019-07-19Added caching to computed fieldsTyler Schicke
2019-07-18Can edit computed fields in KVPTyler Schicke
2019-07-03Changed how scripting worksTyler Schicke
2019-06-24Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into ↵Tyler Schicke
schema_fixes
2019-06-08Moved ScriptField to new_fieldsTyler Schicke