aboutsummaryrefslogtreecommitdiff
path: root/src/client/util
AgeCommit message (Collapse)Author
2024-01-04fixed notetaking & pile views with _propsbobzel
2024-01-04fixed ffmpeg for uploading videos. fixed getView() to take focus options so ↵bobzel
that if a sidebar or timeline has to be opened, the didMove flag can be set properly. added video snapshot frame to top menu. fixed using '^' to stop and start a selection region on timelines.
2024-01-04fixed text references to docs or fields to create docs that don't exist. ↵bobzel
fixed IsLinkFollowing observable by not making static (to fix docDecorations not appearing after link following)
2024-01-03cleaned up screenToLocalTransform in several places by making it additional ↵bobzel
methods. cleaned up styleProider api a bit to take DocumentViewInternalProps, not DocumentViewProps..
2024-01-02fixing more .props => ._props refernces.bobzel
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-29fixed sidebar button highoighting. fixed explore mode.bobzel
2023-12-29fixed displaying zoomed text annotations when following links/trails and for ↵bobzel
PDFs/Web pages with selected text.
2023-12-29fixed dropping images from web. fixed exif data on images and autorotating ↵bobzel
exif rotated images. fixed selecting on web pages, and resizing web pages upward so that pointer events aren't grabbed.
2023-12-28fixed youtube uploads, cleaned up a bunch of imports and added some typings ↵bobzel
files.
2023-12-21fixes post-merge for dataViz-annotationsbobzel
2023-12-17tweaked some things with CalendarViewbobzel
2023-12-17developing CalendarBox and CollectionCalendarViewzaultavangar
2023-12-17starting calendar collection viewzaultavangar
2023-12-16another fix to calendarbobzel
2023-12-16merged with zaul's branchbobzel
2023-12-16trying to fix package.json inconsistency with previous pushzaultavangar
2023-12-16more functionality for calendar featurezaultavangar
2023-12-16starting calendar featurezaultavangar
2023-12-14cleaning up collectionTime, still a bug when switching into it. replacing ↵bobzel
hig flyout.
2023-12-14restored golden layout dragging.bobzel
2023-12-14a bunch more fixes to making things observable. fixed calling ↵bobzel
super.componentDidUpdate on subsclasses
2023-12-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-12from lastbobzel
2023-12-12cleaned up SelectionManager. fixed schema viewbobzel
2023-12-12from lastbobzel
2023-12-12fixed and cleaned up snapping linesbobzel
2023-12-12fixed overlay view and scriptingRepl and all observable Doc arrays to be ↵bobzel
shallowly observed.
2023-12-12fixed props => _props refernecesbobzel
2023-12-11fixed includes of scss globals into typescript files.bobzel
2023-12-11commented out unused google photos uploader and directory import boxbobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in ↵bobzel
@computed functions.
2023-12-07merged infoUIbobzel
2023-12-06from last cleanupbobzel
2023-12-06final cleanupbobzel
2023-12-06more error/warning fixesbobzel
2023-12-06catch mongo errors. delete (some) sessions from mongo. more package ↵bobzel
updates. cleanup of express-validator.
2023-12-05mostly working version with latest librariesbobzel
2023-12-04trying to do version updates on all npm packages.bobzel
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-12-01made collections fitwidth in tree view previews. centered keys in keyvalue.bobzel
2023-11-30final rootDoc refactoringbobzel
2023-11-30fixed rootSelected prop to be optional. fixed fonticont toggle to pass ↵geireann
'self' even though it's deprecated.
2023-11-29fixed menu functions that referenced 'self' instead of 'this'bobzel
2023-11-29fixes for following links to parts of templates. turned offbobzel
2023-11-29cleaned up presElementBox and did more this.rootDoc => this.Document/layoutDocbobzel
2023-11-29numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ↵bobzel
dec resizing. moving this.rootDoc => this.Document . fixing template artifacts.
2023-11-25changed Slide template to write to 'hero' not 'data' to avoid conflict with ↵bobzel
'data' being used already for the template parts. fixed freeform view to read _width/_height to get template values when present for panning beyond edge. Made CollectionSubView read datafield from dataDoc which is where template writes go. fixed docview dragging to use its own view unless multi-dragging. turnded off user-select in overlay view which made repl viewer title selectable. fixed crash on rebuilding db cause by myOverlay and myPublished not yet existing.
2023-11-20added rotation to transforms (partially done)bobzel
2023-11-20fixes for selecting/moving docs that are rotated.bobzel