aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-09-18Merge branch 'master' into sophie-report-managerSophie Zhang
2023-09-18prepare mergeSophie Zhang
2023-09-18removed filter checkboxes for list values since they don't work. fixed ↵bobzel
any/undefined filtering for tags or other list fields.
2023-09-18revised how to do filtering by links.bobzel
2023-09-18maybe maps are finally working now?bobzel
2023-09-16last chance at fixing maps startup.bobzel
2023-09-16another try at maps.bobzel
2023-09-14from lastgeireann
2023-09-14turned off pointer events in dataviz boxes when not active.geireann
2023-09-14turn off link anchor dot display when link arrows are showngeireann
2023-09-14added ability to do batch undo/redo from undostack.geireann
2023-09-14changed background of redo stack items.geireann
2023-09-14added a disable slider for sharing UI in document decorationsbobzel
2023-09-14fixed exceptionbobzel
2023-09-13added margin and grid gap ui for notetaking view. fixed notetakeing view ↵bobzel
dividers to be active only when they should be. same for multirow/multicol dividers.
2023-09-13column headers are always on the dataDoc now (change stacking)bobzel
2023-09-13made grid and snap lines appear on dark backgrounds. fixed showing snap ↵bobzel
lines based on what's dragged not what's selected.
2023-09-13fixed undoing tab-> freeform dragging.bobzel
2023-09-13removed leading/trailing spaces from published termsbobzel
2023-09-13fixed carouselView to not pass setContentView to child layouts which prevent ↵bobzel
linkFollowing from never terminating. fixed clipped videos to have the right start/end bounds on the timeline.
2023-09-13fixed copying entire text box when nothing is selected.bobzel
2023-09-13from last .. fixed dash array and endcaps for filled strokesbobzel
2023-09-13fixed ink lines to highlight with a dropshadow. added a stroke_borderWidth, ↵bobzel
but no UI for it.
2023-09-13removed eraser from novice mode because it breaks with circles and rectanglesbobzel
2023-09-13fixed text filters to be removable, have the right colors, and update when ↵bobzel
selected doc changes. updated filter dropdown to only show parents with filters. fixed colors of link doc preview.
2023-09-13fixed region highlight when dragging minimapbobzel
2023-09-13prevent piles from zooming.bobzel
2023-09-13cleaned up pileupbobzel
2023-09-13fixed input new node for schemabobzel
2023-09-13another fix for adding config anchors to docs when creating a note annobobzel
2023-09-13fixed zindex of videobox controlsbobzel
2023-09-13fixed explore mode when restoring zoom level of freeform overlaysbobzel
2023-09-13need to honor 'addAsAnnotation' flag getting anchors so that docs know when ↵bobzel
they are a target of config.
2023-09-12fixed video box scrolling when fit widthbobzel
2023-09-12fixed opening a collection in lightboxbobzel
2023-09-12dropping link button on same collection makes a pushpin. fixed broken undo ↵bobzel
typing to crate doc in sidebar. fixed min/max scaling for cropped images and made annotationOverlays start to use it. Fixed nested text boxes to stopPropagation on pointer down to enable editing of translations in sidebar. moved sidebar filters onto doc's filters. Added metadata filters back to sidebar. Added an -any- option to filtersPanel. fixed schema view preview window, added buttons and sliders.
2023-09-11clean up some runtime warnings about missing keys/valuesbobzel
2023-09-11usercolor cleanupbobzel
2023-09-11moved edit on click script to developer. fixed highlight options for My ↵bobzel
text. enabled chromeHidden for all doc types and applied it to RTF text boxes. updated sliders in properties view to undo properly and to autorange, and cleaned up ode.
2023-09-10ugh...from lastbobzel
2023-09-10from lastbobzel
2023-09-10added upload percent feedbackbobzel
2023-09-10turning off command line progress printout to make log more readable.bobzel
2023-09-10added progress for pdf uploadsbobzel
2023-09-10instrumented pdf uploadsbobzel
2023-09-10once morebobzel
2023-09-10once morebobzel
2023-09-10from lastbobzel
2023-09-10from lastbobzel
2023-09-10fixes for file uploads: restored progress for youtube videos, fixed info ↵bobzel
display on loadingBoxes, stop client from asking for progress on failed uploads. attempt to catch stream errors on webpages. fixed dataFieldView in text to print out layout document's field, not field of document that contains the field definition.