aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-08adjusting explore mode to work better within nested collections.bobzel
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-07simplify update cachebobzel
2022-12-07from lastbobzel
2022-12-07fixed watching linkDB when there is none to start with.bobzel
2022-12-07stopped update _cache in ProxyField because it invalidates too much stuff ↵bobzel
during rendering. moved some setContentViews() to constructors for efficiency
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-06stop playing media when switching to next slidebobzel
2022-12-06added long press to select documents. fixed/reactivated link size/colors. ↵bobzel
fixed stackedTimelineItems so that they don't get pointer events until container content is active.
2022-12-06fixed clicking on audio timeline anchors to not break selectionbobzel
2022-12-05from lastbobzel
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-30fixed link properties for link anchors to set fields affecting target, not ↵bobzel
source.
2022-11-30show link count for isLinkButton docs, don't show link links for sidebaranno ↵bobzel
links by default.
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-21column deletion and new key menu fixesmehekj
2022-11-18migration of link properties to propertiesViewbobzel
2022-11-17more cleanup to addDocTab. fixed pile views to show proper icons instead of ↵bobzel
loading document label icons
2022-11-17mostly changing strings to enumsbobzel
2022-11-17fixed pushpin behaviors by not animating when anchor viewspec already ↵bobzel
matched document. fixed recording button highlighting. switched LinkEditor to edit properties of destination insteqad of source anchor
2022-11-17typobobzel
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-14add noHighlight and noShadow flagsbobzel
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-14cleanupmehekj
2022-11-14added menu for creating new keysmehekj
2022-11-14made audio anno recording last as long as record button is pressed. added a ↵bobzel
Hide option to allow an pres item to be animated but not visible (used to setup state for subsequent activity))
2022-11-11made inkMask white.bobzel
2022-11-11fixed converting strokes to inkMasks. cleaned up rendering inkStrkes w/ w/o ↵bobzel
closed/borders. fixed highlighting strokes not to show boundingbox.
2022-11-10fixed inkMaskStrokesbobzel
2022-11-10playing a presentation that's at its end, resets it to slide 0.bobzel
2022-11-10fixed showing proper right-click context for document type when document ↵bobzel
isn't selected
2022-11-10fixed scriptingBox to always have this and self bound properly. fixed ↵bobzel
presElement to allow group with up
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-10fixed preselements to always have a pres transition slider/input in ↵bobzel
properties view
2022-11-10fixed restarting presentation by hitting play at end of presentationbobzel
2022-11-10fixed playing presentation when a slide is a tab.bobzel
2022-11-10fixed losing of data when pinning the current tab's view and then navigating ↵bobzel
to that pres element. fixed being able to zoom in on images in presentations.
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-09added tab highlighting when tab doc is target of hyperlink. made region ↵bobzel
annotations on images be transparent. don't show lock icon for lockedPosition documents that still get pointer events.