aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-03-10compile fixesbobzel
2022-03-09Merge branch 'master' into speedups2bobzel
2022-03-08fixed following a link to a video segment that triggers a navigation back to ↵bobzel
the source of the link
2022-03-07got rid of include cycles for Scripting globals to make hot updates work better.bobzel
2022-03-07fixed pdf text selection/interactionbobzel
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2022-03-03fixed pdf rendering and interactionbobzel
2022-03-03edit: lightbox opens tab in the same stackAubrey Li
2022-03-03fixed parsing some exif rotations from my camerabobzel
2022-03-03fixed content fitting views. fixed multirow/column collections.bobzel
2022-03-03fixed snapping when resizing.bobzel
2022-03-02upgraded to typescript 4.6.2bobzel
2022-03-01updated to webpack 5bobzel
2022-02-28fixed double-clicking to open web page to keep showing thumbnail until web ↵bobzel
page is ready.
2022-02-22improve 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-22Merge branch 'master' into speedupsbobzel
2022-02-22fixed 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-16changed incremental loading to generate update requests more quickly. ↵bobzel
turned on local browser caching of server responses (eg, images)
2022-02-15added presboxGeireann
2022-02-15fixed breaking changesGeireann
2022-02-15Revert "fixed broken import"geireann
This reverts commit 7d5974c871fd50ed521ff8edd624c2c252553444.
2022-02-15make link anchorGeireann
2022-02-15added a single commentGeireann
2022-02-15fixed broken importGeireann
2022-02-15Merge branch 'master' of https://github.com/brown-dash/Dash-WebGeireann
2022-02-15fixed some syntax errorsGeireann
2022-02-15improved version of incrementall rendering of large collections of documents ↵bobzel
in freeform view.
2022-02-14added an incremental load for freeform collections. fixed updating of web ↵bobzel
page thumbs on deselection after the first thumb is generated.
2022-02-10switched scripts to use a cache to avoid recompiling. simplified some things ↵bobzel
with documentView and zooming to avoid invalidations.
2022-02-09speeding up rendering using bitmaps for webpages and other heavyweight docs.bobzel
2022-02-05fixed merge conflictsmehekj
2022-02-03Merge branch 'master' into temporalmedia-mehekmehekj
2022-01-18fixed warnings. display last user to edit db. fixed /activity to show ↵bobzel
only users with a connected socket. fixed toggle "Overlay" button to toggle its background based on overlay state.
2022-01-06cleanupbobzel
2021-12-10Merge branch 'master' into ink_v1bobzel
2021-12-09changing cursor + adding entire ink deletion mode when 'Alt' is pressedvkalev
2021-12-08Added auto scroll to bottom of map info view stack when note is added. hide ↵bobzel
resize handles for map view info window stack documents.
2021-12-08tried to simplify the mapbox ui.bobzel
2021-12-07restored keeping properties pane open when selection changes. added Doc ↵bobzel
paraemter to fitWidth() prop function. split MapBoxInfoWindow out of MapBox and added an Add Note button.
2021-12-03cleaned up text alignment buttons & initialization in formatted text boxbobzel
2021-12-02scrub through timeline with arrow keys, minor video fixesmehekj
2021-12-02Merge branch 'master' of https://github.com/brown-dash/Dash-Webbobzel
2021-12-02moved ink appearance menu to top of properties view. fixed size of ↵bobzel
arrowheads on selected ink.
2021-12-02Added header comment to CollectionLinearViewvkalev
2021-12-02Merge pull request #51 from brown-dash/trails-aubreyAubrey Li
Trails aubrey
2021-12-02Merge branch 'trails-aubrey' of https://github.com/brown-dash/Dash-Web into ↵Aubrey Li
trails-aubrey
2021-12-02mapbox cleanupAubrey Li
2021-12-02currently playing indicator completemehekj
2021-12-02Merge pull request #49 from brown-dash/lauren-linkingGeireann Lindfield Roberts
Directed selectable links with editing ability in properties panel
2021-12-02Merge branch 'master' into trails-aubreyGeireann Lindfield Roberts