aboutsummaryrefslogtreecommitdiff
path: root/src/client/util
AgeCommit message (Collapse)Author
2022-06-13small fix on recordingApi to work with segments. now tracks accuratelyMichael
2022-06-10big bug problems with recording. some reason interacting with the canvas is ↵Michael
making the recording inactive - i think :/
2022-06-08fixes from mergebobzel
2022-06-08merge with masterbobzel
2022-06-08tweaked doc decorations to be visible when clicking on items in headerBar. ↵bobzel
restored dashboard snapshotting.
2022-06-08added ability to make thumbnails of dashboards. started to cleanup ↵bobzel
dockingView/goldenlayout undo event handling. cleaned up tab doc list in docking view. made titles editable again in treeview. fixed overlay view to work with image docs etc by setting top/left in css
2022-06-06fixed up overlayDocs a bit so that they can be removed. made audioBox's ↵bobzel
appear in overlay when clicked from toolbar. add links to audio when navigating to doc in lightbox.
2022-06-05merged with master and added transcription icon view for recognized inkbobzel
2022-06-05cleanupmehekj
2022-06-03fixed opening closed tabs from Files sidebar to re-use best Alias before ↵bobzel
making a new alias.
2022-06-03fixed presentation as list index displaybobzel
2022-06-02merge with presentmodeMichael Foiani
2022-06-02Merge branch 'inking-naafi-mehek' into master-cleanupmehekj
2022-06-01small playview fixMichael Foiani
2022-06-01small refactoringMichael Foiani
2022-06-01now tracks and replays scaling accuratelyMichael Foiani
2022-06-01Merge with jenny trackScreenMichael Foiani
2022-05-31added a pop up menu for viewing dashField view collection. added a menu ↵bobzel
button for turning off autoLinking to text selection. added ability to add button to top contextMenu buttons without blowing away db.
2022-05-26removed setting 'data' field of docking views on aliases. assigned acl's ↵bobzel
to delegates to match prototype. changed how documents are created to make sure acl's are set first so that, when sharing, remote clients will get the ACLs first and not render documents transiently when they don't have permissions. turned off inheriting ACL's from outer collection
2022-05-25variety of small fixes for text / sharing. made typed text default to 35 ↵bobzel
height so that when shared it doesn't start big and jump to small. changed permissions to be private until an Acl is set - this prevents private docs from flicking on momentarily when shared since fields are not distributed atomically. added Shift/Alt/Ctrl Enter for freeform and stacking views to create neighboring docs. fixed first typed char of text to have a user_mark. made shared text doc header overlap to prevent scrolling.
2022-05-23fixed warnings.bobzel
2022-05-23simplified dashboards by getting rid of confusing on-screen/off-screen tabs. ↵bobzel
Now off screen tabs appear in the header bar which is not currently specific to a dashboard.
2022-05-23added headerBar for closed tabs and other docs. extended multirow/col to ↵bobzel
support hiding chile doc decorations and for making child content/document active work better. changed background style to work better for sub collections.
2022-05-23cleaning up singleLine text box api and TreeView typesbobzel
2022-05-23more code cleanup in currentuserutils. some fixes to dragFactory-count titles.bobzel
2022-05-20some cleanup of currentUserUtils. css fixes for fonticon boxes with labelsbobzel
2022-05-20adjusted placement of fonticonbox labelsbobzel
2022-05-20removed enumerables field stuff which was hacky and never used. cleaned up ↵bobzel
some of currentUserUtils initialiazation. fixed treeView sorting for 'none" which fixes problem with slide template.
2022-05-20moved explore mode to topBar. fixed highlighting of overlay toggle. fixed ↵bobzel
pointerEvents on lockedPosition collectoins that are not children of a free form view.
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-17fixed pointerevents on treview open icon. added browse mode for ↵bobzel
freeformcollections
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-13dragging docs already within a locked document can now still be dropped onto ↵bobzel
the locked document.
2022-05-13fixed bug with following links in lightbox.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-05-05fix some bugs and start position. ready for demo :)Michael Foiani
2022-05-04fix infinite pause/play bug with a stopper, but still very buggyMichael Foiani
2022-05-04Stopping on interaction will pause the presenation and the video.Michael Foiani
2022-05-04Pause works with presentation now.Michael Foiani
2022-05-04Condense code.Michael Foiani
2022-05-04Get play and pause to work. There is a bug with getting double called that ↵Michael Foiani
was causing choppiness.
2022-05-04Added the presentation mode back in. However, pres isn't being recreated ↵Michael Foiani
smoothly after being stored in the db.
2022-05-04updated to subtracting timestamps for better smoothnessMichael Foiani
2022-05-04Get storing pres data working, but is choppy due to mobx usage.Michael Foiani
2022-04-29changed the way labelBox splits words to allow .&- added icon for webBoxbobzel
2022-04-29fixed creating collection icons to capture pfs (and other things with canvases)bobzel
2022-04-29more cleanupbobzel
2022-04-29cleaned up creation of icon templates. fixed labelBox to support padding ↵bobzel
and to work with multiple lines and min font sizes.
2022-04-28added basic code for subgrouping transcribed textNaafiyan Ahmed