Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-29 | fixed equation box resizing to stay in place. fixedlightbox to have a black ↵ | bobzel | |
foreground color so equations can be seen. fixed function plots to translate more of the math syntax | |||
2024-03-27 | changed dashFieldViews to support Tab'ing between other dashFieldviews, ↵ | bobzel | |
changed deleting links to clear out the anchors so that linkBoxes will go away more easiliy. changed funcitonPlot to plot the equations that are linked to it. changed equations to link to functions. changed undo and other console logging to only happen when undo docked buttons are expanded (visible) | |||
2024-01-23 | reorganization of DocumentView, DocumentViewInternal and FieldView methods ↵ | bobzel | |
and props. fix for selection bug after following a link. migrating to use [DocData] instad of GetProto() | |||
2023-12-14 | a bunch more fixes to making things observable. fixed calling ↵ | bobzel | |
super.componentDidUpdate on subsclasses | |||
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 ↵ | bobzel | |
@computed functions. | |||
2023-11-30 | completed transition from rootDoc => Document, dataDoc, layoutDoc | bobzel | |
2023-11-29 | numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ↵ | bobzel | |
dec resizing. moving this.rootDoc => this.Document . fixing template artifacts. | |||
2023-08-17 | fixed brushing of pinned viewports for chrome to not flash. converted ↵ | bobzel | |
pres<Property> to config_<property> and treeView<Property> to treeView_Property. fixed text toolbar to show/set text properties based on insertion point. | |||
2023-06-23 | cleaned up more issues with pointer events/contents active. fixed dragging ↵ | bobzel | |
from piles. | |||
2023-06-19 | renamed all config doc creators to just ConfigDocument() | bobzel | |
2023-05-14 | fixed webpage link following by adding a presData for the current URL to all ↵ | bobzel | |
embedded docs. fixed getView() in showDocuments to not get called with the proper anchors. changed unrendered MARKERs to CONFIGs. changed anchors to Configs or Markers as appropriate. | |||
2023-05-14 | major overhaul of field naming conventions. | bobzel | |
2023-03-28 | numerous changes to try to simplify event handling in DocumentView - got rid ↵ | bobzel | |
of isContentActive in DocComponent since it's in DocumentView. Including adding 'enableDragWhenActive' , 'onClickScriptDisable', | |||
2023-03-05 | replace jumpToDocument with showDocument. restructure code to get rid of ↵ | bobzel | |
scrollFocus by adding getView() and fixing focus() and restoreTargetView | |||
2023-02-27 | restructured getAnchor()/scrollFocus to be more consistent. added ↵ | bobzel | |
setterscript for computedFields. restructed getFieldsImpl to avoid making multiple requests for the same document due to timing issues by 'locking' a document cache with a promise before sending the server request. added rotation and fill color as animatable fields. fixed image cropping for | |||
2023-01-20 | removed tour map from lightbox. added option to create anchors without ↵ | bobzel | |
adding thm as annotations. made zoom of text an option for pres and links | |||
2022-12-08 | cleaned up animation effects to not reference presBox. fixed anchors in ↵ | bobzel | |
text to have link properties set properly from properties view. | |||
2022-10-07 | fixes for equations : :eq as option to ctrl-m inside a text box. added ↵ | bobzel | |
background for equations. fixed cursor focus issues. | |||
2022-08-04 | fixed notetaking view to have an 'unset' category for unassigned notes. ↵ | bobzel | |
fixed pivot view to not fail when docs have no width. | |||
2022-03-04 | removed pseudo Doc type system. playing with hot reloading. | bobzel | |
2021-09-24 | changed label boxes to fit their entire text by scaling their font | bobzel | |
2021-03-29 | more progress in fixing & simplifying active/selected stuff | bobzel | |
2021-03-18 | extended Doc.setFilter to allow replacing/appending a filter. fixed anchor ↵ | bobzel | |
unhighlighting in WebBox. reorged some properties on baseProtos (usLInkSmallAnchor etc) | |||
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 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web | bobzel | |
2021-03-03 | trying out a forked branch of equation editor. cleaned up warnings. | bobzel | |
2021-03-03 | from last | bobzel | |
2021-03-03 | added anchor for functionPlots | bobzel | |
2021-03-03 | added functionPlot. trying to make fitWidth make sense everywhere ↵ | bobzel | |
(lightbox, stacking panels with autosize columns, etc). |