aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-09-22fixes for fontcolor dropdown to be continuous as pointer moves.bobzel
2021-09-22fromlastbobzel
2021-09-22fixed runtime bug inside toggleBold(). removed print statements.bobzel
2021-09-21from lastbobzel
2021-09-21temporary change to reset old accounts on browndash to enable dark mode.bobzel
2021-09-21fixed up some darkScheme css, enabled comic mode for developers, enabled ↵bobzel
opening up fields on dashboards in myDocuments
2021-09-21tried to make captions more readable when zoomed out by playing with scaling ↵bobzel
and overflow. removed sidebar button from captions.
2021-09-20fixed retrieving fillColor for color button menu option.bobzel
2021-09-20Merge branch 'master' into temporalmedia-mehekmehekj
2021-09-20partially added dragging timeline markersmehekj
2021-09-20replaced convert to ink in marquee menu with create Groupbobzel
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-20changed link previews to show document, not context, unless document is a ↵bobzel
marker. de select documentViews when unmounted.
2021-09-17stop propagation of keybaord events in EquationBox to allow cursor controls ↵bobzel
w/o moving the document
2021-09-17fixed setting time of audio doc when clicking on audiotag in RTF.bobzel
2021-09-17fixed making link to selected region in videobobzel
2021-09-17more conservative fix for previous.bobzel
2021-09-17reverting last change.bobzel
2021-09-17fixed following links to documents in sidebars that haven't been opened to ↵bobzel
still open the sidebar and show the document. required a change to how ProxyFields set field promises and use field caches.
2021-09-17fixed link lines to text selections in PDF/Web. fixed pointer Events for ↵bobzel
anchor in PDF/Web to be active when doc is active.
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-17close 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-17fixed top-down resizing of web pages and pdfs. turned off Cors option for ↵bobzel
novices.
2021-09-17fixed right-drag marquee on webBox on Macbobzel
2021-09-17fixed keeping anchor menu visible when selecting a new marker color from menubobzel
2021-09-17fixed being able to create inline (text selection) annotations on web pagesbobzel
2021-09-16from lastbobzel
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-16webbox search coming soonbobzel
2021-09-16made embedded dash docs in RTF resize when changed -- but they lose focusbobzel
2021-09-16fixed unused code for embedding document references in textbobzel
2021-09-15delete public/fileAubrey Li
2021-09-15merge conflicts and toggle sidebarAubrey Li
2021-09-15another windows fix for contextmenus on web pagesbobzel
2021-09-15merge master into trails-aubreyAubrey Li
2021-09-15fix earlier breaking changes for showing annotation bar and displaying ↵bobzel
context menu
2021-09-15better fix for last that reduces recomputation.bobzel
2021-09-15avoid runtime error in compute group bounds on startup when docs are still ↵bobzel
promises.
2021-09-15fixed infinite loop in grid space selection that conflated with setting ↵bobzel
group bounds automatically when rendered
2021-09-15fixed bug from lastbobzel
2021-09-15cleaned up recomputing group bounds to use a reactionbobzel
2021-09-15prevent groups from being opened in lightbox because its odd and there are ↵bobzel
bugs. prevent tabViews from being switchable into a group because its odd.
2021-09-15fixed documentdecoration resizers. fixed grouping and added button to ↵bobzel
switch between freeform / group
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-15fixed dragging document in filesystem to not create duplicates in some casesbobzel
2021-09-14fixed treeviews so that in filesys mode you can't indent a document into ↵bobzel
anything other than a folder.
2021-09-14added a deleteFolder option for empty folders in the filesystembobzel
2021-09-14fixed create new folder in file systembobzel