aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/FunctionPlotBox.tsx
AgeCommit message (Expand)Author
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-01-23reorganization of DocumentView, DocumentViewInternal and FieldView methods an...bobzel
2023-12-14a bunch more fixes to making things observable. fixed calling super.componen...bobzel
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-11-30completed transition from rootDoc => Document, dataDoc, layoutDocbobzel
2023-11-29numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ...bobzel
2023-08-17fixed brushing of pinned viewports for chrome to not flash. converted pres<Pr...bobzel
2023-06-23cleaned up more issues with pointer events/contents active. fixed dragging f...bobzel
2023-06-19renamed all config doc creators to just ConfigDocument()bobzel
2023-05-14fixed webpage link following by adding a presData for the current URL to all ...bobzel
2023-05-14major overhaul of field naming conventions.bobzel
2023-03-28numerous changes to try to simplify event handling in DocumentView - got rid ...bobzel
2023-03-05replace jumpToDocument with showDocument. restructure code to get rid of scr...bobzel
2023-02-27restructured getAnchor()/scrollFocus to be more consistent. added setterscri...bobzel
2023-01-20removed tour map from lightbox. added option to create anchors without addin...bobzel
2022-12-08cleaned up animation effects to not reference presBox. fixed anchors in text...bobzel
2022-10-07fixes for equations : :eq as option to ctrl-m inside a text box. added backg...bobzel
2022-08-04fixed notetaking view to have an 'unset' category for unassigned notes. fixe...bobzel
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2021-09-24changed label boxes to fit their entire text by scaling their fontbobzel
2021-03-29more progress in fixing & simplifying active/selected stuffbobzel
2021-03-18extended Doc.setFilter to allow replacing/appending a filter. fixed anchor un...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-03Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbobzel
2021-03-03trying out a forked branch of equation editor. cleaned up warnings.bobzel
2021-03-03from lastbobzel
2021-03-03added anchor for functionPlotsbobzel
2021-03-03added functionPlot. trying to make fitWidth make sense everywhere (lightbox,...bobzel