aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PresBox.tsx
AgeCommit message (Collapse)Author
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
2020-02-10changes for pres boxbob
2020-02-06added pivoting into a pivot columnbob
2020-02-06added synching of timelines with presentationsbob
2020-02-05added additional view modes for presenationsBob Zeleznik
2020-02-05added aliasOf on aliasing .. and sourceContext for presentationsbob
2020-02-04lots of small fixes to templates, presentations, default templates (icon, slide)Bob Zeleznik
2020-02-01presenetation bug fixesBob Zeleznik
2020-02-01simplified Presentations a bit by using templatesBob Zeleznik
2020-01-31streamlined presentationviewBob Zeleznik
2020-01-29ui cleanup for pivot viewer/chrome. error fixes. fixed layout of flyoutsbob
2020-01-23got rid of extension docs. changed layout-specific keys to start with "_" ↵bob
which flags them to be written to the current layout document
2019-12-03const linter rule and restored google docs push, fixed routingSam Wilkins
2019-10-21got rid of CollectionBaseViewBob Zeleznik
2019-10-21big cleanup of layoutStrings, fieldExt, fieldKey, etcBob Zeleznik
2019-10-05fixed adding to presentation box when minimizedBob Zeleznik
2019-10-02many fixes to pdfs, linking, annotations, presentations.bob
2019-10-01bugs, bugs. this time with fittobox when called from schema view which was ↵Bob Zeleznik
passing width and height as functions, not values. switched to PanelWidth and PanelHeight
2019-10-01final updates to presentation view to improve layout. fixes for chromeHeightBob Zeleznik
2019-09-30switching presentatons to be colllectionsBob Zeleznik
2019-09-30minor presentation fixesBob Zeleznik
2019-09-30simpliified presentations to be a PresBox with PresElementBoxes.Bob Zeleznik
2019-09-30a bunch of changes to presentation view ... more coming.Bob Zeleznik
2019-09-30start of presentationview cleanupBob Zeleznik
2019-09-25refactored collection view to be cleaner and more modular for supporting ↵Bob Zeleznik
things like PivotView. fixed pivot view selection bug.
2019-08-21from last with presentations and small tweaks.bob
2019-08-21restructed presentationviewbob
2019-08-19presentation view fixesBob Zeleznik
2019-08-19fixed treeview dragging. got rid of extra stuff from presentationviewbob
2019-08-19fixed imports to make presentation compile.bob
2019-08-16initial commit, mostly functional pending circular import issueHJF Bulterman
2019-08-09working for about 85%HJF Bulterman
2019-08-09initial commit - individual presentation document view showing but with errorsHJF Bulterman