aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/VideoBox.tsx
AgeCommit message (Expand)Author
2024-03-30fixed potential cycle in linkManager relatedLink. fixed anchors to videos no...bobzel
2024-03-30trying to cleanup import cyclesbobzel
2024-03-26added empty image tool and click on empty image to select from filesystem. ...bobzel
2024-02-29fixed enumgeireann
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-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
2024-01-03from lastbobzel
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-29fixed dropping images from web. fixed exif data on images and autorotating e...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-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-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-20added rotation to transforms (partially done)bobzel
2023-11-19from lastbobzel
2023-11-08fixed bug where tableBox's didn't render all of the rows they receive. lots o...bobzel
2023-09-13fixed carouselView to not pass setContentView to child layouts which prevent ...bobzel
2023-09-12fixed video box scrolling when fit widthbobzel
2023-09-05added ui for specifying wehther to play a/v when following links, and cleaned...bobzel
2023-08-29cleanupbobzel
2023-08-28Merge branch 'master' into advanced-trails-2-jesusmonoguitari
2023-08-27lots of cleanup to streamline import orderings (ie packages should not mutual...bobzel
2023-08-24Current Implementation topbar videomonoguitari
2023-08-17Added the beginning of an A/V recording buttonbobzel
2023-08-17normalized some field names data_dictation, etc. added hover info for field...bobzel
2023-06-13fixed updating cached docs when opening a backlinks collection. added some F...bobzel
2023-06-06updated Symbol naming. fixed various compile errors related to type checking.bobzel
2023-05-17fixed scrolling/panning on fitWidth images. fixed drag/zoom conflicts for ov...bobzel
2023-05-14fixed webpage link following by adding a presData for the current URL to all ...bobzel
2023-05-14major overhaul of field naming conventions.bobzel
2023-04-14got rid of CollectionView prop. fixed DocFocusOrOpen to toggle targets and z...bobzel
2023-04-11exracted FollowLinkScript() function. got rid of template parameters to simp...bobzel
2023-04-11removed arrangeItems context button for collections to make it a funciton on ...bobzel
2023-04-05adjusted general context menu items to always appear last. cleaned up makeLi...bobzel
2023-04-04fixed using freeformview in sidebar of pdfs. fixed issues with dragging items...bobzel
2023-03-29fixed sizing of link count button. moved border paths and audio to style pro...bobzel
2023-03-11changed links from being a computed field on documents to being accessed by a...bobzel
2023-03-05replace jumpToDocument with showDocument. restructure code to get rid of scr...bobzel
2023-03-01cleaned up recentlyPlaying to allow clips to be turned on/off w/o navigating ...bobzel
2023-02-27restructured getAnchor()/scrollFocus to be more consistent. added setterscri...bobzel
2023-01-20removed tour map from lightbox. added option to create anchors without addin...bobzel
2022-12-05cleaning up following links and pres item following so that view transitions ...bobzel