aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
AgeCommit message (Expand)Author
2022-03-10added prop when thumbnail is shown for a document so componentView can choose...bobzel
2022-03-07got rid of include cycles for Scripting globals to make hot updates work better.bobzel
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2022-03-03fixed content fitting views. fixed multirow/column collections.bobzel
2022-03-02upgraded to typescript 4.6.2bobzel
2022-02-28fixed double-clicking to open web page to keep showing thumbnail until web pa...bobzel
2022-02-22improve efficiency for scenes with lots of documents by using computed functi...bobzel
2022-02-22fixed switching tabs to immediately render the title of the tab as content to...bobzel
2022-02-16changed incremental loading to generate update requests more quickly. turned...bobzel
2022-02-14added an incremental load for freeform collections. fixed updating of web pa...bobzel
2022-02-10switched scripts to use a cache to avoid recompiling. simplified some things ...bobzel
2022-02-09speeding up rendering using bitmaps for webpages and other heavyweight docs.bobzel
2021-12-07restored keeping properties pane open when selection changes. added Doc par...bobzel
2021-12-02Merge branch 'master' into trails-aubreyGeireann Lindfield Roberts
2021-11-13change isContentActive to a tri-state to allow turning on/off and default - f...bobzel
2021-11-08fixed dragging snap lines to get recomputed properly (sometimes they didn't a...bobzel
2021-11-02fixed display of documents anchored on a map marker. fixed adding documents ...bobzel
2021-10-26simplified snappingbobzel
2021-10-26adding snapping code between ink strokes. added some componentView API funct...bobzel
2021-10-26 fix to ink rotation to preserve rotation center between rotations.bobzel
2021-10-26when document is in lightbox view and a link is followed to its sidebar, we n...bobzel
2021-09-29made IsClosed a static function. fixed warnings and errors.bobzel
2021-09-27made docs with no author Admin for everyone. fixed run-time warnings: not mem...bobzel
2021-09-25from lastbobzel
2021-09-23fixed one crash when color string has capital letters.bobzel
2021-09-21fixed up some darkScheme css, enabled comic mode for developers, enabled open...bobzel
2021-09-21tried to make captions more readable when zoomed out by playing with scaling ...bobzel
2021-09-20fixed equations/ink to work properly when not fitwidth in lightbox. don't sh...bobzel
2021-09-17fixed warningsbobzel
2021-09-17added 'unset' docFilters. changed link doc views to use comparison box with ...bobzel
2021-09-17fixed not inadvertently moving webBoxes after creating a marquee adn then cli...bobzel
2021-09-16added search() component method. changed search menu to call search on docum...bobzel
2021-09-15fixed dragging so that only isDocumentActive documents are dragged (get move ...bobzel
2021-09-14fixed right-click context menu for Windows.bobzel
2021-09-14merged with masterbobzel
2021-09-13fixed copyPath menu item for images/pdfs. fixed contextmenu right-clicking t...bobzel
2021-09-13fixed dragging document that is unselected by clicking on nested object in si...bobzel
2021-09-13fixed errors and warnings.bobzel
2021-09-12Merge branch 'master' into menu_updates_geireannGeireann Lindfield Roberts
2021-09-12Merge branch 'menu_updates_geireann' of https://github.com/brown-dash/Dash-We...geireann
2021-09-12updatesgeireann
2021-09-10event handling fixes for ink. double click on deselected ink takes shows han...bobzel
2021-09-09added SelectionManager.Docs() to avoid having to dereference props to get at ...bobzel
2021-09-09fixed anchor menu highlighter button's dropdown location. fixed metadata vie...bobzel
2021-09-08added showTitle prop to allow sidebarAnnos to have a custom titlebobzel
2021-09-08from last (fixed text color for headers)bobzel
2021-09-08made setting background undoable. added setting header color/visibility from...bobzel
2021-09-04added top/left clip bounds to ink decorationsbobzel
2021-09-03adding ComponentDecorationsvkalev
2021-09-03fixed drawing of link lines - doesn't generate duplicates, and works with tex...bobzel