| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-21 | from last and keep keyvalue tabs out of topbar | bobzel | |
| 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-10 | fixed some problems with dragging doc onto empty tab bar. made topBar be ↵ | bobzel | |
| just one line to save vertical space. added a context menu to Dashboard | |||
| 2022-06-09 | Merge branch 'master' into mainview-jenny | 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: merge conflicts | Jenny Yu | |
| 2022-06-07 | fix: recording box appear on bottom right corner, removed document decorations | Jenny Yu | |
| 2022-06-07 | removing decorations on recording box | Jenny Yu | |
| 2022-06-07 | simplified interaction between PresElementBox and PresBox for sharing ↵ | bobzel | |
| presBox data. fixed problem with miniView getting the wrong slide count. | |||
| 2022-06-05 | merged with master and added transcription icon view for recognized ink | bobzel | |
| 2022-06-05 | fixed screen to local for fitWidth views that are smaller in height than ↵ | bobzel | |
| their panel | |||
| 2022-06-05 | fixed up drawing link lines to be less jittery and smoother looking. ↵ | bobzel | |
| changed documentView to use a margin: auto when fitting width for something that can't grow to the size of the panel so that it will be centered in the panel and not docked at the top. | |||
| 2022-06-03 | fixed opening closed tabs from Files sidebar to re-use best Alias before ↵ | bobzel | |
| making a new alias. | |||
| 2022-06-03 | Merge branch 'master' into presentation_upgrade | bobzel | |
| 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 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-05-24 | hide resize handles on headerBar items. | bobzel | |
| 2022-05-23 | added headerBar for closed tabs and other docs. extended multirow/col to ↵ | bobzel | |
| support hiding chile doc decorations and for making child content/document active work better. changed background style to work better for sub collections. | |||
| 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-20 | fixed script repl to show doc id for tabdocs. fixed hitting 'enter' in ↵ | bobzel | |
| several dialogs to stop propagation to prevent iconifying | |||
| 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 | improved browse mode by not needing to click on background to zoom out. ↵ | bobzel | |
| cleaned up api to use a browseClick prop. | |||
| 2022-05-16 | made text box body take up entire docview when suppressHeight is set (and ↵ | bobzel | |
| set suppressSetHeight in muliticolumn view) - this fixes issues with topBar. made tree view rightbuttons clickable again. fixed drag offset when dragging docs that are fitting their container width when the container is wider than the actual document width. | |||
| 2022-05-13 | fixed erasing overtop of closed curves. fixed outlining of non-closed strokes. | bobzel | |
| 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. | |||
| 2022-05-06 | changed following links to open up icons all the way down to the target ↵ | bobzel | |
| document. allow StartLink to work with webBox w/ text selection. fixed web clippings to have a cursor and grab keyDown events. | |||
| 2022-04-28 | fixed feedback dragging link button. fixed warnings. added some assymetric ↵ | bobzel | |
| linkRelationships. | |||
| 2022-04-27 | fixed following links (jumpToDocument) to work properly with markers and ↵ | bobzel | |
| hidden flags in nested arrangements. pushpin behaviors had been broken for scrolling to a location within a text document and hiding the document if no scroll was needed. unhiding hidden images/pdfs wasn't working when following a pushpin to an annotation on them. | |||
| 2022-04-27 | fixed following pushpin links to text selections to toggle the text box ↵ | bobzel | |
| (since markers don't have a hidden flag for toggling). fixed pdf next/prev page and # pages. fixed pdf selections to not include <br>'s which apparently have the wrong bounds. | |||
| 2022-04-26 | Merge branch 'master' into presentation_upgrade | Aubrey-Li | |
| 2022-04-26 | added image cropping. made treeView icons show up for file system and ↵ | bobzel | |
| dashboard, and made them persist invisibly to fix triggering on hover. changed tree view filesystem and dashboard to show expanded icons on hover. | |||
| 2022-04-26 | Merge branch master into presentation_upgrade | Aubrey-Li | |
| 2022-04-25 | changed freeformview's with engines to not allow children to be edited ↵ | bobzel | |
| using setHeight prop since engine layouts are temporary and shouldn't edit the doc. fixed tags to work with pivot view. cleaned up pile views to be less hacky.. | |||
| 2022-04-24 | fixed treeViews to vertically span their containers. fixed foreground ↵ | bobzel | |
| coloring of nodes with transparent backgrounds to consider parent collection background color | |||
| 2022-04-22 | changes to allow PresBox to render using a Tree view | bobzel | |
| 2022-04-21 | fixed issues with pile view - dragging, burst size, rendering within ↵ | bobzel | |
| grid/non-freeform views, fixed timeView filtering to not keep making redundant filters, | |||
| 2022-04-14 | Merge remote-tracking branch 'origin/presentation_group_test' into ↵ | Aubrey Li | |
| presentation_upgrade | |||
| 2022-04-14 | fixed following links to documents in iconified collections/text to ↵ | bobzel | |
| deiconify. fixed ctrl-x to cut (not iconify). changed lightboxview to add to future docs when stepping into. added placeholder for indicating how many documents are left in lightbox future | |||
| 2022-04-14 | gave summary documents pushpin behaviors. fixed following link to doc that ↵ | bobzel | |
| is iconified to work. fixed pushin visibility toggling for docs that are iconified. | |||
| 2022-04-13 | added images to treeView bullets for docs with icons. fixed following ↵ | bobzel | |
| pushpin links to prototypes to toggle delegates when shown. gave groups a default padding. fixed creating icons to not create unnecessary template docs. fixed toggling isPushpin. made summaries simple links instead of templates. | |||
| 2022-04-12 | Merge branch 'inkocr-mehek' into inking-naafi-mehek | mehekj | |
