Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-30 | added Labels button for turning ink labels on/off. added Pixels and Rotate ↵ | bobzel | |
buttons for images. enabled ink as template for text : check for ink stroke data on layout doc if it's not on data doc & started to have style provider check for properties on layout doc instead of data (background color, boxShadow). fixed toggling key/value on and off when node is selected. | |||
2024-03-28 | fixed following link to pdf text selection with highlights. fixed hide ↵ | bobzel | |
key/value in dashfieldView. fixed selecting dashFieldView nodes. | |||
2024-03-09 | fixed up default text that uses a template to process an initial carriage ↵ | bobzel | |
return properly. fixed text with inherited templates to be able to show fields with a default dashField value from template that can be overidden on instance. | |||
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-18 | lots of changes to try to simplify API for viewPaths and related | 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-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-28 | fixed youtube uploads, cleaned up a bunch of imports and added some typings ↵ | bobzel | |
files. | |||
2023-12-21 | added standard 3d gl view for maps. added close button for infoUI. | bobzel | |
2023-12-17 | fixing some bugs with MapBox and MapAnchorMenu | zaultavangar | |
2023-12-17 | starting calendar collection view | zaultavangar | |
2023-12-16 | added pinch zooming for maps, fixed sizing of search bar when zoomed in, ↵ | bobzel | |
turned off some unneeded widgets that don't locate properly when zoomed in. | |||
2023-12-16 | when maps are made small and zoomed in on, this fixes them so that they ↵ | bobzel | |
don't clip | |||
2023-12-16 | merged with zaul's branch | bobzel | |
2023-12-16 | finally got map resizing working ? | bobzel | |
2023-12-16 | some cleanup to mapbox, but no fix for ctrl-zoomed maps yet. | bobzel | |
2023-12-16 | Merge branch 'zaul-new-branch' of https://github.com/brown-dash/Dash-Web ↵ | bobzel | |
into zaul-new-branch | |||
2023-12-16 | starting calendar feature | zaultavangar | |
2023-12-15 | fix for ctrl-zoom of map | bobzel | |
2023-12-15 | fix for ctrl-zoom of map | bobzel | |
2023-12-15 | fixed map resizing. | bobzel | |
2023-12-15 | map box merging | bobzel | |
2023-12-15 | Merge remote-tracking branch 'origin/zaul-new-branch' into moreUpgrading | bobzel | |
2023-12-15 | more fixes for mapbox and dataviz | bobzel | |
2023-12-15 | Merge remote-tracking branch 'origin/zaul-new-branch' into moreUpgrading | bobzel | |
2023-12-15 | from last | bobzel | |
2023-12-15 | added scaling to mapbox nodes. | bobzel | |
2023-12-14 | finished animation, general debugging | zaultavangar | |
2023-12-14 | adding animation functionality | zaultavangar | |
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 | new updates to map feature | zaultavangar | |
2023-12-11 | fixed includes of scss globals into typescript files. | bobzel | |
2023-12-11 | updates to map feature | zaultavangar | |
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-03 | cleaned up warnings and errors, working with typescript 20.10 | bobzel | |
2023-12-01 | cleaning up documentview props. got rid of special cases for keyValueBox. ↵ | bobzel | |
made fitToContents work cleanly for native scaled docs. | |||
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 | 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-22 | fixed more issues with rotation. restrutured how MarqueeAnnotator works to ↵ | bobzel | |
be simpler and more correct. | |||
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-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. |