aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText
AgeCommit message (Expand)Author
2024-03-14cleaned up some audio recording and annotating codebobzel
2024-03-12fixed links to text to update automatically when textbox css styles change.bobzel
2024-03-12made text templates be both layout templates and prototypes of new text docum...bobzel
2024-03-09fixed up default text that uses a template to process an initial carriage ret...bobzel
2024-03-08cleaned up MakeTemplate api and currentUserUtils templates for clicks etc.bobzel
2024-03-06cleaned up some dropActionType strings. fixed stackingview scrolling when al...bobzel
2024-03-05fixed text in templates to revert to template value when noTemplate is set. m...bobzel
2024-03-04cleaned up a number of things related to autoHeight and stacking/masonry/note...bobzel
2024-02-22turned off zoom scaling for text boxes until it can be done more cleanly. fi...bobzel
2024-02-21got rid of dropdown for fieldValue views of a tag since tags have no values. ...bobzel
2024-02-07made various render methods in DocumentView computed getters for efficiency a...bobzel
2024-02-06fixed setting text/line properties on linkBox. fixed setting current link on ...bobzel
2024-02-05changed backgroundColor to set on dataDocs. fixed pivoting on tags. fixed li...bobzel
2024-02-01enabled lists to be entered via dashfieldview. changed code/text import to al...bobzel
2024-01-31cleaned up accessing/setting proto_embeddings with api on Doc. fixed some cs...bobzel
2024-01-30changed dropConverter to keep title of dropped Doc. added paintFunc node/ che...bobzel
2024-01-28fixed inking when in panToScroll mode. fixed text templates to restore defau...bobzel
2024-01-27made dataViz nodes linked to schema nodes update automatically as cahnges are...bobzel
2024-01-24several fixes to drag/drop so that dropAction's set on target work for tree v...bobzel
2024-01-23reorganization of DocumentView, DocumentViewInternal and FieldView methods an...bobzel
2024-01-22fixed schema rows to render, fix for resizing docs from left side. all lockin...bobzel
2024-01-22cleaned up viewPath methods and LightboxView's containment apibobzel
2024-01-18lots of changes to try to simplify API for viewPaths and relatedbobzel
2024-01-11fixed having text boxes references a string field (instead of RTF or a Doc)bobzel
2024-01-05fixed up text inlining to fix autoheight, to show cursor better, and to highl...bobzel
2024-01-05fixed embedded text views in textboxesbobzel
2024-01-04fixed ffmpeg for uploading videos. fixed getView() to take focus options so t...bobzel
2024-01-04fixed text references to docs or fields to create docs that don't exist. fi...bobzel
2024-01-03cleaned up screenToLocalTransform in several places by making it additional m...bobzel
2024-01-02fixing more .props => ._props refernces.bobzel
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-14a bunch more fixes to making things observable. fixed calling super.componen...bobzel
2023-12-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-12cleaned up SelectionManager. fixed schema viewbobzel
2023-12-12fixed and cleaned up snapping linesbobzel
2023-12-11fixed includes of scss globals into typescript files.bobzel
2023-12-11more updates to mobx 6. updated typescript to v5. updated pdf-distbobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in @co...bobzel
2023-12-06converted equationEditor from a npm module to a local file. commented out ol...bobzel
2023-12-04trying to do version updates on all npm packages.bobzel
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-12-01converted props.DataDoc to props.TemplateDataDocument and fixed so that it's ...bobzel
2023-11-30final rootDoc refactoringbobzel
2023-11-30completed transition from rootDoc => Document, dataDoc, layoutDocbobzel
2023-11-30fixed rootSelected prop to be optional. fixed fonticont toggle to pass 'sel...geireann
2023-11-29fixed menu functions that referenced 'self' instead of 'this'bobzel
2023-11-29fixes for following links to parts of templates. turned offbobzel
2023-11-29cleaned up presElementBox and did more this.rootDoc => this.Document/layoutDocbobzel
2023-11-29numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ...bobzel
2023-11-19fixed creating anchors when pinning pdf/web/text doc with selection. fixed s...bobzel