aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBox.tsx
AgeCommit message (Collapse)Author
2020-06-19fixed selecting textboxes to reset the selection instead of potentially ↵Bob Zeleznik
triggering a hyperlink preview if that was the last thing selected.
2020-06-19fixed a bunch of minor bugs with pdf ui, text box selection, menus, etc.Bob Zeleznik
2020-06-18added a major hack to allow overriding of ACLs for adding a hyperlink to a ↵Bob Zeleznik
readonly text box.
2020-06-18pdf changes + radial menu + create new workspacesgeireann
(bug with ink)
2020-06-17Merge branch 'master' into mobile_revision_directgeireann
2020-06-17fixed scrolling in left sidebar tools panel. changed docking data fieldto ↵Bob Zeleznik
track all tabs ever created. changed tab colors. enabled of embedding into text documents with 'a'
2020-06-16changed Doc.MakeCopy() to ignore layout[ fields so that copying text ↵Bob Zeleznik
documents with a layout doesn't copy their text
2020-06-16cleaned up some of the prosemirror plugin views.Bob Zeleznik
2020-06-16mobile menu bug fixes + doc button fixgeireann
2020-06-16Merge branch 'master' into RichTextEditionBob Zeleznik
2020-06-15fixed warnings. fixed linking in textboxes, particularly with <key>::<doc> ↵Bob Zeleznik
syntax
2020-06-15pull from master and cleaning up codeLionel Han
2020-06-15bugfixing with expading search terms within a bucketAndy Rickert
2020-06-15added ? to a lot of thingsLionel Han
2020-06-14fixed dragging in tree views for Catalog to "copy" documents within the ↵Bob Zeleznik
sidebar instead of aliasing them.
2020-06-13fixes to make link lines work correctly with text anchors that have more ↵Bob Zeleznik
than one link. fixed problem making a text link anchor by adding dummy mark to split the selection first.
2020-06-13fixed linking to text selection that includes a nested linkBob Zeleznik
2020-06-13fixed text sidebar when text is scaled. started to add multiple links to a ↵Bob Zeleznik
text selection
2020-06-11ability to parse back and forth through internal seaarch resultsAndy Rickert
2020-06-10highlightsAndy Rickert
2020-06-09fixed lots of errors/warnings. added 'a' to be able embed documents on ↵Bob Zeleznik
drop. added 'l' toggle to perist lasso/marquee mode.
2020-06-08Merge branch 'master' into RichTextEditionBob Zeleznik
2020-06-08Merge branch 'ink_menu'Bob Zeleznik
2020-06-08final cleanup of ink related stuff so that things are more structured and we ↵Bob Zeleznik
avoid input cycles
2020-06-08a bunch of cleanup to fix import order and to organize/restructure ink ↵Bob Zeleznik
things in the right places.
2020-06-05changed all scroll behaviors to be _scrollTop to go to a scroll and _scrollY ↵Bob Zeleznik
to animate to it.
2020-05-27changed importsSafae Merigh
2020-05-22port extensibility fixesSam Wilkins
2020-05-20fixed text boxes to not set height when viewed at renderDepth=0. fixed ↵Bob Zeleznik
webBoxt to restore annotations correctly.
2020-05-16fixed some issues with frame animation. added comic rendering mode. added ↵Bob Zeleznik
server certficate keys to get SSL to work?
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-05-13fixed detailView to support scalingBob Zeleznik
2020-05-11cleaned up menu items. improved snapping with fixed aspect items, but not ↵Bob Zeleznik
perfect.
2020-05-11fixed issues with text auto height and scaled documents. allowed #tagging ↵Bob Zeleznik
in text notes to support muliple values with ';'. DashFieldviews can have multiple values, too. logout is moved to settings.
2020-05-11changed Cors behavior for WebBox(On for everything except GoogldDocs). ↵Bob Zeleznik
Update Freeze to work for ctrl-resizing text, and showing full screen. reorged context menus.
2020-05-09fixed google docs prompt problem.Bob Zeleznik
2020-05-08changed ink color swatches. reuse last background color & font size for ↵Bob Zeleznik
text boxes.
2020-05-06fixed makeClone to handle text hyperlinks fixed documentBox background ↵Bob Zeleznik
color. fixed formattedtextbox sidebar clicking to sto propagation.
2020-05-05fixed text selection in docHolder boxes by changing formattedTextBox not to ↵Bob Zeleznik
stopPropagation on pointerDowns. added a googleDoc field on documents to open the same Dash-googleDoc doc each time.
2020-05-05Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebSam Wilkins
2020-05-05database, delete and google authentication simplifications and improvements, ↵Sam Wilkins
as well as formatted text box updates data state at field key not just data
2020-05-05fixes for parameterized templates. added a pendingMap to fix issues with ↵Bob Zeleznik
expandTemplateLayout. added a switchbox template to test templates. changed dimUnits/dimMagnitude to _dimUnits/_dimMagnitude
2020-05-03extended documentBox's to support drag and drop of style. reorganized ↵Bob Zeleznik
imports to avoid some cycles
2020-05-03added DelegateDocument creator. switched default templates to delegates.Bob Zeleznik
2020-05-03cleaned up freeformdocview. changed descriptionView template to test start ↵Bob Zeleznik
of processing scripts for dash tag nodes.
2020-05-02turn off targetDropAction when dropping in same colleciton. cleaned up ↵Bob Zeleznik
PresBox stuff to use single template to render all contents (which are otherwise unmodified).
2020-04-30fixed doc dec resizing to use rootDoc instead of layoutDoc. fixed ↵Bob Zeleznik
formattedText to not resize when template has not yet been expanded (ie, after switching from one template to another using the TemplateMenu)
2020-04-30fixes for snapping & timeline. changed looi of document decorationsBob Zeleznik
2020-04-29changed detailedView template to be a layoutstring. fixed text boxes to ↵Bob Zeleznik
allow new templates from templated text boxes. fixed __LAYOUT__ to work with comound layout strings
2020-04-29fixes for text layout strings.Bob Zeleznik