aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-05-20fixed script repl to show doc id for tabdocs. fixed hitting 'enter' in ↵bobzel
several dialogs to stop propagation to prevent iconifying
2022-05-18fixed 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-17from last againbobzel
2022-05-17from lastbobzel
2022-05-17improved browse mode by not needing to click on background to zoom out. ↵bobzel
cleaned up api to use a browseClick prop.
2022-05-17fixed pointerevents on treview open icon. added browse mode for ↵bobzel
freeformcollections
2022-05-16fixed snapshot to set 'context' of new aliases.bobzel
2022-05-16made 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-16re-added fwd/back animation buttonsbobzel
2022-05-15fixed enterting titles in tab's to not trigger inconify. added drop ↵bobzel
placement for mulitirow/col. added time delay for switching to tab dragging. all this helps support a worktop-style topBar.
2022-05-13fixed erasing overtop of closed curves. fixed outlining of non-closed strokes.bobzel
2022-05-13dragging docs already within a locked document can now still be dropped onto ↵bobzel
the locked document.
2022-05-13removed layerProvider functionality.bobzel
2022-05-13fixed bug with following links in lightbox.bobzel
2022-05-13simplified how web pages are served and I think fixed some bugs with pages ↵bobzel
that didn't always render
2022-05-13fixed 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-12from lastbobzel
2022-05-12fixed 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-11fixed some zorering issues with transparent/opaque docs on pdfsbobzel
2022-05-11fixed crop of pdfs when zoomed. removed some unused pdf code. removed unused ↵bobzel
LOD code.
2022-05-11added cropped images of pdfsbobzel
2022-05-10fixed shift-clicking to add to doc decorations selectionbobzel
2022-05-06changed 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-05-05doubletapNaafiyan Ahmed
2022-05-05drag video controls in full screenmehekj
2022-05-05fixed videobox ui sizing. added rotation for imageBoxsbobzel
2022-05-04use ink screen space pts for transcriptionmehekj
2022-05-04cleaned up treeview sorting.bobzel
2022-05-04remove scaling (for now)mehekj
2022-05-04fix: single words no longer disappearNaafiyan Ahmed
2022-05-03implement child slide sortingAubrey-Li
2022-05-03Merge branch 'inking-naafi-mehek' of https://github.com/brown-dash/Dash-Web ↵mehekj
into inking-naafi-mehek
2022-05-03fixed make text note from ink transcription with word subgroupingsmehekj
2022-05-03removed unecessary asyncNaafiyan Ahmed
2022-05-03working on subgroupingNaafiyan Ahmed
2022-05-02got subgrouping to work naivelyNaafiyan Ahmed
2022-05-02PresBox indexing reworkAubrey-Li
2022-05-02disallowed dragging a control point past another control point.bobzel
2022-05-02fixed scaling ink label in lightbox,etc views. changed ink strokes so that ↵bobzel
clicking on label of closed stroke is lower preceden than clicking on line. fixed fontsize UI for setting ink label sizes. can no longer slide ink pts that are cusps along curve.
2022-05-02working on getting subgroups to workNaafiyan Ahmed
2022-05-02working on getting subgroups to workNaafiyan Ahmed
2022-05-02mapping working for ink strokesNaafiyan Ahmed
2022-05-02fixed auto link anchor when dragging html region off of webBox. fixed Enter ↵bobzel
for earch in webBox.
2022-05-02fixed up html clippings to have a better background color heuristic and to ↵bobzel
allow dragging clippings from webBox's.
2022-05-01centered controlsmehekj
2022-05-01put videoBox ui into componentUI functionmehekj
2022-04-29fixes to webpage proxying. fixes for images (and clippings) to use ↵bobzel
appropriate sampled image.
2022-04-29another labelBox fix using zerowidth spaces!bobzel
2022-04-29another fix for Label's BigText to make multiline work better. fixed server ↵bobzel
bug for 'write after end' when servering web pages.
2022-04-29added 'enter' to toggle iconify. fixed webBox deiconify to render webpage. ↵bobzel
updated colors in minimap to match icon colors.