Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-31 | 2 lines on line charts | srichman333 | |
2024-01-31 | can select 3 columns (+ beginning of basic 2 columns displayed on y axis in ↵ | srichman333 | |
linechart) | |||
2024-01-30 | changed dropConverter to keep title of dropped Doc. added paintFunc node/ ↵ | bobzel | |
checkbox view to formatted text. changed paintFunc to be computed based on layouytfieldkey being text in a freeformview. changed some inputRules to apply to code blocks. changed : contextmenu to allow regular note to be created. changed experimental tools to be user tmeplate tools. fixed focus on search bar when opening context menu | |||
2024-01-29 | static schema as dataviz doesn't include itself | srichman333 | |
2024-01-29 | live schema toggle fix | srichman333 | |
2024-01-29 | merge | srichman333 | |
2024-01-29 | show title of selected histogram bars | srichman333 | |
2024-01-29 | show selected names for pie charts + line charts | srichman333 | |
2024-01-28 | fixed inking when in panToScroll mode. fixed text templates to restore ↵ | bobzel | |
default text when all text is deleted. changed code blocks to stay in code black mode after a carriage return (unless its a hard break, e.g. shift+carriage return). added a ^@paint input rule to turn text documents into paint func docs. | |||
2024-01-27 | from last | bobzel | |
2024-01-27 | added searchable flag to docoption types. fixed searchbox scrolling and ↵ | bobzel | |
showing results. added search by key and exact match. | |||
2024-01-27 | fixed searchBox | bobzel | |
2024-01-27 | made dataViz nodes linked to schema nodes update automatically as cahnges ↵ | bobzel | |
are made. fixed user created templates from disappearing from menu, and made them work. added toJavascriptString and made DashField views convert to text. added support for turning text into javascript rendering (paint) code. | |||
2024-01-26 | cleaning up doubleClick documentview handling. fixed pan mode to drag ↵ | bobzel | |
collections when not active. | |||
2024-01-25 | fixed warnings in editable view | bobzel | |
2024-01-25 | added hash function to save prior states that get overwrriten in presBox ↵ | geireann | |
restoreTarget | |||
2024-01-25 | fixed notetaking list without keys warning | bobzel | |
2024-01-25 | fixed script typechecking which fixes editing keyvalue pane. renamed ↵ | bobzel | |
contentPointerEvents to childContentPointerEvents to match what it does. | |||
2024-01-24 | added dragConfig() to allow components to set custom docDragData fields. got ↵ | bobzel | |
rid of treeViewDoc prop | |||
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-23 | data has a title column | srichman333 | |
2024-01-23 | Merge branch 'master' into data-visualization-sarah | srichman333 | |
2024-01-23 | non-numerical histogram fix | srichman333 | |
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 | fixed pointer events for pdfs | bobzel | |
2024-01-22 | fixed pdf version | bobzel | |
2024-01-22 | cleaned up viewPath methods and LightboxView's containment api | bobzel | |
2024-01-18 | fix so that freeformviews don't break when they have annotation layer children. | bobzel | |
2024-01-18 | from last | bobzel | |
2024-01-18 | lots of changes to try to simplify API for viewPaths and related | bobzel | |
2024-01-17 | cleaner | srichman333 | |
2024-01-12 | live schema toggle works on refresh | srichman333 | |
2024-01-11 | Merge branch 'master' into data-visualization-sarah | srichman333 | |
2024-01-11 | fixed having text boxes references a string field (instead of RTF or a Doc) | bobzel | |
2024-01-11 | fixed obervable values not updateing because of component functions being ↵ | bobzel | |
defined as vairables | |||
2024-01-11 | toggle scheme dataviz box as live | srichman333 | |
2024-01-09 | fixed resizing notetaking columns | 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 notetaking & pile views with _props | bobzel | |
2024-01-04 | from last | bobzel | |
2024-01-04 | fixed carousel views to use _props | 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 | made turning off infoUI persistent. | bobzel | |
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-03 | fixed marquee annotator for lightbox with pdf and rotated documents. | bobzel | |
2024-01-03 | from last | bobzel | |
2024-01-02 | fixing more .props => ._props refernces. | bobzel | |