aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
AgeCommit message (Collapse)Author
2021-09-22fixed up context menu for audio box labels .bobzel
2021-09-20fixed equations/ink to work properly when not fitwidth in lightbox. don't ↵bobzel
show titles for ink or equations using fields now.
2021-09-17fixed warningsbobzel
2021-09-17added '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-17fixed not inadvertently moving webBoxes after creating a marquee adn then ↵bobzel
clicking in the webBox, then clicking outside it.
2021-09-16added search() component method. changed search menu to call search on ↵bobzel
documents that match search string. added seach bar for web pages.
2021-09-15fixed dragging so that only isDocumentActive documents are dragged (get move ↵bobzel
events) which fixes a bug where a nested document and its container might both be dragged at the same time.
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 ↵bobzel
to not require preselection of doc.
2021-09-13fixed dragging document that is unselected by clicking on nested object in ↵bobzel
sidbear to not double-drag two items effectively deleting the sidebar document. fixed undoing of document decorations topbar buttons.
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 ↵geireann
https://github.com/brown-dash/Dash-Web into menu_updates_geireann
2021-09-12updatesgeireann
2021-09-10event handling fixes for ink. double click on deselected ink takes shows ↵bobzel
handles. lightbox view works. transparent fills are not selectable.
2021-09-09added SelectionManager.Docs() to avoid having to dereference props to get at ↵bobzel
the seelcted Doc. this was causing a cycle in menu items when selected. fixed sizing of filterBox. enabled showing titles for VID,COL,and IMG in addition to RTF.
2021-09-09fixed anchor menu highlighter button's dropdown location. fixed metadata ↵bobzel
view for formattedText. added menu item for metadata view. fixed formattedTextbox initialization.
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 ↵bobzel
from main toolbar. made changing header contents possible using #<key>(;<key)* syntax
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 ↵bobzel
text regions, scroll locations, and document anchors.
2021-09-02cleaned up overlay ink stroke in document decorationsbobzel
2021-09-02fixed dragging things into collections. reactived fitWidth properties buttonbobzel
2021-09-02fixed overlay documents not getting pointer events.bobzel
2021-09-02Merge branch 'menu_updates_geireann' of ↵bobzel
https://github.com/brown-dash/Dash-Web into menu_updates_geireann
2021-09-02from lastbobzel
2021-09-02Many updatesgeireann
- Fixed image uploads so it clones rather than makes an alias - Updated context menu - Removed tools panel from novice mode in favour of ":" menu - Added explainers to menus in novice mode - Re-added the trails button - Changed UI for text, PDF & websites so that it is more consistent
2021-09-01from lastbobzel
2021-09-01fixed toggleDetail() func to work.bobzel
2021-09-01changed ctrl-click to open alias to reuse existing alias. changed ↵bobzel
documentview to not clearout docView field when invalidated to allow webBox componentView to be persistent which allows proper settting of scrollHeight and allows webBox to grow to vertical space available in tab or lightbox.
2021-08-30merged with master - fixed warnings and errors.bobzel
2021-08-26allowed tree views to be scaled which makes slides work in lightbox.bobzel
2021-08-26a lot of changes to move isContentActive into DocumentViewbobzel
2021-08-25Merge branch 'temporalmedia-mehek' into menu_updates_geireanngeireann
2021-08-25basic audio trim completemehekj
2021-08-25mini updatesgeireann
2021-08-25fixed events for forceActive documentsbobzel
2021-08-25many updatesgeireann
2021-08-24Merge branch 'master' into menu_updates_geireanngeireann
2021-08-24started to fix doc filters to work on any documentbobzel
2021-08-24fixed 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-23set max size for blue link button when zooming in.bobzel
2021-08-23cleaned up videobox controls along with option to switch to native controls. ↵bobzel
changed placement of link buttons in lightbox to be outside of document
2021-08-18updates towards a menugeireann
2021-08-17made dashboard context menu items context sensitive to whether they're ↵bobzel
called from MyDashboards, MySharedDocs or elsewhere. Made treeViewOpen a playground field so that users don't interfere with each other. Made Docking views not generate alias of their tabs when shared.
2021-08-06fixed webbox history to allow duplicate urlsbobzel
2021-08-04restructured 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).