aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/WebBox.tsx
AgeCommit message (Collapse)Author
2022-04-25 changed freeformview's with engines to not allow children to be edited ↵bobzel
using setHeight prop since engine layouts are temporary and shouldn't edit the doc. fixed tags to work with pivot view. cleaned up pile views to be less hacky..
2022-04-12Merge branch 'inkocr-mehek' into inking-naafi-mehekmehekj
2022-04-11making layout icons work better.bobzel
2022-04-07added grouping and write mode vs pen modeNaafiyan Ahmed
2022-03-25fixed annotations on web pages to be scaled to the correct location.bobzel
2022-03-24Merge branch 'master' into speedups2bobzel
2022-03-24fixes for webbox scroll bars and resizer divider to show up properlybobzel
2022-03-24fixed scroll location of webpages when activated for first time.bobzel
2022-03-24fixing data_url uploading to have a no suffix option.bobzel
2022-03-23adjsuted pdfBox and WebBox to resize better without glitches when using the ↵bobzel
annotation sidebar. changed so that when fitWidth is set anything can be resized vertically - causes artifacts for videoBoxes.
2022-03-18fixed vertical resizing of web and pdf to not jump after sidebar panel is ↵bobzel
resized
2022-03-15added dragging of divider between sidebar and content for PDF/Web boxes.bobzel
2022-03-10added prop when thumbnail is shown for a document so componentView can ↵bobzel
choose not to render. fixed pdf views to not generate gray box when first transitioning from thumb to live view.
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-02-28fixed double-clicking to open web page to keep showing thumbnail until web ↵bobzel
page is ready.
2022-02-16changed incremental loading to generate update requests more quickly. ↵bobzel
turned on local browser caching of server responses (eg, images)
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
2021-10-26when 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-09-27videoBox 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-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-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-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-15another windows fix for contextmenus on web pagesbobzel
2021-09-15fix earlier breaking changes for showing annotation bar and displaying ↵bobzel
context menu
2021-09-13auto-select regions on audio timelines after they are created.bobzel
2021-09-13fixed unfreezing (allow reflowing) of webBox's. fixed initial size of text ↵bobzel
annotation box.
2021-09-03fixed warnings. cleaned up link lines a bit more - simplified, and allowed ↵bobzel
multiple aliases to share a link. fixed link lines to text anchors from flapping around wildly when camera pans
2021-09-03fixed drawing of link lines - doesn't generate duplicates, and works with ↵bobzel
text regions, scroll locations, and document anchors.
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-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-26fixed resizing bug for web and pdf documents when doing autoheight gesture, ↵bobzel
and after opening the sidebar and then resizing
2021-08-26a lot of changes to move isContentActive into DocumentViewbobzel
2021-08-25cleaned up and fixed tests for nonrecursive doc filters as used in PDF/Web ↵bobzel
to separate transparent from non-transparent docs into layers.
2021-08-24suppressed filter icon for annotations that are filtered based on ↵bobzel
transparency. fixed drawing ink on webbox's.
2021-08-24fixed undo for dragging docs. made separate layers for transparent and ↵bobzel
other annotations on pdfs/webs so that transparency will work better.
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-19fixed typing ? to search bing. fixed scrolling to target for Web/PDF when ↵bobzel
doc was not previously displayed.
2021-08-06from lastbobzel
2021-08-06fixed previewing web page links to not change the webpage unless link is ↵bobzel
followed.
2021-08-06fixed webboxes so that you can link to an annotation and it will restore the ↵bobzel
url as well. a bunch of warnings cleanup.