aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PresBox.tsx
AgeCommit message (Collapse)Author
2020-07-21merge with mastergeireann
2020-07-20ui updates + progressivize featuresgeireann
2020-07-17pres changesgeireann
2020-07-15added progressivize featuresgeireann
2020-07-13highlights, readjusted view, keyboard eventsgeireann
2020-07-04transition speed + viewLinksgeireann
2020-07-03highlight active presentation + UI Changesgeireann
2020-06-28renamed some fields scale=>_viewScale, transtion=>dataTransition, ↵Bob Zeleznik
panTransformType=>_viewTransform. fixed animation frames to not break acls (sort of).
2020-06-08final cleanup of ink related stuff so that things are more structured and we ↵Bob Zeleznik
avoid input cycles
2020-06-08a bunch of cleanup to fix import order and to organize/restructure ink ↵Bob Zeleznik
things in the right places.
2020-05-29moved frame animation into freeform chrome. fixed marquees of docs at ↵Bob Zeleznik
non-zero frame. fixed pile view to use its own _pileLayoutEngine key to avoid leaving colleciton in an animated state. added toggle for snap linew views. cached transforms in CollectionFreeformView for performance.
2020-05-28added aimated transitions to presentations of frame animationsBob Zeleznik
2020-05-23renamed lastTimecode to lastFrameBob Zeleznik
2020-05-23switched frame animations to use currentFrame and activeFrame to fix ↵Bob Zeleznik
aliasing issue of progressive slides at different frame codes
2020-05-21added animation to comparisonBox, cleaned up some npm modulesBob Zeleznik
2020-05-20cleaned up some warningsBob Zeleznik
2020-05-17fixed presbox bug for showing element numbers. fixed progressivizeBob Zeleznik
2020-05-17added progressivize option for presentaitonsBob Zeleznik
2020-05-17fixed presentations to step through slides with "animations"Bob Zeleznik
2020-05-16fixed copying of computed fields (bug when aliasing animated collections). ↵Bob Zeleznik
fixed opacity for presentation view. renamed timecode to match with video timecodes.
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-05-13fixed presentations to not find items in the presentation list. cleaned up ↵Bob Zeleznik
webbox css
2020-05-12fixed issues with preselements not updating. fixed focus issues with ↵Bob Zeleznik
stacking view for Presentations
2020-05-12changed isBackground setting to reset nativeW/H to W/H. fixed presBox ↵Bob Zeleznik
reordering. fixed resizing of fixedAspect suff from sides.
2020-05-07fixed most add/remove/move documents to support doc[]'sBob Zeleznik
2020-05-02final pres box tweaks so that presentations don't require aliasesBob Zeleznik
2020-05-02cleaned up presbox to not use reactions but to use a lookup script. put ↵Bob Zeleznik
lookupField into DocComponent for general use
2020-05-02turn off targetDropAction when dropping in same colleciton. cleaned up ↵Bob Zeleznik
PresBox stuff to use single template to render all contents (which are otherwise unmodified).
2020-05-01added childLayoutTemplate to render collection children w/o modifying them. ↵Bob Zeleznik
fixed docComponent's layoutDoc to use LayoutDoc prop. change buxton template to use new template mechanisms. fixed fixed lint errors.
2020-05-01cleaned up buxton template. fixed adding docs to collections.Bob Zeleznik
2020-05-01fixed presentations to allow drag and drop. fixed pres box to use ↵Bob Zeleznik
RenderData instead of modifying presentation elements with unnecessary info like their containing PresBox and their presentation index position. COnverted COntentFIttingDocumentView to use DocumentView's props
2020-04-30cleaned up presbox and preselementboxBob Zeleznik
2020-04-19final structural cleanp up of UserDocument for a while, hopefullyBob Zeleznik
2020-04-10more cleanup for layoutDoc/dataDoc/rootDoc updates. fix to doc filtering ↵Bob Zeleznik
checkboxes getting filtered. fix to template captions. fixes to generalize LabelDoc's buttonParms
2020-04-09fix presbox to work with linked documents. more cleanup to use ↵Bob Zeleznik
dataDoc/layoutDoc/rootDoc. changed ## to >> for inline comment to open up #### heading markdown
2020-04-07lots of code cleanup - removed all northstar db stuff. added scriptingBox. ↵Bob Zeleznik
renamed things. made collectiontypes strings not numbers.
2020-04-04fix to presentationView opacity. removed getScale and zoomToScale props ↵Bob Zeleznik
which weren't being used.
2020-03-28simplified linkDocs to not keep a context -- instead, link are made between ↵Bob Zeleznik
aliases which have a context. fixed clippings of PDFs to scroll correctly and resize in slideViews. fixed slideViews to render 'text' and 'data' instead of 'contents' and 'data'
2020-03-12typoBob Zeleznik
2020-03-12from lastBob Zeleznik
2020-03-12cleaned up presentationBox code and buttons in view chromes.Bob Zeleznik
2020-03-09fixed showing links only to doculink boxes. changed field names for links ↵bob
to be more readable.
2020-03-04changed text sampling to marking every second to get audio to synchronize ↵bob
better
2020-03-03fixed opening of metadata from text box. fixed minimizing presentatino ↵bob
view. cleaned up closeRightSplit.
2020-02-27adding colors to schema view will update the enumerated colors used by text ↵bob
boxes in freeformview.
2020-02-20cleaned up a whole bunch of linking stuff. link menu / link types / link ↵bob
default behaviors / added LinkBox
2020-02-19getting rid of data docs from many placesBob Zeleznik
2020-02-11added ability to pass a Layout as a prop. changed presentations to use ↵bob
layout props. fixed creating a template for just an empty collection representing one field.
2020-02-11fixes for chrome for presBoxbob
2020-02-11fixes to presentation display box, and timeline min/max/span requests.Bob Zeleznik