aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/WebBox.tsx
AgeCommit message (Expand)Author
2024-05-08lots of api cleanup and cycle removalbobzel
2024-05-03fixed pdf rendering. fixed cropping images. fixed zooming out of an image ...bobzel
2024-05-02another push to remove cycles by pushing things onto Doc and DocumentViewbobzel
2024-05-02lots more dependency cycle unwinding.bobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts and...bobzel
2024-04-30unwinding some import cycles. added PinFuncs and .from(dv:DocumentView) for ...bobzel
2024-04-25added toList() for Doc|Doc[]bobzel
2024-04-25fix lint errorsbobzel
2024-04-25changed marqueeAnnotator to save inline annotations as text strings instead o...bobzel
2024-04-21more lint cleanupbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-03-30got rid of HTMLMarkers in favor of Configs -- fixes issues with pdf and web a...bobzel
2024-03-30cleanup of import orderings.bobzel
2024-03-26added empty image tool and click on empty image to select from filesystem. ...bobzel
2024-03-04cleaned up a number of things related to autoHeight and stacking/masonry/note...bobzel
2024-01-25added hash function to save prior states that get overwrriten in presBox rest...geireann
2024-01-24several fixes to drag/drop so that dropAction's set on target work for tree v...bobzel
2024-01-23reorganization of DocumentView, DocumentViewInternal and FieldView methods an...bobzel
2024-01-22cleaned up viewPath methods and LightboxView's containment apibobzel
2024-01-18lots of changes to try to simplify API for viewPaths and relatedbobzel
2024-01-04fixed ffmpeg for uploading videos. fixed getView() to take focus options so t...bobzel
2024-01-03cleaned up screenToLocalTransform in several places by making it additional m...bobzel
2024-01-03fixed marquee annotator for lightbox with pdf and rotated documents.bobzel
2023-12-29fixed dropping images from web. fixed exif data on images and autorotating e...bobzel
2023-12-28fixed youtube uploads, cleaned up a bunch of imports and added some typings f...bobzel
2023-12-14a bunch more fixes to making things observable. fixed calling super.componen...bobzel
2023-12-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-12fixed and cleaned up snapping linesbobzel
2023-12-11more updates to mobx 6. updated typescript to v5. updated pdf-distbobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in @co...bobzel
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-11-30completed transition from rootDoc => Document, dataDoc, layoutDocbobzel
2023-11-29cleaned up presElementBox and did more this.rootDoc => this.Document/layoutDocbobzel
2023-11-29numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ...bobzel
2023-11-22fixed more issues with rotation. restrutured how MarqueeAnnotator works to b...bobzel
2023-11-19stop rendering web pages when zoomed out > 25xbobzel
2023-11-19fixed creating anchors when pinning pdf/web/text doc with selection. fixed s...bobzel
2023-11-17major overhaul of resizing code. updated doc fields for enabling native with...bobzel
2023-11-08fixed bug where tableBox's didn't render all of the rows they receive. lots o...bobzel
2023-11-07Changed how selection works to avoid invalidations. Fixed Cast problem with P...bobzel
2023-11-04cleanupbobzel
2023-11-02performance fixes - don't invalidate as much by using reactions in place of c...bobzel
2023-11-02cleaned up brushView to only apply to freeformviews that aren't overlays (was...bobzel
2023-10-12performance fixes to reduce re-rendering : moved link brushing out of Doc's h...bobzel
2023-10-04from last -- test font color to determine which blend mode for clippings.bobzel
2023-10-04from lastbobzel
2023-10-04using hard-light instead of multiply for blend mode of web clippings to bette...bobzel
2023-10-04several fixes for webclips, linking to pdf/web, fonticon dropdowns. removed s...bobzel
2023-09-13need to honor 'addAsAnnotation' flag getting anchors so that docs know when t...bobzel
2023-09-07fixed removing map pins to not reappear. updated config anchors to not be ad...bobzel