index
:
Dash-Web.git
master
A copy of AVD's Dash-Web software, hosted on my own hardware for local use.
browndash
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
/
views
/
nodes
/
EquationBox.tsx
Age
Commit message (
Expand
)
Author
2025-06-03
fixed equationBox so that it can be used in templates.
bobzel
2025-05-30
fixed using empty images in templates to support assigning a new image and ge...
bobzel
2025-04-23
lots of typechecking fixes.
bobzel
2025-03-06
a bunch of changes to improve how docs are selected automatically when created.
bobzel
2024-11-13
made link text use text menu. and made link text zoom with view. cleaned up ...
bobzel
2024-11-12
updated equationBox to support margins/padding like text. fixed initial undo...
bobzel
2024-11-12
fixed resizing height to 0 to autoResize. fixed setting background color defa...
bobzel
2024-11-12
made equation background same as text. fixed dflt stroke/link width to both b...
bobzel
2024-11-12
fixed clicking on filled closed strokes to select them.. fixed equationBox in...
bobzel
2024-10-28
reworked LabelBox's to be fully editable. gor rid of singleLine for label bo...
bobzel
2024-08-08
many changes to add typing in place of 'any's etc
bobzel
2024-05-08
lots of api cleanup and cycle removal
bobzel
2024-04-30
unwinding more import loops by splitting up Documents.ts into DocUtils.ts and...
bobzel
2024-04-24
completing eslint pass
bobzel
2024-04-17
restoring eslint - updates not complete yet
bobzel
2024-03-30
cleanup of import orderings.
bobzel
2024-03-29
fixed equation box resizing to stay in place. fixedlightbox to have a black f...
bobzel
2024-03-27
changed dashFieldViews to support Tab'ing between other dashFieldviews, chang...
bobzel
2024-03-04
cleaned up a number of things related to autoHeight and stacking/masonry/note...
bobzel
2024-01-23
reorganization of DocumentView, DocumentViewInternal and FieldView methods an...
bobzel
2024-01-22
cleaned up viewPath methods and LightboxView's containment api
bobzel
2024-01-18
lots of changes to try to simplify API for viewPaths and related
bobzel
2023-12-13
cleaned up props/_props handling by inherting from ObservableReactComponent
bobzel
2023-12-10
massive changes to use mobx 6 which means not accessing props directly in @co...
bobzel
2023-12-06
converted equationEditor from a npm module to a local file. commented out ol...
bobzel
2023-11-29
cleaned up presElementBox and did more this.rootDoc => this.Document/layoutDoc
bobzel
2023-11-18
fixed ctrl-drag for expressions, maps, fform doc selections. fixed using shif...
bobzel
2023-11-08
fixed bug where tableBox's didn't render all of the rows they receive. lots o...
bobzel
2023-07-13
fixes for equation box default selections.
bobzel
2023-06-06
updated text properties to be prefixed with field 'text_'
bobzel
2023-06-06
updated Symbol naming. fixed various compile errors related to type checking.
bobzel
2023-05-14
major overhaul of field naming conventions.
bobzel
2023-02-02
fixed sizing of equation boxes and added grab cursor for link anchors
bobzel
2023-02-02
added initial support for equationBox font size setting
bobzel
2022-10-07
fixes for equations : :eq as option to ctrl-m inside a text box. added backg...
bobzel
2022-07-25
fixed equationBox width sizing
bobzel
2022-07-22
adjusted native dim scaling slightly combining props.scaling and props.Conten...
bobzel
2022-03-04
removed pseudo Doc type system. playing with hot reloading.
bobzel
2021-09-20
fixed equations/ink to work properly when not fitwidth in lightbox. don't sh...
bobzel
2021-09-17
stop propagation of keybaord events in EquationBox to allow cursor controls w...
bobzel
2021-03-06
updated a bunch of _backgroundColors to backgroundColors
bobzel
2021-03-06
cleaned up a little bit in doc decorations.
bobzel
2021-03-04
fixed scrolling of web pages and fitwidth for web pages.
bobzel
2021-03-04
fixed dynamic updating of equations and functions when underlying data cahnges.
bobzel
2021-03-03
from last
bobzel
2021-03-03
added functionPlot. trying to make fitWidth make sense everywhere (lightbox,...
bobzel
2021-03-02
added a fitwidth toggle for lightbox. fixed _showCaption/setting _fields to ...
bobzel
2021-03-02
some cleanup and extensions to Equationbox stuff. can sort of be nested in t...
bobzel
2021-03-01
added basic math typeset equation input
bobzel