aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
AgeCommit message (Collapse)Author
2022-10-04colored tree view icons red when the doc is a prototypebobzel
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-04fix to show close and open icons of hideResizers documents. fixes for native ↵bobzel
size control of text and freeform collections. fixes for lightbox view of native size collections. fix for 'false' script.
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.
2022-10-03fixed client crash on text menu for ink strokes. fixed circle rubber ↵bobzel
banding. fixed vertical position of text in ink stroke
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-27fixed so that following link to video doesn't zoom the video (works the same ↵bobzel
way as PDFs or web pages -- if the document is 'scrollable', then don't zoom in on it as well).
2022-09-26added onClick capability to linearView subMenu buttons so that inkTools ↵bobzel
could turn pen off when opening/closing.
2022-09-26merged tree view fixes to enable tree view in presbox and fix various ↵bobzel
scrolling and contentActive issues.
2022-09-26Merge branch 'tree-view-fixes'bobzel
2022-09-26added explore mode option to lightbox view. turned of ink and explore mode ↵bobzel
when leaving light box.
2022-09-24Fixed: treeView now doesn't get pointer events if it's not active. fixed ↵bobzel
layout of treeview for pres box. fixed horiz/vert scrolling for trees. fixed not adding Loading docs to recently closed.
2022-09-23fixed pinWithVIew for videos to capture timecode. fixed formatting of time ↵bobzel
labels in presBox panel.
2022-09-22fixed error messages on loading to not generate temporary error message when ↵bobzel
there is no error.
2022-09-21fixed issues with deleting last stack, or deleting stacks and leaving only ↵bobzel
row/cols in goldenLayout
2022-09-21fixed navigating to cropped video regions.bobzel
2022-09-21open trail on right and capitalize header buttonsGeireann Lindfield Roberts
2022-09-21fixed snapshots of dashbaords to have trails setupbobzel
2022-09-21restyled document decorationsGeireann Lindfield Roberts
and changed novice mode to exclude `data` in treeView
2022-09-20display error instead of infinitely loading after refreshmehekj
2022-09-19if same youtube video is uploaded, reuse the existing file without ↵bobzel
downloading again. removed failed uploads from parsed_files. change pinWithView to highlight the pinned view region. Give pinWithView collections an option to just pan or zoom to % of screen size.
2022-09-15default pin movement is now None if pinning doc view params (e.g., animation ↵bobzel
of x/y). otherwise, zoom tends to negate the animation
2022-09-14from last.bobzel
2022-09-14changed docking view thumbnails to be imagefields, not docs. allowed ↵bobzel
docking view to be nested to avoid crashes before when they became nested. fixed dropping docs with dropAction of 'alias' to never remove them. fixed clearing startLink to not deselect when link is already started
2022-09-13Merge branch 'sharing-jenny'bobzel
2022-09-13fixed rendering non-docs from freeform layout enginebobzel
2022-09-13cleanupbobzel
2022-09-13made things consistent by renaming emptyPresentation to emptyTrail and then ↵bobzel
always making copies of emptyTrail instead of calling the Docs.create constructor
2022-09-13Merge branch 'master' into sharing-jennybobzel
2022-09-13don't add presbox's to header bar closed items.bobzel
2022-09-13fixed activePresentation to work properly with multiple dashboards. fixed ↵bobzel
undoing PinDoc.
2022-09-13fixed errors.bobzel
2022-09-12Merge branch 'master' into sharing-jenny (break)Jenny Yu
2022-09-12breaking: made trails belong to dashboard instead of userdocJenny Yu
2022-09-12made annotation pen available in lightbox.bobzel
2022-09-08fixed groups to automatically fit to box when not in a collection. fixed ↵bobzel
computing group bounds to not use zoomScaling
2022-09-07fixed dragging stackedTimeline entries so that they appear during drag. ↵bobzel
fixed cursors for video/pdf/stackedTimeline to be a little more clear. fixed initial corner resize of pdfs. fixed videobox marquee drag when viewScale is undefined.
2022-09-07no pointer events on timeline time to prevent flickerbobzel
2022-09-06final cleanup of dragging rotated images. fixed loading of youtube videos ↵bobzel
and displaying errors when the upload fails
2022-08-30fixed loadingDocument issues with overwriting height with NaN and setting ↵bobzel
'data' field unnecessarily and at the expense of being able to set it for replacement docs when using animation frames
2022-08-30made script caching more robust to avoid compiles and speed up startup.bobzel
2022-08-29fixed centering link targets in zoomed images and scrolled docs. stopped ↵bobzel
highlighting opacity=0 documents
2022-08-29fixed being able to draw on web/pdfs. adjusted default margins of stacking ↵bobzel
views.
2022-08-29Merge remote-tracking branch 'origin/naafi-document-loading-placeholder'bobzel
2022-08-26a bunch of mostly decorative cleanup to presBoxbobzel
2022-08-26trying to clean up transition times for presbox / jumptoDoc, etc.bobzel
2022-08-26extending pres trails to allow ink animation without using keyframes.bobzel
2022-08-26more notetaking cleanupbobzel
2022-08-25fixed issues with reloading notetaking view and having columns be exactly ↵bobzel
the same. fixed adding columns so that changes are actually propagated to the DB. SchemaHeaderFields are bad news...