| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-02 | lots more dependency cycle unwinding. | bobzel | |
| 2024-04-30 | unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵ | bobzel | |
| and moving crate functions to <>Box functions | |||
| 2024-04-29 | updating showDocument to not have to know about groups -- all group logic is ↵ | bobzel | |
| in collectionfreeformview. | |||
| 2024-04-28 | cleaned up explore mode to use focus(). fixed focusing on group doc ↵ | geireann | |
| elements to not focus on group first. | |||
| 2024-04-24 | fixed search on pdfs to display results when pDF is not selected. fixed ↵ | bobzel | |
| presentation transitions to animate. changed so that annotaitons on pdfs would highlight when following a pres slide. fixed scrolling to annotations (and other viewSpecs) from presentations by using the slide target, not the slide as the focus document. cleaned up search and fixed to unhighlight searches on close. fixe pdf search unhighligting to work. | |||
| 2024-04-23 | fixes for rich text menu updates and setting parameters on text doc vs ↵ | bobzel | |
| within in RTF. Lots of lint cleanup. | |||
| 2024-04-19 | lint fixes. | bobzel | |
| 2024-04-17 | restoring eslint - updates not complete yet | bobzel | |
| 2024-03-26 | added empty image tool and click on empty image to select from filesystem. ↵ | bobzel | |
| fixed following links in lightbox and showing links to stackedTimelines. fixed embedding docs into text. fixed not resizing text boxes that also show up in pivot view. prevent context menu from going off top of screen. fixed freeform clustering colors and click to type. fixed links to stackedTimeline marks, and titles for marks. made title editing from doc deco and header use same syntax as keyValue. fixed marquee selection on webBoxes. turn off transitions in freeformdocview after timeout. enabled iconifying templates to propagate to "offspring". fixes images in templates. don't show headr on schema views. | |||
| 2024-02-22 | turned off zoom scaling for text boxes until it can be done more cleanly. ↵ | bobzel | |
| fixed search to switch tabs when doc is inactive tab. | |||
| 2024-02-07 | changed so link docs are added to common ancestor of anchors so that they ↵ | bobzel | |
| can appear above/below intermediary docs using z order. fixed dragging to tab bar to start dragging document as a tab. | |||
| 2024-02-07 | added back shiftkey to drag and embed. got rid of overlayplane link view. ↵ | bobzel | |
| got rid of auto arrange. fixed text edit color for linkBox's | |||
| 2024-01-31 | cleaned up accessing/setting proto_embeddings with api on Doc. fixed some ↵ | bobzel | |
| css related to IconButtons. added a paintView toggle button to dec decorations for text with code blocks. enabled text with code to modify Docs and get this and documentView as params. | |||
| 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 | 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-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. | |||
| 2023-12-29 | fixed displaying zoomed text annotations when following links/trails and for ↵ | bobzel | |
| PDFs/Web pages with selected text. | |||
| 2023-12-28 | fixed youtube uploads, cleaned up a bunch of imports and added some typings ↵ | bobzel | |
| files. | |||
| 2023-12-13 | cleaned up props/_props handling by inherting from ObservableReactComponent | bobzel | |
| 2023-12-12 | fixed and cleaned up snapping lines | bobzel | |
| 2023-12-12 | fixed overlay view and scriptingRepl and all observable Doc arrays to be ↵ | bobzel | |
| shallowly observed. | |||
| 2023-12-12 | fixed props => _props referneces | bobzel | |
| 2023-12-10 | massive changes to use mobx 6 which means not accessing props directly in ↵ | bobzel | |
| @computed functions. | |||
| 2023-11-29 | fixes for following links to parts of templates. turned off | bobzel | |
| 2023-11-19 | fixed animations of text html overlays and turned off overflow hidden so ↵ | bobzel | |
| that rotation doesn't get clipped. cleaned up docView querying for Selection | |||
| 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-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-31 | fixed deselecting video/audio with escape. fixed focus or open on iconified ↵ | bobzel | |
| docs to just show them (not toggle), and fixed to showDocument on target unless its container isn't displayed. | |||
| 2023-10-31 | fixed keyframe animation of ink and links. fixed getDocumentview with ↵ | bobzel | |
| preferred collection | |||
| 2023-09-05 | change getAnchor to honor addAsAnnotation so that pinning docs doesn't add ↵ | bobzel | |
| to annotation list. fixed dragging anchor menu icons so that they appear. | |||
| 2023-09-05 | added ui for specifying wehther to play a/v when following links, and ↵ | bobzel | |
| cleaned up ui/etc for pres trails. fixed a bunch of colors in pres properties. fixed a/v anchors to be configs when not adding them to the doc, otherwise labels. | |||
| 2023-09-04 | fixed video import after youtube changes to urls | bobzel | |
| 2023-08-27 | lots of cleanup to streamline import orderings (ie packages should not ↵ | bobzel | |
| mutually import each other directly or via a chain). change raiseWhenDragged to be keepZWhenDragged and got rid of system wide default. | |||
| 2023-08-26 | Final1 | Eric | |
| 2023-08-17 | normalized some field names data_dictation, etc. added hover info for ↵ | bobzel | |
| field names in keyvalue pane. | |||
| 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-08-09 | updated file system to include recentlyClosed, Shared, and Dashboards and ↵ | bobzel | |
| fixed drag drop to make sense for the filesystem. Fixed loading documents to happen in one batch by fixing UPDATE_CACHED_DOCS to save only documents accessible from current dashboard. | |||
| 2023-07-18 | fixing focusing with DocFocusOrOpen when target is a data Proto. | bobzel | |
| 2023-07-11 | more fixes to simplify sharing | bobzel | |
| 2023-07-02 | fixed animations in lightbox view because showDocument() was finding the ↵ | bobzel | |
| wrong view previously. | |||
| 2023-07-01 | turned off notetaking chrome in browse mode. fixed pointereventrs for text ↵ | bobzel | |
| in/out of browse mode. changed background to be gray by default | |||
| 2023-06-30 | fixed onBrowseClick for notetaking. fixed panning when in onBrowse explore ↵ | bobzel | |
| mode. fixed switching dashboards to not display an empty stack. | |||
| 2023-06-22 | fixed placement of link preview in sidebar to be on screen. got rid of ↵ | bobzel | |
| transition for display doc border on hover. fixed showing link targets in menu when source is an annotation. fixed crashes when their is no context path for a showDocument | |||
| 2023-06-13 | fixed updating cached docs when opening a backlinks collection. added some ↵ | bobzel | |
| FieldInfo types and added 'enumeration' field display in schema view. fixed bug in schema view column sizing. updated a bunch of standard field names to be more consistent. | |||
| 2023-06-06 | more Symbol updating. | bobzel | |
| 2023-06-06 | updated Symbol naming. fixed various compile errors related to type checking. | bobzel | |
| 2023-05-17 | fixed scrolling/panning on fitWidth images. fixed drag/zoom conflicts for ↵ | bobzel | |
| overlayDocs that are pannable. | |||
| 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 | |
