aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText
AgeCommit message (Expand)Author
2021-03-11made text boxes span stackingview's when fitWidth or autoColumn is set. made...bobzel
2021-03-10from last - fix for inline text boxes.bobzel
2021-03-10from lastbobzel
2021-03-10finally completed the process of moving DashDocView into a React compoment in...bobzel
2021-03-09from lastbobzel
2021-03-09changed field unchanged -> googleDocUnchanged. cleaned up some other code.bobzel
2021-03-09Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbobzel
2021-03-09fixed following portal link to reset camera position. prevent warning errors ...bobzel
2021-03-09got rid of DocHolderBox. changed dontRegisterChildViews to childDontRegister...bobzel
2021-03-08minimal cleanup of formattedtextBox.bobzel
2021-03-06cleaned up a little bit in doc decorations.bobzel
2021-03-04fixed template doc height setting (when autoHeight text field)bobzel
2021-03-04more fitWidth fixes for PDFbobzel
2021-03-03trying out a forked branch of equation editor. cleaned up warnings.bobzel
2021-03-02some cleanup and extensions to Equationbox stuff. can sort of be nested in t...bobzel
2021-03-01added basic math typeset equation inputbobzel
2021-03-01final cleanups for simplified drag and drop of annotations. fixed some issue...bobzel
2021-02-28got rid of link on deselect stuff (not used and should be implemented as text...bobzel
2021-02-28fixed linkondeselect tempoararily. fixed following hypertext links that are ...bobzel
2021-02-28start of cleanup of formattedTextBoxbobzel
2021-02-28got rid of delayAutoHeight by updating dragHeights in documentDecorations.bobzel
2021-02-28a bunch of changes to simplify how autoHeight works. extended to work for pd...bobzel
2021-02-27more cleanup of unused fields and minor fixes to things like the color picker...bobzel
2021-02-25prevent annotation notes on PDFS from showing up in file system view.bobzel
2021-02-24fixed layerProviders for treeViews to return true. fixed sidebar annotations...bobzel
2021-02-24fixed carouself view which wasn't displaying vertically oriented documents. ...bobzel
2021-02-16added a file system mode for tree View. ctrl-f to create file system.bobzel
2021-02-16updated pivot views to have a getAnchor() method to save the pivotField when ...bobzel
2021-02-15updated forward hypertext links using [[:]] notation.bobzel
2021-02-15cleaned up showTitle and showAudio stuff just a bit.bobzel
2021-02-14mae RichTextField parseable from keyvalue. got rid of pause to insert text t...bobzel
2021-02-14fixes to focus()'s api and extension to allow focusing on a Tab's contents.bobzel
2021-02-12changed audio video annotation to use only timecodeToShow/timecodeToHide. di...bobzel
2021-02-12streamlined double-clicking to always open lightbox no matter what document y...bobzel
2021-02-11more focus refactoring and some bug fixes - resetting target document when re...bobzel
2021-02-11now pdf/web/text scroll to the target and then pan the document to be in view.bobzel
2021-02-10simplified focus'ing on documents. refactored scrollFocus code. changed foc...bobzel
2021-02-10fixed following link to document in another context to work in LightboxViewbobzel
2021-02-10fixed escaping menu to not close lightbox. fixed formattedTextBox dragging o...bobzel
2021-02-10fixes for stacking views to allow new text to be entered properly without los...bobzel
2021-02-10changed docViewPath to be a function to avoid mobx invalidationsbobzel
2021-02-10fixed some z-index issues with lightbox and typing new notes + videobox zoomi...bobzel
2021-02-10fixes for removing individual overlapping textanchors in a textBox. Hopefully...bobzel
2021-02-09cleanup of formattedtextboxcomment and linkDocPreviewbobzel
2021-02-09overhaul of linkdocpreview. delegated linkpreviewing from formattedTextBoxCo...bobzel
2021-02-09started to cleanup LinkDocPreview, LinkMenu.bobzel
2021-02-08overhaul of link anchors on text boxes to use actual Documents to represent s...bobzel
2021-02-05cleaned up lightbox. replaced old npm lightbox.bobzel
2021-02-04fixed default node type in text to be paragraph, not audioTagbobzel
2021-02-03added linkRelationship to linkEditor. fixed warnings.bobzel