| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-04 | removed pseudo Doc type system. playing with hot reloading. | bobzel | |
| 2022-02-22 | improve efficiency for scenes with lots of documents by using computed ↵ | bobzel | |
| functions to avoid invalidations. moved grid renderer to its own component to avoid invalidations when panning/zooming. | |||
| 2022-02-22 | fixed switching tabs to immediately render the title of the tab as content ↵ | bobzel | |
| to provide feedback that something is happening. changed server to only set caching for images. fixed warnings/errors. | |||
| 2022-02-16 | changed incremental loading to generate update requests more quickly. ↵ | bobzel | |
| turned on local browser caching of server responses (eg, images) | |||
| 2022-02-15 | improved version of incrementall rendering of large collections of documents ↵ | bobzel | |
| in freeform view. | |||
| 2022-02-14 | added an incremental load for freeform collections. fixed updating of web ↵ | bobzel | |
| page thumbs on deselection after the first thumb is generated. | |||
| 2021-12-02 | fixed filled strokes when erasing to render properly. fixed stretch ink to ↵ | bobzel | |
| work with multiple selections. | |||
| 2021-12-02 | added shift erase stroke to delete full strokes. added shift drag end of ↵ | bobzel | |
| stroke to scale uniformly. added ctrl+p,ctrl+e to switch between eraser/pen. added delete to menu options for tree view items. cleaned up a lot of ink code. | |||
| 2021-11-29 | Merge branch 'ink_v1' | bobzel | |
| 2021-11-25 | fixed up erasing ink by segments | bobzel | |
| 2021-11-24 | segmentation of ink strokes prior to deletion | vkalev | |
| 2021-11-21 | splitting/deletion occurs but too many t-values are stored | vkalev | |
| 2021-11-20 | updating intersections to map t-values to inks | vkalev | |
| 2021-11-20 | fixing undo batch | vkalev | |
| 2021-11-13 | change isContentActive to a tri-state to allow turning on/off and default - ↵ | bobzel | |
| fixes issues with videobox and others so that content can be turned off reliably. added annotation overlay for treeViews for ppt like slides. lots of fixes to tree view to get layout to be more robust. | |||
| 2021-11-12 | undo works with ink deletion | vkalev | |
| 2021-11-09 | working on undo/redo | vkalev | |
| 2021-11-08 | fixed dragging snap lines to get recomputed properly (sometimes they didn't ↵ | bobzel | |
| activate before) and fixed snapping to not be off by 1 screen space pixel | |||
| 2021-11-06 | eraser tool working | Lauren | |
| 2021-11-06 | from last | Lauren | |
| 2021-11-05 | ink document iteration not working | Lauren | |
| 2021-10-29 | working on ink stroke intersection | Lauren | |
| 2021-10-26 | when document is in lightbox view and a link is followed to its sidebar, we ↵ | bobzel | |
| no longer reopen the document in its context. fixed selecting annotations on web/pdf. don't change document height when shown in a linkPreview. webBox fixes for pages with scripts. fixed range bounds when clicking on web text several fixes to web pages on server and client. client webbox allows clicks on divs with onclick instead of doing selection also hacky fix so that google search url doesn't keep expanding by removing 'q=' regions also added prevent/allow script menu item server grabs all html and hides id="google.." which are ads. also rewrites hrefs starting with http to route through corsProxy also removes target=_blank tags to prevent pages from opening outside of dash. also cleaned up routes and comments also when not logged in, references to anything in dash domain route to /home | |||
| 2021-10-06 | fixed lightbox view to shrinkwrap collections when opened, but not force fit ↵ | bobzel | |
| contents to allow users to navigate. fixed comparison box to show context of maker'/annotation documents. fixed ink pointer events to honor pointerEvents prop (eg when embedded in a comparisonBox that turns them off). | |||
| 2021-09-27 | made docs with no author Admin for everyone. fixed run-time warnings: not ↵ | bobzel | |
| memoized accesses when panning, NaNs drawing some labelBoxes, filter box filter boolean options, | |||
| 2021-09-24 | wrapped Color() calls in DashColor() to catch exceptions for color strings ↵ | bobzel | |
| no found | |||
| 2021-09-21 | fixed up some darkScheme css, enabled comic mode for developers, enabled ↵ | bobzel | |
| opening up fields on dashboards in myDocuments | |||
| 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. | |||
| 2021-09-15 | better fix for last that reduces recomputation. | bobzel | |
| 2021-09-15 | avoid runtime error in compute group bounds on startup when docs are still ↵ | bobzel | |
| promises. | |||
| 2021-09-15 | fixed infinite loop in grid space selection that conflated with setting ↵ | bobzel | |
| group bounds automatically when rendered | |||
| 2021-09-15 | fixed bug from last | bobzel | |
| 2021-09-15 | cleaned up recomputing group bounds to use a reaction | bobzel | |
| 2021-09-15 | fixed documentdecoration resizers. fixed grouping and added button to ↵ | bobzel | |
| switch between freeform / group | |||
| 2021-09-08 | added showTitle prop to allow sidebarAnnos to have a custom title | bobzel | |
| 2021-09-03 | fixed warnings. cleaned up link lines a bit more - simplified, and allowed ↵ | bobzel | |
| multiple aliases to share a link. fixed link lines to text anchors from flapping around wildly when camera pans | |||
| 2021-09-03 | fixed drawing of link lines - doesn't generate duplicates, and works with ↵ | bobzel | |
| text regions, scroll locations, and document anchors. | |||
| 2021-08-30 | GitHubs are default view | geireann | |
| 2021-08-30 | merged with master - fixed warnings and errors. | bobzel | |
| 2021-08-26 | a lot of changes to move isContentActive into DocumentView | bobzel | |
| 2021-08-25 | Merge branch 'master' into menu_updates_geireann | geireann | |
| 2021-08-25 | cleaned up and fixed tests for nonrecursive doc filters as used in PDF/Web ↵ | bobzel | |
| to separate transparent from non-transparent docs into layers. | |||
| 2021-08-25 | many updates | geireann | |
| 2021-08-19 | changed how treeview cycles between options for expanded views to show ↵ | bobzel | |
| 'data' and some more adjustments. | |||
| 2021-08-10 | fixes for git-like to work with sidebar. added 'lastModified' field for ↵ | bobzel | |
| changes to x/y/width/height | |||
| 2021-08-04 | restructured filters again so that filter icons show whether a document has ↵ | bobzel | |
| a filter or inherits one. following a link with a view spec overrides only locally set filters (not inherited ones). | |||
| 2021-08-03 | fixed using viewSpecs when following links to set filters/viewType properly. | bobzel | |
| 2021-07-31 | Merge branch 'master' into tab_updates | geireann | |
| 2021-07-30 | major UI / updates + refactoring | geireann | |
| 2021-07-29 | converted HTMLANCHOR and TEXTANCHOR to MARKER | bobzel | |
