aboutsummaryrefslogtreecommitdiff
path: root/src/new_fields/Doc.ts
AgeCommit message (Collapse)Author
2020-05-03made MakeClone deep - need to fix LinkManagerBob Zeleznik
2020-05-02cleaned up a lot of layoutTemplate/String props. fixed link drawing.Bob Zeleznik
2020-05-01cleaned up buxton template. fixed adding docs to collections.Bob Zeleznik
2020-04-29changed detailedView template to be a layoutstring. fixed text boxes to ↵Bob Zeleznik
allow new templates from templated text boxes. fixed __LAYOUT__ to work with comound layout strings
2020-04-29cleanup of timeline before mergeBob Zeleznik
2020-04-29added props to fieldview / text box for height/width/background/color to use ↵Bob Zeleznik
in layout strings.
2020-04-28merged with masterBob Zeleznik
2020-04-25hopefully final cleanup of pile up collection view. added doubleTap ↵Bob Zeleznik
support in setupMoveUpEvents
2020-04-24more starburst fixesBob Zeleznik
2020-04-24more starburst tweaks.Bob Zeleznik
2020-04-24changing how multiple images are imported -- now a pile. imagebox chooses ↵Bob Zeleznik
render quality based on image width.
2020-04-24moved iconify code into Doc from DocumentView. fixed up starburst a bit.Bob Zeleznik
2020-04-23fixed loading of notes with template types. changed noteTypes to ↵Bob Zeleznik
["template-notes"]. Added pass through free form layout engine.
2020-04-21added MakeClone to alias documents in a collection. fixed embedded custom ↵Bob Zeleznik
templates.
2020-04-19final structural cleanp up of UserDocument for a while, hopefullyBob Zeleznik
2020-04-13updated childDetailedView stuff for pivot viewBob Zeleznik
2020-04-12changes to treeView titles - show alias/proto. setInPlaceBob 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-08fixed bug with getDocTemplate(). fixed inPlace link following when there's ↵Bob Zeleznik
no inPlaceContainer.
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-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-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-01fixed warnings and some compile errors. Made a key value layout and extened ↵Bob Zeleznik
DocumentBox to have a childLayoutKey field
2020-03-31fixed stacking view rendering of templates that treat regular docs like ↵Bob Zeleznik
collections (eg slideView)
2020-03-31cleaned up some code very slightlyBob Zeleznik
2020-03-30changed expandedTemplate to rootDocumentBob 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-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-29clean up of parameterized templates. added 'self' to scripts to reference ↵Bob Zeleznik
the expandedTemplate
2020-03-28from lastBob Zeleznik
2020-03-28more improvements for parameterized templatesBob Zeleznik
2020-03-28ongoing work with parameterized templatesBob Zeleznik
2020-03-28fixed runtime errors when collection data field has image or non-list value. ↵Bob Zeleznik
cleaned up creating buttons.
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-27fixed iconifying doc script removal. fixed metadata to display inline-flex ↵Bob Zeleznik
so that value truncates instead of moving to next line.
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-12from lastBob Zeleznik
2020-03-12cleaned up presentationBox code and buttons in view chromes.Bob Zeleznik
2020-03-10fixed up iconifying of different document types. fixed selection to not ↵Bob Zeleznik
select toolbar tabs. fixed outline-like document creation in tree views.
2020-03-09fixed interactions with documentBoxbob
2020-03-04removed child click script from collection when switching out of pivot viewBob Zeleznik
2020-03-04border rounding for template key values. added creationTime for dropped ↵bob
documents.
2020-03-04changed text sampling to marking every second to get audio to synchronize ↵bob
better
2020-03-04fixed some template stuff broken when changing data->text. fixed dashFieldViewsBob Zeleznik
2020-03-03fixed enumerations a bit.Bob Zeleznik