| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-05 | replace jumpToDocument with showDocument. restructure code to get rid of ↵ | bobzel | |
| scrollFocus by adding getView() and fixing focus() and restoreTargetView | |||
| 2023-02-22 | fixes for restoring layouts in presentations and link following. | bobzel | |
| 2023-02-22 | fixed pres hide before/after, select w/o nav, and updating contents.. made ↵ | bobzel | |
| collections fitWidth by default so that they resize like a normal window. Made freeform pan/zoom animate when changing keyframes. allow nesting of keyframe collections.. made presEffects work even if there's no transition movement. made nested collection timelines follow parent by default, but with ability to change ordering. fixed treeView incremental render. treat doc anchors are preselements instead of delegating. don't highlight ink when dragging ctrl pts. | |||
| 2023-02-14 | fixed pinning regions on pdf/web pages to allow proper pres following. ↵ | bobzel | |
| added click on pres item# to select w/o navigation. fixed dashDocView to be selectable without losing selection to parent textbox. added BingMaps rudimentary option to googleMaps | |||
| 2023-01-24 | stopped storing presCollection in PresBox in favor of computing it. added ↵ | bobzel | |
| anchor menu option for viewing linked trail. fixed showing slected slides in presbox when link with up is used. | |||
| 2023-01-17 | fixed linkint to trail to follow trail immediately in lightbox and show ↵ | bobzel | |
| trail ui in minimized mode. fixed overlay of pres box to not disappear when lightbox appears. closing /ending trail hackily restores collecftion to prior pan/zoom. | |||
| 2023-01-06 | added 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-10 | fixed scriptingBox to always have this and self bound properly. fixed ↵ | bobzel | |
| presElement to allow group with up | |||
| 2022-10-27 | cleaned up treeViews to work across PresBox/ppt slides/collections/ - ↵ | bobzel | |
| modified DocumentView rendering to remove pres box refs. fixed mainView width. | |||
| 2022-09-29 | added content pinning for collections. | bobzel | |
| 2022-09-29 | a 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-22 | added more things to novice mode | Geireann Lindfield Roberts | |
| 2022-09-14 | made video box controls appear when video is in overlay view | bobzel | |
| 2022-09-14 | fixed 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-13 | fixed ref to overlayX/y instead of x/y in audioBox and presElement | bobzel | |
| 2022-09-08 | added rotation to preselement saved parameters. | bobzel | |
| 2022-09-01 | cleanup preselementbox a little. | bobzel | |
| 2022-08-26 | a bunch of mostly decorative cleanup to presBox | bobzel | |
| 2022-08-26 | trying to clean up transition times for presbox / jumptoDoc, etc. | bobzel | |
| 2022-08-26 | added x,y,w,h view pinning for all documents. | bobzel | |
| 2022-08-24 | Merge branch 'parker' | bobzel | |
| 2022-08-24 | made text boxes support animation frames. fixed dragging on unselected pres ↵ | bobzel | |
| element ttitles. cleaned up setting ink to have animation frames. | |||
| 2022-08-23 | Merge branch 'master' into parker | bobzel | |
| 2022-08-19 | fixed 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-18 | fixed 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-03 | from last | bobzel | |
| 2022-08-03 | Merge branch 'master' into parker | bobzel | |
| 2022-07-22 | adjusted 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-21 | fixed dragging preselements by updating dragManger pointerup | bobzel | |
| 2022-07-08 | restructured currentUserUtils to avoid having import cycles. | bobzel | |
| 2022-07-05 | Merge branch 'master' into parker | bobzel | |
| 2022-06-30 | small 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-30 | Merge branch 'master' into parker | Geireann Lindfield Roberts | |
| 2022-06-23 | merge with mehek video | Michael Foiani | |
| 2022-06-20 | a 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-10 | merge with jenny bug fixes and fix small ui | Michael Foiani | |
| 2022-06-10 | fixed some errors | bobzel | |
| 2022-06-09 | Merge branch 'master' into mainview-jenny | bobzel | |
| 2022-06-09 | fixed pin doc navigation when not in presBox (eg. headerBar) | bobzel | |
| 2022-06-09 | pinned docs now have click func to navigate to target. restored embedded ↵ | bobzel | |
| views within presBox | |||
| 2022-06-09 | Merge branch 'master' into master-cleanup | bobzel | |
| 2022-06-09 | renamed fitToBox to fitContentsToBox. fixed pinning multiple documents at ↵ | bobzel | |
| same time to not bring up presBox multiple times. | |||
| 2022-06-09 | fixed 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-08 | fix: remove recording from overlay when deleting slide | Jenny Yu | |
| 2022-06-08 | fix: merge conflicts | Jenny Yu | |
| 2022-06-08 | fixes from merge | bobzel | |
| 2022-06-08 | merge with master | bobzel | |
| 2022-06-08 | fix: hide recording by stopping propagation | Jenny Yu | |
| 2022-06-08 | styling: pres element box | Jenny Yu | |
| 2022-06-07 | fix: recording box appear on bottom right corner, removed document decorations | Jenny Yu | |
