aboutsummaryrefslogtreecommitdiff
path: root/src/fields
AgeCommit message (Collapse)Author
2021-07-27fixe MakeClone to handle links properly. fixed cloning richtext to update ↵bobzel
rich text references to documents properly. fixed dragging to call MakeClone properly.
2021-07-26comments0x85FB9C51
2021-07-26Merge branch 'master' into trails-aubreyAubrey-Li
2021-07-24backend issues with creating map nodeAubrey-Li
2021-07-23fixed issues with layoutString templates (eg customView): scale properly ↵bobzel
when in a time view, have a data doc, scripts are called with 'scale' parmeter
2021-07-19map as nodeAubrey-Li
2021-07-17mergingusodhi
2021-07-15Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵vkalev
ink-gfx-victor Merging master changes into ink branch
2021-07-15adding new point creates tangent handle lines + snapping handle tangents not ↵vkalev
working
2021-07-12Changed "schemaView" :arrow_right: "collectionSchema"geireann
So style is consistent with other folders
2021-07-10added indentation for visibility of hierarchy0x85FB9C51
2021-07-06added breaking of tangent handle lines by holding 'Alt' key when movingvkalev
2021-06-30ink Bézier handle movement fixed + small visual changesvkalev
2021-06-22changed playground fields to never update...bobzel
2021-06-21adding commentsvkalev
2021-06-21allow playground fields to be updated by clients that have edit permissionsbobzel
2021-06-19trying to solve sidebar issuesusodhi
2021-05-30cleanupusodhi
2021-05-17trying dynamic off screen docsusodhi
2021-05-13mergingusodhi
2021-04-23fixed code warnings. updated some npm pacakges including typescript.bobzel
2021-04-14fixed image templates to set/use the appropriate nativewidth/height. fixed ↵bobzel
carousel views and style provider to better support properties for components of a document view. fixed menus to show text options when captions and other sub text components are focused.
2021-04-13Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
sharing_scenario
2021-04-13typos and minor changesusodhi
2021-04-11clean up of webBox annotation field updating when navigating between pages.bobzel
2021-04-10mergingusodhi
2021-04-10Merge branch 'master' into filtersbobzel
2021-04-08added idToDocbobzel
2021-04-06reverted back to not setting 'system' for non-system documents.bobzel
2021-04-06from lastbobzel
2021-04-06docrangefilter bugfixusodhi
2021-04-04stopped system docs from being filteredusodhi
2021-04-04mergingusodhi
2021-04-03Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
sharing_scenario
2021-04-03dashboard sharing works, aliases to gousodhi
2021-04-02dashboard sharing initial setup, inherits acls from dashboard - looks like ↵usodhi
it works
2021-04-02added snap lines button to freeform properties. renamed & simplified ↵bobzel
treeViewPreventOpen stuff
2021-04-01more tree view cleanupbobzel
2021-04-01cleaning up tree view stuff.bobzel
2021-03-31sharing bugfix + minor restructure + some commentsusodhi
2021-03-30mergingusodhi
2021-03-29fixed text input after changes to active/selectedbobzel
2021-03-29still cleaning up all the active/selection code.bobzel
2021-03-25moved dictation view to be a component of the screenshotboxbobzel
2021-03-24redid how LinkManager stores links on documents by putting them on the Doc ↵bobzel
itself instead of as a computedFn. This has a signifcant effect on efficiency since adding a link to one document will no longer invalidate every other view that references *any* document's links
2021-03-20cleaned up warnings. fixed webBox annotations to write to correct key so ↵bobzel
that they appear on startup.
2021-03-19simplified chromeStatus to chromeHidden. fixed presBox item widths. fixed ↵bobzel
colorBox layout.
2021-03-18extended Doc.setFilter to allow replacing/appending a filter. fixed anchor ↵bobzel
unhighlighting in WebBox. reorged some properties on baseProtos (usLInkSmallAnchor etc)
2021-03-18minor tweaks from lastbobzel
2021-03-18cleaned up link making. Documents don't add to the Undo stack when being ↵bobzel
created and Initializing is set. Links to text regions automatically update their link line endpoints even if autoMove isn't set. regularized initialization fields to avoid special cases about setting delegate keys without a leading "_"