aboutsummaryrefslogtreecommitdiff
path: root/src/new_fields/util.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-25added a sizeProvider computedFn for efficiency since size doesn't change as ↵Bob Zeleznik
often as position
2020-04-25several fixes for performance and for working with isBackground objects.Bob 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-31cleaned up some code very slightlyBob Zeleznik
2020-03-29fixed collection chrome pointerEvents. fixed dontSelect to allow ↵Bob Zeleznik
right-clicking. got rid of '@" template field special case
2020-03-28more improvements for parameterized templatesBob Zeleznik
2020-03-28ongoing work with parameterized templatesBob 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-02-16fixed warningsBob Zeleznik
2020-02-08fixed hero template documents disappearingBob Zeleznik
2020-02-07fixed __LAYOUT__ and added action() to pivot-in actionbob
2020-02-07Merge branch 'master' into fixinglayoutsymsbob
2020-02-06added pivoting into a pivot columnbob
2020-02-04fixing layout stuffbob
2020-02-03template fixes for nesting documents.bob
2020-02-02trying hardBob Zeleznik
2020-02-01several layout fixes for time views. removed remnants of animate to icon code.Bob Zeleznik
2020-01-24made dataDoc be a data doc, not a layout doc & stopped expanding templates ↵bob
in DocumentContentsView. changed autoHeight to be _autoHeight layout property.
2020-01-23got rid of extension docs. changed layout-specific keys to start with "_" ↵bob
which flags them to be written to the current layout document
2020-01-21fixed up creating template fields in stacking views (+ after the template is ↵Bob Zeleznik
made)
2019-12-05oops. fixed mobx problem with library path.bob
2019-12-05compile warning fixes.bob
2019-11-21made textbox sidebar toggle a widget. fixed isAnimating stuff. made ↵bob
TraceMobx to simplify tracing
2019-08-19fixed treeview dragging. got rid of extra stuff from presentationviewbob
2019-08-09Compile errors and Fixed read only modesTyler Schicke
2019-08-08Fixed per field write modesTyler Schicke
2019-08-07Merge branch 'pdfAnnotations'Bob Zeleznik
2019-08-07changed pdfs to render regions as collections. changed libraryBrush ↵Bob Zeleznik
implementation.
2019-08-07Mostly have field level read only workingTyler Schicke
2019-08-01Fixed Doc.MakeCopy promise stuffTyler Schicke
2019-07-31Maybe this time?Tyler Schicke
2019-07-18Can edit computed fields in KVPTyler Schicke
2019-07-10Added stuff to check for empty object sent to serverTyler Schicke
2019-07-06fixed sidebar problems with doc decorations.Bob Zeleznik
2019-07-06don't understand what could be happening..Bob Zeleznik
2019-06-24fixed crashTyler Schicke
2019-06-24Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into ↵Tyler Schicke
schema_fixes
2019-06-24Added ReadOnly mode for docs and changed computed values a bitTyler Schicke
2019-06-10fixes for treeview highlighting, templates, field deletion, overlaytext box ↵bob
positioning
2019-06-08Moved ScriptField to new_fieldsTyler Schicke
2019-06-08fixed deletion of keys to actually remove them on the server. added '=' ↵Bob Zeleznik
syntax on kvp to set on proto. := sets a computed script. =:= sets computed script on proto
2019-06-07Fixed some schema stuff? Tests aren't runningTyler Schicke
2019-06-06Added computed fieldsTyler Schicke
2019-05-20Fixed deleting fieldsTyler Schicke
2019-05-20Fixed a bunch of demo bugsTyler Schicke
Moved Field Symbols to separate file Editing is mostly working in debug viewer
2019-05-18Added immediate fetching of prototypesTyler Schicke
2019-05-16Made KVP not render while documents are loadingTyler Schicke
2019-05-07very minor stuffTyler Schicke