| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-30 | latest from Mapbox | Aubrey Li | |
| 2021-11-24 | map latest | Aubrey Li | |
| 2021-11-18 | mapbox latest | Aubrey Li | |
| 2021-11-02 | fixed display of documents anchored on a map marker. fixed adding documents ↵ | bobzel | |
| with same geolcoation to end up on the same marker. | |||
| 2021-11-02 | mapbox render infowindow | Aubrey Li | |
| 2021-10-28 | Merge branch 'master' into trails-aubrey | Aubrey Li | |
| 2021-10-26 | simplified snapping | bobzel | |
| 2021-10-26 | adding snapping code between ink strokes. added some componentView API ↵ | bobzel | |
| functions to convert local (eg ink) points to/from screen space and for snapping | |||
| 2021-10-26 | fix to ink rotation to preserve rotation center between rotations. | bobzel | |
| 2021-10-26 | Merge branch 'master' into trails-aubrey | Aubrey Li | |
| 2021-10-26 | update Mapbox image rendering | Aubrey Li | |
| 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-16 | fixed warnings/errors & redirection to /home | bobzel | |
| 2021-10-14 | fixed comparison box error. | bobzel | |
| 2021-10-07 | addMarker working | Aubrey Li | |
| 2021-10-06 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web | geireann | |
| 2021-10-06 | added zoom | geireann | |
| 2021-10-06 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web | bobzel | |
| 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-10-06 | presBox type fix | geireann | |
| 2021-10-04 | fixed dropping onto comparison box. added caption of link description to ↵ | bobzel | |
| link comparison view. added promise wait for protos of link anchors to avoid potential crash. made dragging a link off of a linkmenuitem to create an alias with the hidden flag removed. | |||
| 2021-10-01 | fixed crash / errors with comparison box | bobzel | |
| 2021-09-29 | made IsClosed a static function. fixed warnings and errors. | bobzel | |
| 2021-09-29 | support drawing of closed ink shapes. fixed highlight state of pen button on ↵ | bobzel | |
| startup | |||
| 2021-09-27 | videoBox fitsWidth properly in lightbox. documentdecorations less hacky for ↵ | bobzel | |
| deciding when to allow nativewidth/height changes by adding props to document type templates. fixed height of properties pane & updated CSS for leftflyout & properties pane. marquees no longer oveflow image/video boxes. | |||
| 2021-09-27 | improved image resizing flickering caused by Chrome bug with overflow:auto. ↵ | bobzel | |
| works now when fitWidth is false. | |||
| 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 | fixed warning | bobzel | |
| 2021-09-25 | from last | bobzel | |
| 2021-09-24 | label box minor tweak. | bobzel | |
| 2021-09-24 | updated titling of LabelBox to show custom titles when they are set. | bobzel | |
| 2021-09-24 | changed label boxes to fit their entire text by scaling their font | bobzel | |
| 2021-09-24 | wrapped Color() calls in DashColor() to catch exceptions for color strings ↵ | bobzel | |
| no found | |||
| 2021-09-23 | minor fixes. | bobzel | |
| 2021-09-23 | fixed one crash when color string has capital letters. | bobzel | |
| 2021-09-23 | small schema UI tweak | Geireann | |
| 2021-09-22 | fixed problem with fontsize corruption. fixed showing correct font size ↵ | bobzel | |
| when creating a new empty document with storedMarks. fixed color of previewcursor in dark mode. | |||
| 2021-09-22 | fixed dropdowns to be over documentdecorations by moving top menu bar out of ↵ | bobzel | |
| maincontent area and giving it a higher z-index than DocDecorations. fixed toggle behavior of shape drawing modes. made color dropdown state be runtime only (doesn't write to data model) -- need to decide if that's what we want. | |||
| 2021-09-22 | fixes for fontcolor dropdown to be continuous as pointer moves. | bobzel | |
| 2021-09-22 | fromlast | bobzel | |
| 2021-09-22 | fixed runtime bug inside toggleBold(). removed print statements. | 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-21 | tried to make captions more readable when zoomed out by playing with scaling ↵ | bobzel | |
| and overflow. removed sidebar button from captions. | |||
| 2021-09-20 | fixed retrieving fillColor for color button menu option. | bobzel | |
| 2021-09-20 | fixed equations/ink to work properly when not fitwidth in lightbox. don't ↵ | bobzel | |
| show titles for ink or equations using fields now. | |||
| 2021-09-20 | changed link previews to show document, not context, unless document is a ↵ | bobzel | |
| marker. de select documentViews when unmounted. | |||
| 2021-09-17 | stop propagation of keybaord events in EquationBox to allow cursor controls ↵ | bobzel | |
| w/o moving the document | |||
| 2021-09-17 | fixed setting time of audio doc when clicking on audiotag in RTF. | bobzel | |
| 2021-09-17 | fixed making link to selected region in video | bobzel | |
| 2021-09-17 | fixed link lines to text selections in PDF/Web. fixed pointer Events for ↵ | bobzel | |
| anchor in PDF/Web to be active when doc is active. | |||
