aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/FormattedTextBox.tsx
AgeCommit message (Collapse)Author
2020-04-28rearranged text filesBob Zeleznik
2020-04-27improved pointer enter/leave events with DashFieldViewBob Zeleznik
2020-04-27Merge branch 'master' into richTextSchemaSBob Zeleznik
2020-04-27fixed warnings. fixed DashFieldViewBob Zeleznik
2020-04-27added wrapper for dashfieldviewBob Zeleznik
2020-04-27changes to RichTextSchemasafaemerigh
2020-04-27cleaned up masonry events a bit. changed buxton template to have 3 sections.Bob Zeleznik
2020-04-27fixed hang in collectioncarousel. added properties to control captionBob Zeleznik
2020-04-27added link maker for formatted text. updated buxton templateBob Zeleznik
2020-04-27Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebBob Zeleznik
2020-04-27fixed fontsize inheritance. fixed masonry view with a columnWidth of -1 to ↵Bob Zeleznik
fit width. cleaned up masonry and editableViews
2020-04-26various buxton fixesSam Wilkins
2020-04-26mergeSam Wilkins
2020-04-26formatted textbox disposers refactor, paragraph chunked rich text ↵Sam Wilkins
initialization and buxton importer updates
2020-04-26shorterning of userMark to UM for readability. added onClick and ↵Bob Zeleznik
contenteditable to DASHdiv stuff
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-25added a targetDropAction field to specify the drop action from the target's sideBob 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-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-22some more menu simplification. fix placement of link anchor in text collectionBob Zeleznik
2020-04-22added raw text field for PDFs. fixed search scrolling in text boxes.Bob Zeleznik
2020-04-17added freeze button for web boxes. cleaned up pointerevent setting ↵Bob Zeleznik
throughout code.
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-09starting cleanupBob Zeleznik
2020-04-09from lastBob 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-05adding nativeWidth as props stuffBob Zeleznik
2020-04-03fixed a bunch of warningsBob Zeleznik
2020-04-01made it possible to link from one text selection to anotherBob Zeleznik
2020-03-30changed expandedTemplate to rootDocumentBob Zeleznik
2020-03-28simplified linkDocs to not keep a context -- instead, link are made between ↵Bob Zeleznik
aliases which have a context. fixed clippings of PDFs to scroll correctly and resize in slideViews. fixed slideViews to render 'text' and 'data' instead of 'contents' and 'data'
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-09cleanup of warningsBob Zeleznik
2020-03-09added dontRegisterView prop to fieldview so that intended textBox would ↵bob
selectonoad, not documentBox textbox that shows current selection
2020-03-04changed text sampling to marking every second to get audio to synchronize ↵bob
better
2020-03-03a bunch of small fixes to link naming and fixes to audio links.bob
2020-03-03several fixes to templates (simplified expanding, notes use 'text' field ↵Bob Zeleznik
now, collections show documents when their data field is not a list). multicol/row resizers select their doc.
2020-02-29Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into penyipstanley
2020-02-28added ctrl-drag to set size of annotation text by changing native size of ↵bob
document
2020-02-28fixed stacking view input color. made doc decs more size aware. fixed ↵bob
default note templates to be templates.
2020-02-28added ctrl-enter & alt-enter to create new relatively positioned text boxes.bob
2020-02-28allowing different text templates to be the default. fixing transparency. ↵bob
removing audio by default from notes.
2020-02-25improved text templates to work better with captionsBob Zeleznik
2020-02-25added optional display templates for metadata field valuesBob Zeleznik
2020-02-24null checkSam Wilkins