| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-24 | several fixes to drag/drop so that dropAction's set on target work for tree ↵ | bobzel | |
| views, notetaking, formattedText, etc. make bringToFront an optional prop. | |||
| 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() | |||
| 2024-01-22 | fixed schema rows to render, fix for resizing docs from left side. all ↵ | bobzel | |
| locking docs in non freeform view. fix for labelBox with multiple rows to keep top rows. cleaned up docViewPath/containerViewPath & | |||
| 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 | |
| 2024-01-11 | fixed having text boxes references a string field (instead of RTF or a Doc) | bobzel | |
| 2024-01-05 | fixed up text inlining to fix autoheight, to show cursor better, and to ↵ | bobzel | |
| highlight selection of inline. | |||
| 2024-01-05 | fixed embedded text views in textboxes | bobzel | |
| 2024-01-04 | fixed ffmpeg for uploading videos. fixed getView() to take focus options so ↵ | bobzel | |
| that if a sidebar or timeline has to be opened, the didMove flag can be set properly. added video snapshot frame to top menu. fixed using '^' to stop and start a selection region on timelines. | |||
| 2024-01-04 | fixed text references to docs or fields to create docs that don't exist. ↵ | bobzel | |
| fixed IsLinkFollowing observable by not making static (to fix docDecorations not appearing after link following) | |||
| 2024-01-03 | cleaned up screenToLocalTransform in several places by making it additional ↵ | bobzel | |
| methods. cleaned up styleProider api a bit to take DocumentViewInternalProps, not DocumentViewProps.. | |||
| 2024-01-02 | fixing more .props => ._props refernces. | bobzel | |
| 2023-12-29 | cleaned up imports, mobx observable initialization and some compile errors. | bobzel | |
| 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-12 | cleaned up SelectionManager. fixed schema view | bobzel | |
| 2023-12-12 | fixed and cleaned up snapping lines | bobzel | |
| 2023-12-11 | fixed includes of scss globals into typescript files. | bobzel | |
| 2023-12-11 | more updates to mobx 6. updated typescript to v5. updated pdf-dist | bobzel | |
| 2023-12-10 | massive changes to use mobx 6 which means not accessing props directly in ↵ | bobzel | |
| @computed functions. | |||
| 2023-12-06 | converted equationEditor from a npm module to a local file. commented out ↵ | bobzel | |
| old google-maps code. | |||
| 2023-12-04 | trying to do version updates on all npm packages. | bobzel | |
| 2023-12-03 | cleaned up warnings and errors, working with typescript 20.10 | bobzel | |
| 2023-12-01 | converted props.DataDoc to props.TemplateDataDocument and fixed so that it's ↵ | bobzel | |
| always undefined unless it's a template. converted references from rootDocument to props.TemplateDataDocument. | |||
| 2023-11-30 | final rootDoc refactoring | bobzel | |
| 2023-11-30 | completed transition from rootDoc => Document, dataDoc, layoutDoc | bobzel | |
| 2023-11-30 | fixed rootSelected prop to be optional. fixed fonticont toggle to pass ↵ | geireann | |
| 'self' even though it's deprecated. | |||
| 2023-11-29 | fixed menu functions that referenced 'self' instead of 'this' | bobzel | |
| 2023-11-29 | fixes for following links to parts of templates. turned off | bobzel | |
| 2023-11-29 | cleaned up presElementBox and did more this.rootDoc => this.Document/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-11-19 | fixed creating anchors when pinning pdf/web/text doc with selection. fixed ↵ | bobzel | |
| showing selected text overlay for text docs. | |||
| 2023-11-18 | fixed 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-17 | major overhaul of resizing code. updated doc fields for enabling native ↵ | bobzel | |
| with modification to be cleaner. added Vcenter option for text in menu bar. fixed doc rotation. enabled scaling of DataViz views. fixed text sidebar opening size and sidebar issues with native dims for PDF/Web | |||
| 2023-11-17 | cleaned up captions/title code | bobzel | |
| 2023-11-14 | fixed pointer events with nested views in texst boxes. fixed | bobzel | |
| 2023-11-14 | simplified goldenlayout tab buttons and made open in lightbox more ↵ | bobzel | |
| accessible for a tab. | |||
| 2023-11-08 | clean up of LightboxView | bobzel | |
| 2023-11-08 | from last | bobzel | |
| 2023-11-08 | fixed 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-10-26 | enabled different title colors per doc, not just per user. added support for ↵ | bobzel | |
| screen space doc titles, and for proper title clipping when borderRadius is set. added dropdown for setting title field to display and tweaked editableView to enable ellipsis for overfow | |||
| 2023-10-21 | change to doc decorations to be more "lightweight". made linkBox render ↵ | bobzel | |
| links in a freeform view as a DocView. added an auto-reset view option for freeforms. fixed highlighting ink strokes. Made groups behave better for selecting things 'inside' the group bounding box that aren't in the group. Added vertically centered text option. | |||
| 2023-10-12 | performance fixes to reduce re-rendering : moved link brushing out of Doc's ↵ | bobzel | |
| highlighting and into Annotation.tsx, stopped freeformview from rerendering whenever its invalidated by not always setting layoutElements to a new list. | |||
| 2023-09-29 | fixed autoHeight text scrolling in its own tab and elsewhere. update ↵ | bobzel | |
| ChildDrag to GroupChildDrag and simplified documentView code. fixed MapAnchorMenu to allow linking by dragging text icon. | |||
| 2023-09-19 | fixed tree view hierarchy opening icons | bobzel | |
| 2023-09-19 | fixed issue with clicking at end of text range selecting list_item, not text ↵ | bobzel | |
| causing bulleted items to behave weirdly. | |||
| 2023-09-19 | made goldenlayout tabs/buttons follow color scheme + added hover highlights. ↵ | bobzel | |
| got rid of old color scheme code. | |||
| 2023-09-13 | removed leading/trailing spaces from published terms | bobzel | |
| 2023-09-13 | fixed copying entire text box when nothing is selected. | bobzel | |
| 2023-09-12 | dropping link button on same collection makes a pushpin. fixed broken undo ↵ | bobzel | |
| typing to crate doc in sidebar. fixed min/max scaling for cropped images and made annotationOverlays start to use it. Fixed nested text boxes to stopPropagation on pointer down to enable editing of translations in sidebar. moved sidebar filters onto doc's filters. Added metadata filters back to sidebar. Added an -any- option to filtersPanel. fixed schema view preview window, added buttons and sliders. | |||
