aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentBox.tsx
AgeCommit message (Collapse)Author
2020-05-04fixed links and snap lines broken by moving things into DragManager.Bob Zeleznik
2020-05-03extended documentBox's to support drag and drop of style. reorganized ↵Bob Zeleznik
imports to avoid some cycles
2020-05-02cleaned up a lot of layoutTemplate/String props. fixed link drawing.Bob Zeleznik
2020-05-01fixed presentations to allow drag and drop. fixed pres box to use ↵Bob Zeleznik
RenderData instead of modifying presentation elements with unnecessary info like their containing PresBox and their presentation index position. COnverted COntentFIttingDocumentView to use DocumentView's props
2020-04-29fixes for text layout strings.Bob Zeleznik
2020-04-26fixed title layout for text. fixed documentBox for nested collections. ↵Bob Zeleznik
fixed tree view for text boxes. changed labelbox formatting.
2020-04-24more starburst tweaks.Bob Zeleznik
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-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-07lots of code cleanup - removed all northstar db stuff. added scriptingBox. ↵Bob Zeleznik
renamed things. made collectiontypes strings not numbers.
2020-04-03fixed a bunch of warningsBob Zeleznik
2020-04-03added rootSelected() to make forceActive work betterBob Zeleznik
2020-04-02cleaned up applying template code. fixed DocumentBox to work better with ↵Bob Zeleznik
excluding collections + locking selection.
2020-04-01fixed document box to have sizable borders using x/ypadding. enabled ↵Bob Zeleznik
upSelector to select documentBox
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-09fixed interactions with documentBoxbob
2020-03-09added dontRegisterView prop to fieldview so that intended textBox would ↵bob
selectonoad, not documentBox textbox that shows current selection
2020-03-06fixes to documentBox to work with templates. changed tree view to select ↵bob
documents. fixed panning in freeform view to account for scale correctly. increased max renderdepth to 12
2020-02-24fixed document box interactions to play nicely with prev/next & nested ↵Bob Zeleznik
document boxes
2020-02-20cleaned up a whole bunch of linking stuff. link menu / link types / link ↵bob
default behaviors / added LinkBox
2020-01-23got rid of rule provider stuff. fixed panning in freeform view with pivot ↵Bob Zeleznik
layouts
2020-01-10better working version of pivot viewerbob
2019-12-17warnings and fix to doc decorations close button to deselect firstBob Zeleznik
2019-12-17fixed up interactions with documentBox contents.Bob Zeleznik
2019-12-17made documentbox more usable with borders, fwd/back/lock. and annotation ↵Bob Zeleznik
filtering.
2019-12-15fixed auto show seleted functionBob Zeleznik
2019-12-15added a DocumentBox as a contentfitting container for another document. ↵Bob Zeleznik
added a menu item for showing selected document.