aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
AgeCommit message (Collapse)Author
2020-04-25added a targetDropAction field to specify the drop action from the target's sideBob Zeleznik
2020-04-25several fixes for performance and for working with isBackground objects.Bob Zeleznik
2020-04-25got rid of focus mechanism on click. fixed shift-click to multiselect. ↵Bob Zeleznik
fixed pile view interactions. added FollowLink on click menu items.
2020-04-24more starburst fixesBob Zeleznik
2020-04-24fixed presbox navigation bar layout height.Bob Zeleznik
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-23fixed performance of panning with something selected by making TemplateMenu ↵Bob Zeleznik
ot render unless it has explicitly been activated.
2020-04-23fixed browser back after link navigation. simplified menus more. fixed ↵Bob Zeleznik
jitter mode to be seeded. fixed menu gear for collections. .
2020-04-22switched close button to be iconify, and iconfiy to be maximizeBob Zeleznik
2020-04-22some more menu simplification. fix placement of link anchor in text collectionBob Zeleznik
2020-04-22fixed clicking gear icon on doc decorations. moved repl to Drag items. ↵Bob Zeleznik
Removed Open... menu. Added Open FIelds & Full SCreen to Open New Persepectives.
2020-04-21added MakeClone to alias documents in a collection. fixed embedded custom ↵Bob Zeleznik
templates.
2020-04-20fixed deiconify & clipping LOD collections & PathsBob Zeleznik
2020-04-19final structural cleanp up of UserDocument for a while, hopefullyBob Zeleznik
2020-04-19fixed removing docs from tree view with menu. restructured ↵Bob Zeleznik
current_user_utils completely
2020-04-19fixed locked position to stop propagation. fixed rootSelected to only ↵Bob Zeleznik
propage if rootDoc is not == this
2020-04-19added optional labels for font icons.Bob Zeleznik
2020-04-19changed tree view to show context menu icon to avoid right-clickingBob Zeleznik
2020-04-18changed structure of template docs in sidebar. got rid of special context ↵Bob Zeleznik
menu in tree view in favor of pushing everything to document context menus which ca now be extended by the local document or through props.
2020-04-18fixed pointer events for templated PDFs. changed clicking on a document ↵Bob Zeleznik
with a rootDocument to pass the event on up
2020-04-18several pointerevent fixes broken by last change. added scroll to target ↵Bob Zeleznik
for webBox links.
2020-04-17added freeze button for web boxes. cleaned up pointerevent setting ↵Bob Zeleznik
throughout code.
2020-04-17fixed auto focus to work on clicked ptBob Zeleznik
2020-04-15removed lock icon from top-level documents. made schema functions compile ↵Bob Zeleznik
without typechecking. metadata #'s starting with a # are now numbers.
2020-04-15fixed changing cursor location in title text in tree views nested in ↵Bob Zeleznik
freeform collecftions
2020-04-15fixed onCheckedClick to use scriptingBoxBob Zeleznik
2020-04-14fixed editing button click scriptsBob Zeleznik
2020-04-14added map undo batches. fixed marker flicker on drag. split up code.Bob Zeleznik
2020-04-13updated childDetailedView stuff for pivot viewBob Zeleznik
2020-04-13cleaned up rootSelected() to work with templates. adjusted nudge to favor ↵Bob Zeleznik
moving documents over panning collection
2020-04-12added nudging of documentsBob Zeleznik
2020-04-12added arrowkey nudging of freeform view. fixed background overflow.Bob Zeleznik
2020-04-11added tap-to-zoomBob 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 linkAnchorDoc so that it can be selected and deleted.Bob Zeleznik
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-08fixed link previews to work with regions on PDFs, images etc,Bob 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-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-06Merge branch 'master' into nativeWidthPropsBob Zeleznik
2020-04-06many more fixes to nativewidth/height layout changes.Bob Zeleznik
2020-04-05more fixes to NativeWidth/Height & FreezeDimensions props stuffBob Zeleznik
2020-04-05Fixed docview bugsStanley Yip