| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-18 | added arrow toggling functionality | Lauren Choi | |
| 2021-11-11 | color arrow head | Lauren Choi | |
| 2021-11-09 | added arrowhead | Lauren Choi | |
| 2021-11-04 | change color of line, remove input | Lauren Choi | |
| 2021-10-29 | style properties panel | Lauren Choi | |
| 2021-10-29 | toggle properties on selection | Lauren Choi | |
| 2021-10-28 | selection of link lines deselects everything else first. | bobzel | |
| 2021-10-28 | from last | bobzel | |
| 2021-10-28 | added rudimentary ability to select link lines | bobzel | |
| 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-07 | link menu ui tweaking. edge case checks for linkrelationship stuff. ↵ | bobzel | |
| default links to have linkAutoMove | |||
| 2021-10-07 | Revert "Revert "Merge pull request #34 from brown-dash/linking-anh"" | bobzel | |
| This reverts commit 4e6a1d7a37c8c28014a9f7cd0d92f17c8f29454d. | |||
| 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-25 | added a hacky fix to what seems to be a Chrome bug when auto expanding the ↵ | bobzel | |
| left flyout panel | |||
| 2021-09-24 | wrapped Color() calls in DashColor() to catch exceptions for color strings ↵ | bobzel | |
| no found | |||
| 2021-09-23 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web | geireann | |
| 2021-09-23 | Revert "Merge pull request #34 from brown-dash/linking-anh" | geireann | |
| This reverts commit 70d80e30de9963c353636d9780ffb83f3285aac7, reversing changes made to d5f9533d153e11e24d2ab7c03b4561170f0768fe. | |||
| 2021-09-23 | fixed one crash when color string has capital letters. | bobzel | |
| 2021-09-23 | Merge branch 'master' into linking-anh | Geireann Lindfield Roberts | |
| 2021-09-22 | fixed default color of link lines in dark mode. | bobzel | |
| 2021-09-21 | fixed up some darkScheme css, enabled comic mode for developers, enabled ↵ | bobzel | |
| opening up fields on dashboards in myDocuments | |||
| 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 | Merge branch 'master' into linking-anh | dinhanhtruong | |
| 2021-08-30 | GitHubs are default view | geireann | |
| 2021-08-30 | merged with master - fixed warnings and errors. | bobzel | |
| 2021-08-28 | added variable link weights based on relationship importance | dinhanhtruong | |
| Link lines are thicker for links belonging to more important relationships. Thickness varies linearly from 3px to 12px. Removed dashed linked lines. | |||
| 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 | |||
