aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/FormattedTextBox.tsx
AgeCommit message (Collapse)Author
2020-02-05fixed pivot view rendering with text. fixed dragging items with click handlers.Bob Zeleznik
2020-02-01several layout fixes for time views. removed remnants of animate to icon code.Bob Zeleznik
2020-01-31fixed text labeling in pivot viewbob
2020-01-30small fixes to textbox sidebar. requires testing for annotationskey in ↵Bob Zeleznik
COllectionSubView's childLayoutPairs
2020-01-30changed hideSidebar to showSidebar. added contextmenu for choosing pivot field.Bob Zeleznik
2020-01-29switched icons over to templates. a bunch of template fixes for working with ↵Bob Zeleznik
textboxes as templates.
2020-01-28minor cleanup so that layout strings are all stored in layout_<name> fieldsBob Zeleznik
2020-01-28added captions to carousel. cleaned up some stuff.bob
2020-01-27template fixesBob Zeleznik
2020-01-25added text templates for FormattedText, added field views in formatted text ↵Bob Zeleznik
box, got rid of documentText @@@ initing of FormattedText
2020-01-24fixes for imagebox's and detailed viewBob Zeleznik
2020-01-24made dataDoc be a data doc, not a layout doc & stopped expanding templates ↵bob
in DocumentContentsView. changed autoHeight to be _autoHeight layout property.
2020-01-24fixes for annotationsbob
2020-01-23got rid of extension docs. changed layout-specific keys to start with "_" ↵bob
which flags them to be written to the current layout document
2020-01-23got rid of rule provider stuff. fixed panning in freeform view with pivot ↵Bob Zeleznik
layouts
2020-01-22streamling templates.Bob Zeleznik
2020-01-20fixed linking to text region. fixed link displays. removed old ↵Bob Zeleznik
tooltiptextmenu. fixed brushes in richTextMenu.
2020-01-15changed freeformdocument to use contentfittingviews if specified with ↵bob
FitToBox. fixed bugs with contentfittingviews & titles.
2020-01-13deleted old Session folder and fixed linter errorsSam Wilkins
2020-01-09pull and merge with masterFawn
2020-01-09refactored dropdown buttons into a buttondropdown component for richtextmenuFawn
2020-01-09bounded antimodemenu to the boundaries of the screen and minor styling of ↵Fawn
richtextmenu
2020-01-08Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into penStanley Yip
2020-01-07added logic so that text nodes started on the very left still show the full ↵vellichora
richtextmenu
2020-01-07kind of hack to get selects in richtextmenu to be selectable againvellichora
2020-01-07richtextmenu appears whenever formattedtextbox is focusedvellichora
2020-01-07Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵vellichora
textbox_fawn_fix
2020-01-07converted tool tip text menu to react component with basic marks and dropdownvellichora
2020-01-06compile fixes and playing with Corsbob
2019-12-20restored scrolling to formattedText target on link following.bob
2019-12-20fixed nested text box to stopPropagation on key press to prevent backscpace ↵bob
from deleting everything. made Esc desleect text and the document. fixed jumpToDOcument to focus annotationOn documents properly (particularly for sidebar text notes). fixed deselecting docsin textbox sidebar.
2019-12-18fixes to fieldKey searces within layoutstrings to use ' instead of "bob
2019-12-17fixed up interactions with documentBox contents.Bob Zeleznik
2019-12-15writing selectedDocs to user doc to allow selection to be part of scriptingBob Zeleznik
2019-12-14make %@ portal hyperlink creation create a link as well.Bob Zeleznik
2019-12-12fixed warnings. Limited the size of pasted text boxesBob Zeleznik
2019-12-12major changes to drag and dropbob
2019-12-11got rid of search_match&search_fields. Now have Doc.SearchQuery() and ↵Bob Zeleznik
document.searchMatch
2019-12-11cleaned up toottipmenu and richtextschema a bit. fixed some problems with ↵Bob Zeleznik
text styles. fixed warnings.
2019-12-10cleaned up userMarks a bit (got rid of 'opened' attr). added @ markup to ↵Bob Zeleznik
create collection from text selection
2019-12-10added alt-t for toggle between editing title and textbob
2019-12-10fixes to text box inlines for selection.bob
2019-12-09cleaned up titles for document decorations. fixed exception in ↵Bob Zeleznik
formattedtextbox.
2019-12-09fixed up bulleted list formatting. disabled auto-flyout of sidebar.bob
2019-12-09Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbob
2019-12-09changed styles to allow multi-character names using %. switched default ↵bob
"styles" of todo, ignore, etc to use % style notation
2019-12-08fixed infinite loop render crash with textboxes and treeviewBob Zeleznik
2019-12-06more fixes for inline comments.bob
2019-12-05compile warning fixes.bob
2019-12-04tweaks to textbox sidebar. update to passport and npmbob