aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/EquationBox.tsx
AgeCommit message (Expand)Author
2024-05-08lots of api cleanup and cycle removalbobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts and...bobzel
2024-04-24completing eslint passbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-03-30cleanup of import orderings.bobzel
2024-03-29fixed equation box resizing to stay in place. fixedlightbox to have a black f...bobzel
2024-03-27changed dashFieldViews to support Tab'ing between other dashFieldviews, chang...bobzel
2024-03-04cleaned up a number of things related to autoHeight and stacking/masonry/note...bobzel
2024-01-23reorganization of DocumentView, DocumentViewInternal and FieldView methods an...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
2023-12-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
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-11-29cleaned up presElementBox and did more this.rootDoc => this.Document/layoutDocbobzel
2023-11-18fixed ctrl-drag for expressions, maps, fform doc selections. fixed using shif...bobzel
2023-11-08fixed bug where tableBox's didn't render all of the rows they receive. lots o...bobzel
2023-07-13fixes for equation box default selections.bobzel
2023-06-06updated text properties to be prefixed with field 'text_'bobzel
2023-06-06updated Symbol naming. fixed various compile errors related to type checking.bobzel
2023-05-14major overhaul of field naming conventions.bobzel
2023-02-02fixed sizing of equation boxes and added grab cursor for link anchorsbobzel
2023-02-02added initial support for equationBox font size settingbobzel
2022-10-07fixes for equations : :eq as option to ctrl-m inside a text box. added backg...bobzel
2022-07-25fixed equationBox width sizingbobzel
2022-07-22adjusted native dim scaling slightly combining props.scaling and props.Conten...bobzel
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2021-09-20fixed equations/ink to work properly when not fitwidth in lightbox. don't sh...bobzel
2021-09-17stop propagation of keybaord events in EquationBox to allow cursor controls w...bobzel
2021-03-06updated a bunch of _backgroundColors to backgroundColorsbobzel
2021-03-06cleaned up a little bit in doc decorations.bobzel
2021-03-04fixed scrolling of web pages and fitwidth for web pages.bobzel
2021-03-04fixed dynamic updating of equations and functions when underlying data cahnges.bobzel
2021-03-03from lastbobzel
2021-03-03added functionPlot. trying to make fitWidth make sense everywhere (lightbox,...bobzel
2021-03-02added a fitwidth toggle for lightbox. fixed _showCaption/setting _fields to ...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