aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBox.tsx
AgeCommit message (Collapse)Author
2020-06-28fixed errors. fixed selecting in an unselected text note to not create a ↵Bob Zeleznik
phantom selection from the last selected point to the current point.
2020-06-28renamed some fields scale=>_viewScale, transtion=>dataTransition, ↵Bob Zeleznik
panTransformType=>_viewTransform. fixed animation frames to not break acls (sort of).
2020-06-26updated pdfjs. fixed position of blue dot for pdfs. enabled fixedBob Zeleznik
2020-06-26made dev tools a development mode featureBob Zeleznik
2020-06-26fixed highlighting text anchors in text notes. fixed pasting fragements of ↵Bob Zeleznik
PDFs to create back links inside blockquotes.
2020-06-25from lastBob Zeleznik
2020-06-25fixed copying/ pasting of PDF quotes to generate blockquotes.Bob Zeleznik
2020-06-25fixed drag and drop of text onto a text box from creating new documentsBob Zeleznik
2020-06-24fixed warnings. fixed blockquote menu function.Bob Zeleznik
2020-06-24changed titles to just look at first node of text box.Bob Zeleznik
2020-06-23fixed mult link menu. fixed linking to external urls. fixed draggers for ↵Bob Zeleznik
text menu.
2020-06-22made chrome commands fire by clicking bullseye. added commands for ↵Bob Zeleznik
freeformview. made backgroundHalo() work diffrently for ink strokes
2020-06-22cleaned up menus for formatted text & tempaltes. fixed pdf menu behavior ↵Bob Zeleznik
(not fading until unselected);
2020-06-22fixed tree view to allow textdocument to be typed while title is changing. ↵Bob Zeleznik
fixed tryUpdateHeight so that text boxes don't get a scroll bar if they're autoHeight
2020-06-22added a way to broadcast a message to all users (e.g., for restarting server)Bob Zeleznik
2020-06-22fixed onClick events for text.Bob Zeleznik
2020-06-22cleaned up errors. added ctrl-a to select documents within a freeform ↵Bob Zeleznik
collection. fixed ctrl-x to remove documents properly. fixed paste documents to clone only if copied.
2020-06-21cleaned up lists in prosemirror. everything's an ordered_list now (even ↵Bob Zeleznik
unordred lists). things are read back from the dom correctly to allow copy & paste. added prosemirror's dev tools.
2020-06-19added close back to dcument decorations. moved iconify to the right of doc ↵Bob Zeleznik
decs.
2020-06-19fixed insertion point when selecting text box.Bob Zeleznik
2020-06-19fixed textboxes so they don't scroll when not selected and scrolling passes ↵Bob Zeleznik
through to outer collection
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-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-16Merge branch 'master' into RichTextEditionBob Zeleznik
2020-06-15fixed warnings. fixed linking in textboxes, particularly with <key>::<doc> ↵Bob Zeleznik
syntax
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-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.