aboutsummaryrefslogtreecommitdiff
path: root/src/client/util
AgeCommit message (Collapse)Author
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-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-28Merge branch 'master' into recording-jennyJenny Yu
2022-04-28fixed feedback dragging link button. fixed warnings. added some assymetric ↵bobzel
linkRelationships.
2022-04-28made sharing menu a developer feature. made link relationships support ↵bobzel
non-symmetry
2022-04-28fixes for pushpin links to anchors on pdfviewsbobzel
2022-04-27fixed following links (jumpToDocument) to work properly with markers and ↵bobzel
hidden flags in nested arrangements. pushpin behaviors had been broken for scrolling to a location within a text document and hiding the document if no scroll was needed. unhiding hidden images/pdfs wasn't working when following a pushpin to an annotation on them.
2022-04-27fixed following pushpin links to text selections to toggle the text box ↵bobzel
(since markers don't have a hidden flag for toggling). fixed pdf next/prev page and # pages. fixed pdf selections to not include <br>'s which apparently have the wrong bounds.
2022-04-24from lastbobzel
2022-04-20Merge branch 'presentmode-mfoiani' into recording-jennyMichael Foiani
Merge with jenny for video recording.
2022-04-14Create smooth record and playback of tracking.Michael Foiani
2022-04-14fixed following links to documents in iconified collections/text to ↵bobzel
deiconify. fixed ctrl-x to cut (not iconify). changed lightboxview to add to future docs when stepping into. added placeholder for indicating how many documents are left in lightbox future
2022-04-14fixed pushpin behavior when there are multiple links to the pushpin (they ↵bobzel
all toggle). changed lightboxview to allow stepping into links when doc has no contents.
2022-04-13added images to treeView bullets for docs with icons. fixed following ↵bobzel
pushpin links to prototypes to toggle delegates when shown. gave groups a default padding. fixed creating icons to not create unnecessary template docs. fixed toggling isPushpin. made summaries simple links instead of templates.
2022-04-12cleaned up errors/warnings. fixed dragging to turn off pointer events on ↵bobzel
whatever's being dragged.
2022-04-11fixes to header to be transparent for icons. layout fixes for doc ↵bobzel
decoratoins title row. groups are not semi transnparent anymore to avoid mixBlendMode confusion
2022-04-11fixed sendtoback menu and functionality. fixed mixedblendmode for groups. ↵bobzel
fixed orange highlighting when docs are toggled hidden. fixed placement of linking button.
2022-04-11got pdf's to generate icons when iconifying.bobzel
2022-04-11lots of layout fixes to groups, labels, ink to support iconification better. ↵bobzel
simpliifed documentdecorations. fixed display artifacts related to things not showing up when dragging, or otherwise not getting a halo of nested freeform colletions.
2022-04-11making layout icons work better.bobzel
2022-04-07added RecordingViewgeireann
2022-04-05fixes to allow dragging golden layout windows to be aborted with 'esc'. ↵bobzel
some code cleanup as well to avoid rebuilding golden layout when tabs are closed. Fixes for undo and goldenlayout
2022-04-04fixed autolink. fixed the pileup view to animate properly and activate ↵bobzel
without selection. added a 'dataTransition" prop to DocumentView to allow collections to animate changes in the size of documents.
2022-04-01fixed up document focus to take a collectkon so that the treeView can focus ↵bobzel
on the matching alias when multiple aliases are shown in different collections.
2022-03-31fixed initialization of myPublishedDocs to be a simple list.bobzel
2022-03-31added autoLinks to formattedTextBoxes. Set auto link target by titling ↵bobzel
documents with a prefix '@'.
2022-03-28enabled dragging documents onto tab bar without shift. modified link pivot ↵bobzel
document to automatically update when links are added and be a stacking view
2022-03-24fixed videoBox play issue. cleaned up global referencing a bit.bobzel
2022-03-22Stop drag in present mode if element isn't specifically selected to drag.Michael Foiani
2022-03-22fixed temporal media merge that had reverted a lot of things.bobzel
2022-03-17removed buxton importer stuff. removed libxmljs needed by buxtonimporter ↵geireann
which was breaking npm install
2022-03-07got rid of include cycles for Scripting globals to make hot updates work better.bobzel
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2022-03-02upgraded to typescript 4.6.2bobzel
2022-03-01updated to webpack 5bobzel
2022-02-22fixed switching tabs to immediately render the title of the tab as content ↵bobzel
to provide feedback that something is happening. changed server to only set caching for images. fixed warnings/errors.
2022-02-10switched scripts to use a cache to avoid recompiling. simplified some things ↵bobzel
with documentView and zooming to avoid invalidations.
2022-02-09speeding up rendering using bitmaps for webpages and other heavyweight docs.bobzel
2022-01-18fixed warnings. display last user to edit db. fixed /activity to show ↵bobzel
only users with a connected socket. fixed toggle "Overlay" button to toggle its background based on overlay state.