aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes
AgeCommit message (Collapse)Author
2022-10-24added link to documentation from specific nodesgeireann
2022-10-20added double-tap to keep ink primitive mode. cleaned up circle drawing and ↵bobzel
some other gesture code.
2022-10-19fixed erasing straight line stroke segments caused by intersections with ↵bobzel
other strokes. cleaned up more with gestures. changed docView lock icon to be part of docDecorations.
2022-10-18cleaned up gestureutils a bit. added recognize gestures option, but it ↵bobzel
probably shouldn't be used until the geometry gesture recognition descriptions are improved.
2022-10-17added rotation around an arbitrary point to doc decos. fixed show title for ↵bobzel
func plots and for shared docs in novice mode.
2022-10-13some basic error checking. avoid querying background for non-toggle buttonsbobzel
2022-10-07nothingbobzel
2022-10-07Merge branch 'master' into pres-pin-fixesbobzel
2022-10-07fixes for equations : :eq as option to ctrl-m inside a text box. added ↵bobzel
background for equations. fixed cursor focus issues.
2022-10-07improvements to sizing webpagesbobzel
2022-10-06fixed warnings with scriptingbox keysbobzel
2022-10-05fixed uploading tif and other unsupported images to generate an error ↵bobzel
quickly with a better erorr message.
2022-10-05changed ctrl-a text selection to not delete the root node so that styles ↵bobzel
will be preserved. this fixes bug with text boxes inheriting default font styles after ctrl-a and editing them. fixed some text rules to not inherit default style
2022-10-05Merge branch 'master' into pres-pin-fixesbobzel
2022-10-04from lastbobzel
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-27fixed so that following link to video doesn't zoom the video (works the same ↵bobzel
way as PDFs or web pages -- if the document is 'scrollable', then don't zoom in on it as well).
2022-09-26Merge branch 'tree-view-fixes'bobzel
2022-09-26Update PresBox.tsxbobzel
fixed pinwithview videos so end time is clip's end time.
2022-09-24Fixed: treeView now doesn't get pointer events if it's not active. fixed ↵bobzel
layout of treeview for pres box. fixed horiz/vert scrolling for trees. fixed not adding Loading docs to recently closed.
2022-09-23fixed pinWithVIew for videos to capture timecode. fixed formatting of time ↵bobzel
labels in presBox panel.
2022-09-23added progress messages to youtube uploadsbobzel
2022-09-22fixed error messages on loading to not generate temporary error message when ↵bobzel
there is no error.
2022-09-22Merge branch 'master' of https://github.com/brown-dash/Dash-Webbobzel
2022-09-22added headers to novice mode!Geireann Lindfield Roberts
2022-09-22Merge branch 'master' of https://github.com/brown-dash/Dash-WebGeireann Lindfield Roberts
2022-09-22added more things to novice modeGeireann Lindfield Roberts
2022-09-22Merge branch 'master' of https://github.com/brown-dash/Dash-Webbobzel
2022-09-22fixed webboxes not to render below webbox when something is dragged.bobzel
2022-09-22fixed media range sliders in presBoxmehekj
2022-09-22minipres opacity bumped up to 0.5bobzel
2022-09-22fixed presenting backward in presBox. fixed context menu to appear above ↵bobzel
other widgets
2022-09-21fixed video duration in presbox media controlsmehekj
2022-09-21fixed navigating to cropped video regions.bobzel
2022-09-21fixed pres box sliders.bobzel
2022-09-21no video ui for cropped videosbobzel
2022-09-21 added cropping for videos. made images render at full res when selected.bobzel
2022-09-21fixed following links to toggle alias if it's displayed when actual target ↵bobzel
isn't. changed cropping images to leave behind an outline not, a solid rectangle. double clicking on link buttons no longer opens them in lightbox view.
2022-09-21restyled document decorationsGeireann Lindfield Roberts
and changed novice mode to exclude `data` in treeView
2022-09-20Merge remote-tracking branch 'origin/mehek-loading-fixes'bobzel
2022-09-20display error instead of infinitely loading after refreshmehekj
2022-09-20fixed pdf boxes to be active in lightboxview by fixing lightboxview docview ↵bobzel
to be observable so that IsLightboxDoc's will invalidate. made webBox's content 'relative' so that linksButton is in correct place. changed text highlight color to orange for webboxes
2022-09-19added pin with view for region to webBoxbobzel
2022-09-19if same youtube video is uploaded, reuse the existing file without ↵bobzel
downloading again. removed failed uploads from parsed_files. change pinWithView to highlight the pinned view region. Give pinWithView collections an option to just pan or zoom to % of screen size.
2022-09-15fixed crash in presboxbobzel
2022-09-15fixed border highlight for animation effects. require shift-key for all ↵bobzel
pinWithView operations
2022-09-14fix so that scrollbars don't appear for autoHeight text views in a freeform ↵bobzel
view.
2022-09-14Merge branch 'master' into sharing-jennybobzel
2022-09-14made dashboard button hidden since we have dashboard view now. put viewType ↵bobzel
'docking' on proto so that all aliases will get it when nesting docking views.