aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/EquationBox.tsx
AgeCommit message (Collapse)Author
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