| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-22 | changed ink width to be scaled by document scale to make it look like ink ↵ | bobzel | |
| stroke is the same regardless of the native width of the document being drawn on. | |||
| 2022-07-20 | fix replay bug with presentation | Michael Foiani | |
| 2022-07-08 | fixes for drawing ink on pdf/image/etc. fixes for showing contextMenu. ↵ | bobzel | |
| moved gestureOverlay into main dashboard area to avoid drawing on UI widgets. more code cleanup to put things in reasonable places and avoid importing too much stuff. | |||
| 2022-07-08 | restructured currentUserUtils to avoid having import cycles. | bobzel | |
| 2022-07-01 | Merge branch 'master' into geireann-eslint-prettier | Geireann Lindfield Roberts | |
| 2022-07-01 | allow longer lines - people can always break them up explicitly if they ↵ | bobzel | |
| don't look right. | |||
| 2022-06-30 | merge with master | Michael Foiani | |
| 2022-06-28 | cleaned up some more currentUserUtils - fixed some issues with prev/next ↵ | bobzel | |
| key frame appearing. | |||
| 2022-06-24 | fixed myImports pane to show imports. fixed saving/loading zip files of a ↵ | bobzel | |
| collection. fixed errors related to NumT casting to number | |||
| 2022-06-23 | merge with mehek video | Michael Foiani | |
| 2022-06-21 | restored experimental templates. fixed (enabled) pointer events on nested ↵ | bobzel | |
| column/row views when container is active. got rid of freezeDimensions which wasn't needed and introduced artifacts for views that set it (timeView, GridView) | |||
| 2022-06-20 | more cleanup to get rid of unecessary references to Doc.UserDoc(). | bobzel | |
| 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-20 | lots of changes to try to cleanup CurrentUserUtils so changes can be made ↵ | bobzel | |
| without rebuilding the DB. | |||
| 2022-06-15 | fixed iconifying cropped images to show the correct image. | bobzel | |
| 2022-06-15 | Refactor RecordingApi into two main files - TrackMovements and ↵ | Michael Foiani | |
| ReplayMovements. TrackMovements is for recording presentations and ReplayMovments is for replaying them. | |||
| 2022-06-15 | fix small disposer bug and reintroduce pausing on interaction | Michael Foiani | |
| 2022-06-14 | done for day - get the functionality down. will make code more readable and ↵ | Michael Foiani | |
| fix some small bugs tomorrow | |||
| 2022-06-14 | got the tab to open, but can't replay the movements on the tab | Michael Foiani | |
| 2022-06-14 | got init views based on the current tabs open - able to remove my code in ↵ | Michael Foiani | |
| collection free form view. | |||
| 2022-06-09 | fixed up creating dashboard icons to work with pdfs in freeformviews with a ↵ | bobzel | |
| grid. no idea why having a grid breaks thrings. | |||
| 2022-06-09 | fixed issues with taking dashboard snapshots to update dashboard view | bobzel | |
| 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 | merge with master | bobzel | |
| 2022-06-08 | added ability to make thumbnails of dashboards. started to cleanup ↵ | bobzel | |
| dockingView/goldenlayout undo event handling. cleaned up tab doc list in docking view. made titles editable again in treeview. fixed overlay view to work with image docs etc by setting top/left in css | |||
| 2022-06-06 | fixed flicker invalidation of collectionFFDocViews when transitions are set ↵ | bobzel | |
| (eg., next/prev keyframe) | |||
| 2022-06-05 | merged with master and added transcription icon view for recognized ink | bobzel | |
| 2022-06-05 | cleanup | mehekj | |
| 2022-06-03 | fixed pushpin link toggling when zoom is not set. fixed adding annotations ↵ | bobzel | |
| to webBox's without opening sidebar. Made linkDoc preview always open | |||
| 2022-06-02 | merge with presentmode | Michael Foiani | |
| 2022-06-02 | Merge branch 'inking-naafi-mehek' into master-cleanup | mehekj | |
| 2022-06-02 | fixed highlighting of ink to not show bounding box. stopped shift Tab from ↵ | bobzel | |
| blocking bulleting. moved presEffects to slide. | |||
| 2022-06-01 | now tracks and replays scaling accurately | Michael Foiani | |
| 2022-05-31 | added a pop up menu for viewing dashField view collection. added a menu ↵ | bobzel | |
| button for turning off autoLinking to text selection. added ability to add button to top contextMenu buttons without blowing away db. | |||
| 2022-05-25 | variety of small fixes for text / sharing. made typed text default to 35 ↵ | bobzel | |
| height so that when shared it doesn't start big and jump to small. changed permissions to be private until an Acl is set - this prevents private docs from flicking on momentarily when shared since fields are not distributed atomically. added Shift/Alt/Ctrl Enter for freeform and stacking views to create neighboring docs. fixed first typed char of text to have a user_mark. made shared text doc header overlap to prevent scrolling. | |||
| 2022-05-24 | fixed TabDocView's screenToLocal xf when headerBar opens/closes. changed ↵ | bobzel | |
| webBox to update thumbnails when native dims change. cleaned up content dragging/activation for multiRow/col for headerBar | |||
| 2022-05-23 | cleaning up singleLine text box api and TreeView types | bobzel | |
| 2022-05-20 | moved explore mode to topBar. fixed highlighting of overlay toggle. fixed ↵ | bobzel | |
| pointerEvents on lockedPosition collectoins that are not children of a free form view. | |||
| 2022-05-18 | fixed linking bug so that both start and end link can be regions. added ↵ | bobzel | |
| zoom to target checkbox for link editing. extracted out a new field pointerEvents so that lockPosition is not automatically conflratd with no pointer events. updated freeformview focus to work with zooming on region selections. | |||
| 2022-05-17 | from last again | bobzel | |
| 2022-05-17 | from last | bobzel | |
| 2022-05-17 | improved browse mode by not needing to click on background to zoom out. ↵ | bobzel | |
| cleaned up api to use a browseClick prop. | |||
| 2022-05-17 | fixed pointerevents on treview open icon. added browse mode for ↵ | bobzel | |
| freeformcollections | |||
| 2022-05-13 | dragging docs already within a locked document can now still be dropped onto ↵ | bobzel | |
| the locked document. | |||
| 2022-05-13 | removed layerProvider functionality. | bobzel | |
| 2022-05-13 | fixed crashing bug when quickly re-updating webbox (or other) icon. fixed ↵ | bobzel | |
| infinite loop in FilterBox. changed TimeView to scale WebBox's. fixed issues with timeView filters. fixed bugs with webBox scrolling on startup, following links, etc. | |||
| 2022-05-12 | fixed perfromance (flickering, speed) issues with having pointerEvents prop ↵ | bobzel | |
| invalidate documents - switched to using a function to avoid flickering on PDFs of annotations in particular. | |||
