| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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-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-11 | fixed includes of scss globals into typescript files. | bobzel | |
| 2023-12-06 | final cleanup | bobzel | |
| 2023-12-06 | more error/warning fixes | bobzel | |
| 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-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-09-11 | clean up some runtime warnings about missing keys/values | 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-09 | made search results unhighlight when search panel goes away. | bobzel | |
| 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-17 | Merge branch 'master' into geireann_dash_components | Geireann Lindfield Roberts | |
| 2023-07-17 | so many updates | Geireann Lindfield Roberts | |
| 2023-07-11 | more fixes to simplify sharing | bobzel | |
| 2023-06-14 | Merge branch 'master' into geireann_dash_components | Geireann Lindfield Roberts | |
| 2023-06-07 | added doc recommendations to search | Geireann Lindfield Roberts | |
| 2023-06-06 | more Symbol updating. | bobzel | |
| 2023-05-16 | fixed bugs with goldenlayout dragging and undoing. fixed searching for ↵ | bobzel | |
| filter values in sidebars. Stopped creating empty list for collections when datafield() is accessed because it messes up undo of a collection. fixed tab title editing. from marquee. Added UndoStack UI and additional naming support in code. | |||
| 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-04-25 | fixed search to not search through markers | bobzel | |
| 2023-04-05 | adjusted general context menu items to always appear last. cleaned up ↵ | bobzel | |
| makeLink api, | |||
| 2023-03-11 | changed links from being a computed field on documents to being accessed by ↵ | bobzel | |
| a function call on LinkManager | |||
| 2023-03-05 | replace jumpToDocument with showDocument. restructure code to get rid of ↵ | bobzel | |
| scrollFocus by adding getView() and fixing focus() and restoreTargetView | |||
| 2023-01-25 | added a linkFollow o[ption to choose between opening target, or highest ↵ | bobzel | |
| level collection containing target. fixed adding marker annotations to pdf/web/etc. fixed following link to wikipedia pages to not create a new document each time. made searchBox's search function static so that it can be called programmatically. Fixed LinkDocPreview to not flicker when doing a nopreview link follow. changed PlayTrail to restore state of all freeform collections containing source anchor. | |||
| 2023-01-24 | stopped storing presCollection in PresBox in favor of computing it. added ↵ | bobzel | |
| anchor menu option for viewing linked trail. fixed showing slected slides in presbox when link with up is used. | |||
| 2022-12-16 | fixed problem with undo. regularized all linkfollowing anchor fields to ↵ | bobzel | |
| start with followLink<xxx>. added ease vs linear flag for scroll transitions in link and preselmeent navigations. added link follow to move target to specified offset from source. shifted from setting dropAction on items to setting childDropAction on collections | |||
| 2022-12-07 | fixed presMovement.none so that no pan or zoom takes place. fixed clicking ↵ | bobzel | |
| on a presitem to stop audio playing other items. | |||
| 2022-12-01 | refactored process of following links / jumping to docs and added following ↵ | bobzel | |
| options for zoomTime, etc instead of setting temporary fields on docs. | |||
| 2022-07-07 | trying to fix errors in compiles | bobzel | |
| 2022-06-05 | merged with master and added transcription icon view for recognized ink | bobzel | |
| 2022-06-04 | fixed searching to highlight in text notes and to unhighlight when search ↵ | bobzel | |
| string changes. fixed links to update when text boxes scroll (hackily) | |||
| 2022-05-13 | removed layerProvider functionality. | bobzel | |
| 2022-05-13 | fixed crashing bug when quickly re-updating webbox (or other) icon. fixed ↵ | bobzel | |
| infinite loop in FilterBox. changed TimeView to scale WebBox's. fixed issues with timeView filters. fixed bugs with webBox scrolling on startup, following links, etc. | |||
| 2022-05-06 | changed following links to open up icons all the way down to the target ↵ | bobzel | |
| document. allow StartLink to work with webBox w/ text selection. fixed web clippings to have a cursor and grab keyDown events. | |||
| 2022-04-28 | fixed feedback dragging link button. fixed warnings. added some assymetric ↵ | bobzel | |
| linkRelationships. | |||
| 2022-03-17 | Merge pull request #55 from brown-dash/speedups2 | Naafiyan Ahmed | |
| Speedups2 | |||
| 2022-03-04 | removed pseudo Doc type system. playing with hot reloading. | bobzel | |
| 2022-02-15 | added a single comment | Geireann | |
| 2021-12-02 | Merge branch 'master' into trails-aubrey | Geireann Lindfield Roberts | |
| 2021-11-30 | fixed warnings/errors. added inkingStroke comments. need to double-click ↵ | bobzel | |
| now to add a point to an ink stroke. | |||
| 2021-10-26 | Merge branch 'master' into trails-aubrey | Aubrey Li | |
| 2021-10-26 | update | dg314 | |
| 2021-10-21 | page rank | dg314 | |
| 2021-09-16 | added search() component method. changed search menu to call search on ↵ | bobzel | |
| documents that match search string. added seach bar for web pages. | |||
