aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/EquationBox.tsx
AgeCommit message (Collapse)Author
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 ↵bobzel
@computed functions.
2023-12-06converted equationEditor from a npm module to a local file. commented out ↵bobzel
old google-maps code.
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 ↵bobzel
shift to add Doc to a selection and also when bounding box already covers the doc to add. fixed dragging maximize button to start goldenlayout drag properly. fixed typing character to group,etc a multiselection when a text doc has input focus. fixed using clusters. add Shift-U to ungroup alternate group style. multi-select blurs() all active inputs. shift-selecting a multi-selected Doc, deselects it.
2023-11-08fixed bug where tableBox's didn't render all of the rows they receive. lots ↵bobzel
of code cleanup -- moving things from Doc.ts to better locations. Changed overlays and published docs to be local to their dashboard. changed treeview icons.
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 ↵bobzel
background for equations. fixed cursor focus issues.
2022-07-25fixed equationBox width sizingbobzel
2022-07-22adjusted native dim scaling slightly combining props.scaling and ↵bobzel
props.ContentScaling into props.NativeDimScaling and fixing some resizing behaviors for fitWidth freeformviews and native-sized text boxes. Also fixed clicking on presboxe elements to not drag.
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 ↵bobzel
show titles for ink or equations using fields now.
2021-09-17stop propagation of keybaord events in EquationBox to allow cursor controls ↵bobzel
w/o moving the document
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 ↵bobzel
(lightbox, stacking panels with autosize columns, etc).
2021-03-02added a fitwidth toggle for lightbox. fixed _showCaption/setting _fields to ↵bobzel
undefined. updated documentView to use not having fitWidth set as a trigger for whether to treat a doc without nativeWidth/Height as if its width/height is that.
2021-03-02some cleanup and extensions to Equationbox stuff. can sort of be nested in ↵bobzel
text docs with ctrl-m.
2021-03-01added basic math typeset equation inputbobzel