aboutsummaryrefslogtreecommitdiff
path: root/src/client/util
AgeCommit message (Collapse)Author
2023-01-03fixed occasional errors loading imagesbobzel
2022-12-23fixed scroll pan vs. zoom option and uibobzel
2022-12-21temporary cahnges tp disable collaborative linksbobzel
2022-12-21cleaning up proxys and getFieldRef hopefully to be more understandable and ↵bobzel
efficient
2022-12-21cleaning up ACLs for performance and claritybobzel
2022-12-21Merge branch 'master' of https://github.com/brown-dash/Dash-Webgeireann
2022-12-21server side updatesgeireann
2022-12-16fixed problem with undo. regularized all linkfollowing anchor fields to ↵bobzel
start with followLink<xxx>. added ease vs linear flag for scroll transitions in link and preselmeent navigations. added link follow to move target to specified offset from source. shifted from setting dropAction on items to setting childDropAction on collections
2022-12-09added splash ui for document loading.bobzel
2022-12-09fixed how proxyFields work so that field promises generate mobx ↵bobzel
invalidations correctly. fixes problem with key value pane, stacking views, presBox, etc.
2022-12-08cleaned up animation effects to not reference presBox. fixed anchors in ↵bobzel
text to have link properties set properly from properties view.
2022-12-08fixed curFrame context button to allow showing hidden docs. added printouts ↵bobzel
to docServer requesting fields.
2022-12-07from lastbobzel
2022-12-07fixed watching linkDB when there is none to start with.bobzel
2022-12-07fixed presMovement.none so that no pan or zoom takes place. fixed clicking ↵bobzel
on a presitem to stop audio playing other items.
2022-12-06fixed clicking on audio timeline anchors to not break selectionbobzel
2022-12-05cleaning up following links and pres item following so that view transitions ↵bobzel
don't interfere when clicking quickly (eg through animation frames). changed animations to animate multi-level zooming parallel.
2022-12-01refactored process of following links / jumping to docs and added following ↵bobzel
options for zoomTime, etc instead of setting temporary fields on docs.
2022-11-29fixed docDecoration appearance after following link and clicking before ↵bobzel
highlight times out. fixed selection of links to allow setting background color of link line and link text box. added background for link description text and highlighting of link when clicked/selected.
2022-11-29changes to streamline link editing UI (got rid of LinkEditor). cleaned up ↵bobzel
link (un)highlighting.
2022-11-21working cleaned up version of link editor properties in propertiesViewbobzel
2022-11-18migration of link properties to propertiesViewbobzel
2022-11-17mostly changing strings to enumsbobzel
2022-11-16added presEffects to link anchorsbobzel
2022-11-16big changes to make link following use the same code as pinning docs for trails.bobzel
2022-11-15added canEmbed prop so collection can allow its items to be dragged out ↵bobzel
(eg., pileView). made imageBox viewSpec transition time customizable
2022-11-15added playback of audio annotation on inPlace container. fixed image ↵bobzel
anchors to be marked un-rendered so link lines show up.
2022-11-15made InPlace container tool button apply more settings to be more like a ↵bobzel
template. added followAllLInks flag. added image anchors to save pan zoom. added follow link button bar option for follow all links. added hideDecorations flag and property
2022-11-14added an inPlace property for setting up in place content menu patterns.bobzel
2022-11-14fixed following link 'inPlace' from within lightbox to do same thing as if ↵bobzel
out of lightbox. fixed contentActive behavior for multicolumn view. removed progressivize from presbox.
2022-11-10made alternate image use a field data-useAlt. added alt images to ↵bobzel
preselements. fixed removing TabDoc documentviews from document view list. added playing audio tags to preselements
2022-11-10partial fix for previewing multiple links to different sidebar notes. fixed ↵bobzel
opening sidebar to create an annotation the first time. fixed honoring dashFieldView's non-editable flag. moved isLinkButton setter to expert and make isLinkButton default for Buttons. fixed following Links with Zoom to reset view. fixed view for editing onClick for documents
2022-11-09fixed treeViews again to make room for hover buttons properly. fixed ↵bobzel
copying text from pdf to highlight copied regions without always displaying anchor.
2022-11-04more fixes to sidebar annotations of pdfs to improve link following.bobzel
2022-11-01fixes for goldenlayout to initialize more cleanly. updated all old ↵bobzel
ReactDOM.render() to ReactDom.createRoot(). fixes for PDF/Web sidebar sizing. added text from pdf selection anchors to sidebar notes. fixed PDF text selection to align properly.
2022-10-31cleaned up collection linear view a bit.bobzel
2022-10-27cleaned up treeViews to work across PresBox/ppt slides/collections/ - ↵bobzel
modified DocumentView rendering to remove pres box refs. fixed mainView width.
2022-10-25fixed up dragging fields from key value pane to support numbersbobzel
2022-10-25various tweaks: show border highlights in tree views, uniform treatment of ↵bobzel
embedding using title bar, even for free form views, choose bestAlias when dragging from files menu, text boxes honor document moves, show title for timeline annotations, fix dragoffset for stacks with buttons/description headers,
2022-10-24added first draft version of scrolling up and scrolling sidewaysgeireann
2022-10-20added double-tap to keep ink primitive mode. cleaned up circle drawing and ↵bobzel
some other gesture code.
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-07Merge branch 'master' into pres-pin-fixesbobzel
2022-10-05from lastbobzel
2022-10-05fixed uploading tif and other unsupported images to generate an error ↵bobzel
quickly with a better erorr message.
2022-10-04Merge branch 'master' into pres-pin-fixesbobzel
2022-10-04removed gitlike options from collection context menu. removed ↵bobzel
createDashboard from context menus since it has a UI button
2022-10-03added a reset menu item for docking views in their context menu. fixed ↵bobzel
being able to edit dockingConfig in keyValue by quoting with ' instead of ". If there's no dockingConfig, make one.