aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionLinear
AgeCommit message (Collapse)Author
2023-03-05replace jumpToDocument with showDocument. restructure code to get rid of ↵bobzel
scrollFocus by adding getView() and fixing focus() and restoreTargetView
2023-03-01cleaned up recentlyPlaying to allow clips to be turned on/off w/o navigating ↵bobzel
to them.
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-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-01refactored process of following links / jumping to docs and added following ↵bobzel
options for zoomTime, etc instead of setting temporary fields on docs.
2022-10-31cleaned up collection linear view a bit.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-26added onClick capability to linearView subMenu buttons so that inkTools ↵bobzel
could turn pen off when opening/closing.
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-07-07trying to fix errors in compilesbobzel
2022-06-20lots of changes to try to cleanup CurrentUserUtils so changes can be made ↵bobzel
without rebuilding the DB.
2022-06-10fixed 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-05-20some cleanup of currentUserUtils. css fixes for fonticon boxes with labelsbobzel
2022-05-13removed layerProvider functionality.bobzel
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-04-04cleaned up warnings. fixed ink to work better with it's label boxes by not ↵bobzel
letting textbox ComponentView override inkinstroke. made ink text boxes go away unless they have text or are selected. fixed up brushing code and made it work for ink and ink w/ text labels
2022-03-24fixed videoBox play issue. cleaned up global referencing a bit.bobzel
2022-03-22fixed temporal media merge that had reverted a lot of things.bobzel
2022-03-20Revert "Merge remote-tracking branch 'origin/speedups2' into ↵mehekj
temporalmedia-mehek" This reverts commit 1f7cf7babc76ecff5aef5fe663c48e067e85dd26, reversing changes made to 1e3ad4de06f83eab54628de660529fefb9a0dc63.
2022-03-17Merge remote-tracking branch 'origin/speedups2' into temporalmedia-mehekmehekj
2022-03-16basic video UI and functionality completemehekj
2022-03-12video ui in progress, basic functions show upmehekj
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2022-02-22improve efficiency for scenes with lots of documents by using computed ↵bobzel
functions to avoid invalidations. moved grid renderer to its own component to avoid invalidations when panning/zooming.
2022-02-03Merge branch 'master' into temporalmedia-mehekmehekj
2021-12-02Added header comment to CollectionLinearViewvkalev
2021-12-02currently playing indicator completemehekj
2021-11-29fixed playback loop to beginning and added click to go to currently playingmehekj
2021-11-11collapses audio controls when node is resized, preliminary setup for ↵mehekj
currently playing audio "mini player"
2021-09-22fixed runtime bug inside toggleBold(). removed print statements.bobzel
2021-09-09added SelectionManager.Docs() to avoid having to dereference props to get at ↵bobzel
the seelcted Doc. this was causing a cycle in menu items when selected. fixed sizing of filterBox. enabled showing titles for VID,COL,and IMG in addition to RTF.
2021-09-09fixed infinite loop for context menus when right-clicking on them.bobzel
2021-09-05changed direcotry from CollectionLinearView to collectionLinearbobzel