aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/trails/PresElementBox.tsx
AgeCommit message (Collapse)Author
2023-01-06added zoom box highlighting of text anchors in pdf/web pages for link/pres ↵bobzel
following. Added serial/parallel option for presentation group with up. Added direct pinning of text seletions to trails. fixed 'hide' option for preselements to work with hidebefore/after
2022-11-10fixed scriptingBox to always have this and self bound properly. fixed ↵bobzel
presElement to allow group with up
2022-10-27cleaned up treeViews to work across PresBox/ppt slides/collections/ - ↵bobzel
modified DocumentView rendering to remove pres box refs. fixed mainView width.
2022-09-29added content pinning for collections.bobzel
2022-09-29a bunch of changes to trails: link to trail to initiate trail when following ↵bobzel
link. cleanly separate pin layout data vs. content data.
2022-09-22added more things to novice modeGeireann Lindfield Roberts
2022-09-14made video box controls appear when video is in overlay viewbobzel
2022-09-14fixed presbox mini player to allow mini player and full size player at the ↵bobzel
same time and to be a playground field for sharing. distringuished preselementbox feedback for selected vs. activeItem using border.
2022-09-13fixed ref to overlayX/y instead of x/y in audioBox and presElementbobzel
2022-09-08added rotation to preselement saved parameters.bobzel
2022-09-01cleanup preselementbox a little.bobzel
2022-08-26a bunch of mostly decorative cleanup to presBoxbobzel
2022-08-26trying to clean up transition times for presbox / jumptoDoc, etc.bobzel
2022-08-26added x,y,w,h view pinning for all documents.bobzel
2022-08-24Merge branch 'parker'bobzel
2022-08-24made text boxes support animation frames. fixed dragging on unselected pres ↵bobzel
element ttitles. cleaned up setting ink to have animation frames.
2022-08-23Merge branch 'master' into parkerbobzel
2022-08-19fixed undo bug in dragManager where batches weren't being closed. fixed ↵bobzel
schemaheader copy method to copy all parameters. fixed notetaking columnresizer to create an UndoBatch. fixed notetakingview's columnHeaders to return the actual headers list, not a copy. fixed document decorations to not modify docsBeingDragged
2022-08-18fixed up presboxelement to not reference presbox.instance. fixing layout of ↵bobzel
presboxelement in treeview. fixing "removing" an inkMask without removing it from the collection so that it can be turned on and off.
2022-08-03from lastbobzel
2022-08-03Merge branch 'master' into parkerbobzel
2022-07-22adjusted native dim scaling slightly combining props.scaling and ↵bobzel
props.ContentScaling into props.NativeDimScaling and fixing some resizing behaviors for fitWidth freeformviews and native-sized text boxes. Also fixed clicking on presboxe elements to not drag.
2022-07-21fixed dragging preselements by updating dragManger pointerupbobzel
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-07-05Merge branch 'master' into parkerbobzel
2022-06-30small bug fixes for the ui of replaying the presentations from slides. can't ↵Michael Foiani
get the video to autmoatically open from PresBox.tsx - an inifnite loop somewhere.
2022-06-30Merge branch 'master' into parkerGeireann Lindfield Roberts
2022-06-23merge with mehek videoMichael Foiani
2022-06-20a bunch of changes to make some userDoc() field accesses more typesafe by ↵bobzel
going through CurrentUserUtils. Some normalization of naming/functionality in CurrentUserUtils
2022-06-10merge with jenny bug fixes and fix small uiMichael Foiani
2022-06-10fixed some errorsbobzel
2022-06-09Merge branch 'master' into mainview-jennybobzel
2022-06-09fixed pin doc navigation when not in presBox (eg. headerBar)bobzel
2022-06-09pinned docs now have click func to navigate to target. restored embedded ↵bobzel
views within presBox
2022-06-09Merge branch 'master' into master-cleanupbobzel
2022-06-09renamed fitToBox to fitContentsToBox. fixed pinning multiple documents at ↵bobzel
same time to not bring up presBox multiple times.
2022-06-09fixed issues with pinWithView so that thumnails show the pinned area and ↵bobzel
navigating to the view shows the entire pinned area regardless of panel size.
2022-06-08fix: remove recording from overlay when deleting slideJenny Yu
2022-06-08fix: merge conflictsJenny Yu
2022-06-08fixes from mergebobzel
2022-06-08merge with masterbobzel
2022-06-08fix: hide recording by stopping propagationJenny Yu
2022-06-08styling: pres element boxJenny Yu
2022-06-07fix: recording box appear on bottom right corner, removed document decorationsJenny Yu
2022-06-07removing decorations on recording boxJenny Yu
2022-06-07simplified interaction between PresElementBox and PresBox for sharing ↵bobzel
presBox data. fixed problem with miniView getting the wrong slide count.
2022-06-06fixed updateView for audio/video presbox elements.bobzel
2022-06-06fixed dragging pres elements when presbox is not selected to not display ↵bobzel
drag element covering entire screen.
2022-06-03Merge branch 'master' into presentation_upgradebobzel
2022-06-02merge with presentmodeMichael Foiani