aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/animationtimeline
AgeCommit message (Collapse)Author
2025-06-23fixed invalidations to not trigger creating new refs when ref= was assigned ↵bobzel
to an anonymous function. fixed scribble erase to not delete everything it overlaps, just things it intersects with or contains. fixed ink to have a Math mode and fixed math recognition myscript calls.
2025-06-13updated css and project to HTML5 standards. fixed border rounding for images.bobzel
2025-04-23lots of typechecking fixes.bobzel
2025-04-14fixed how templates are expanded to avoid template sub-component conflicts ↵bobzel
by changing how field keys are named. fixed various Cast functions to be more typesafe by including undefined as part of return type. overhaul of Doc.MakeClone, MakeCopy, FindRefernces - makeClone is no longer async. fixed inlined docs in text docs.
2025-03-23more _props.Document to .Document refactoring. type updates to ↵bobzel
prosemirrortransfer
2025-02-25added a hideUI option to hide buttons. fixed a mess of runtime warnings ↵bobzel
mostly related to how scss files can be included in each other
2025-01-28card view cleanup. moved 'pile' into shiftclick on Perspective dropdown. ↵bobzel
fixed tags sorting.
2024-05-16refactor/cleanup of pres animations. changed effects to start halfway ↵bobzel
through a zoom transition.
2024-04-30from lastbobzel
2024-04-24completing eslint passbobzel
2024-04-21more lint cleanupbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-01-11fixed obervable values not updateing because of component functions being ↵bobzel
defined as vairables
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-14restored animation timelinebobzel
2023-12-14a bunch more fixes to making things observable. fixed calling ↵bobzel
super.componentDidUpdate on subsclasses
2023-12-12fixed overlay view and scriptingRepl and all observable Doc arrays to be ↵bobzel
shallowly observed.
2023-12-11fixed includes of scss globals into typescript files.bobzel
2023-11-10fixed animation timeline to not fade in/out the collection. fixed keyframe ↵bobzel
animator to interpolate colors.
2023-10-27from lastbobzel
2023-10-27added collection itself to timelinebobzel
2023-10-27removed async nonsense from tracks and regions. added some comments.bobzel
2023-10-26a variety of fixes to the animation timeline to make it make some sense. ↵bobzel
lots still broken.
2023-08-04changed node prop to animatedDoc in timeline animationgeireann
2023-05-14major overhaul of field naming conventions.bobzel
2023-03-23changed showing keyvalue panes to not create a document, but to use the ↵bobzel
LayoutTemplateString.
2022-12-08cleaned up animation effects to not reference presBox. fixed anchors in ↵bobzel
text to have link properties set properly from properties view.
2022-07-07trying to fix errors in compilesbobzel
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2022-03-01updated to webpack 5bobzel
2021-07-29create mapbox node bugAubrey-Li
2021-07-15Starting Color consistencyAshley Cai
2021-07-10Standardizing Colors, changing global CSS variablesAshley Cai
2021-01-19fixed isPushpin annotation behavior outside of PDFs. fixed link follow ↵bobzel
highlighting to go away when target is hidden.
2020-09-30fixed performance issue with linksbobzel
2020-09-30fixed exceptionbobzel
2020-09-11changes to switch from 'pt' units to 'px' for fonts. fixxes to ↵bobzel
presentations for treeview outlines.
2020-08-30removed ComponentWillMount which is obsoletebobzel
2020-08-29major restructure of how addDocTabs works. now you can add/replace with ↵bobzel
options for left/right/top/bottom and specific panel names
2020-08-28fixed undo for collection tabs. fixed treeview to support freezeChildren to ↵bobzel
prevent children from being removed from the tree. Made _isBackground a layoutfield. fixed formattedTextBox exceptions on undo from a tab.
2020-07-23got rid of lots of console.logs(). fixed fonticon box to show a 'label' if ↵Bob Zeleznik
defined otherwise 'title'. if neither, then it shows no tooltip.
2020-07-12fixed updating RichTextMenu with proper values for fontFamily, size, bullet, ↵Bob Zeleznik
and alignment
2020-06-28renamed some fields scale=>_viewScale, transtion=>dataTransition, ↵Bob Zeleznik
panTransformType=>_viewTransform. fixed animation frames to not break acls (sort of).
2020-06-09fixed lots of errors/warnings. added 'a' to be able embed documents on ↵Bob Zeleznik
drop. added 'l' toggle to perist lasso/marquee mode.
2020-06-05changed all scroll behaviors to be _scrollTop to go to a scroll and _scrollY ↵Bob Zeleznik
to animate to it.
2020-06-04cleaned up animation timeline a bit. fixed interaction of clicking on ↵Bob Zeleznik
timeline header to navigate
2020-05-29added a version of client-side ACL'sBob Zeleznik
2020-05-29added toggle to switch from fade to default keyframe. added mixBlendMode for ↵Bob Zeleznik
collections
2020-05-15renamed new_fields to fieldsSam Wilkins
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.