| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-20 | replaced convert to ink in marquee menu with create Group | bobzel | |
| 2021-09-17 | fixed warnings | bobzel | |
| 2021-09-17 | added 'unset' docFilters. changed link doc views to use comparison box with ↵ | bobzel | |
| title/caption. fixed linkEditor to write to data doc. generalized comparisonBox rendering to use parameterized fields. fixed pdf/web to honor pointerEvents none prop and fixed textAnnotations to get rendered once as an Annotation. moved filterIcon stuff into DocumentView | |||
| 2021-09-17 | close context menu when starting a right-click drag on a webbox. .fixed ↵ | bobzel | |
| dismissing marquee menu from outer view when clicking on nested webbox. AltKey drags marquee, not CtrlKey. | |||
| 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 | fixed warnings/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 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web | bobzel | |
| 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 | Merge pull request #33 from brown-dash/linking-anh | Geireann Lindfield Roberts | |
| Linking anh - fixed and expanded link relationships | |||
| 2021-08-25 | many updates | geireann | |
| 2021-08-24 | Merge branch 'master' into menu_updates_geireann | geireann | |
| 2021-08-24 | fixed following link from ink stroke. made interacting with annotatable ↵ | bobzel | |
| documents consistent when selections are cleared by clicking. fixed undo for webboxes. fixed limiting size of links button. | |||
| 2021-08-22 | added working relationship search + set | dinhanhtruong | |
| need to debug visibility toggle and refactor handlers | |||
| 2021-08-22 | started to fix issues with recognizing ink strokes. fixed minimizing ↵ | bobzel | |
| presentation box by fixing TabDocViews to provide a working removeDocument prop | |||
| 2021-08-22 | Merge branch 'master' into linking-anh | dinhanhtruong | |
| 2021-08-21 | Merge branch 'master' into menu_updates_geireann | geireann | |
| 2021-08-20 | fixed bug where link colors reset on reload | dinhanhtruong | |
| need to fix new mystery bug where any new links disappear after refreshing once but re-appear after a second refrsh | |||
| 2021-08-19 | added randomly colored link relationships | dinhanhtruong | |
| default color is black until link relationship is edited manually | |||
| 2021-08-19 | fixed typing ? to search bing. fixed scrolling to target for Web/PDF when ↵ | bobzel | |
| doc was not previously displayed. | |||
| 2021-08-19 | changed how treeview cycles between options for expanded views to show ↵ | bobzel | |
| 'data' and some more adjustments. | |||
| 2021-08-18 | Merge branch 'master' into menu_updates_geireann | geireann | |
| 2021-08-14 | code reorganising and updates | geireann | |
| 2021-08-10 | fixes for git-like to work with sidebar. added 'lastModified' field for ↵ | bobzel | |
| changes to x/y/width/height | |||
| 2021-08-06 | collabortion fixes: added new acl for allowing people to edit their own text ↵ | bobzel | |
| within the same note, fixed playground fields to write to the server without updating other clients. | |||
| 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 | |
| 2021-07-29 | from last | bobzel | |
| 2021-07-29 | fixed issues with following links to anchors in PDFs/etc and getting scroll ↵ | bobzel | |
| position right. | |||
| 2021-07-27 | fixe MakeClone to handle links properly. fixed cloning richtext to update ↵ | bobzel | |
| rich text references to documents properly. fixed dragging to call MakeClone properly. | |||
| 2021-07-26 | cleaned up pile view a bit so that it doesn't scale up huge when there's one ↵ | bobzel | |
| document. made the pile be round and drop-shadowed. made the pile go away immediately if there are no documents. made it work with undo. | |||
| 2021-07-10 | Standardizing Colors, changing global CSS variables | Ashley Cai | |
| 2021-05-19 | fixed problem with panning caused by document width/height changes not ↵ | bobzel | |
| invalidating anything | |||
| 2021-05-13 | filter icon shows up for all collections | usodhi | |
| 2021-05-11 | icon displays for freeform, need to find position for the rest | usodhi | |
