| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-27 | restructured getAnchor()/scrollFocus to be more consistent. added ↵ | bobzel | |
| setterscript for computedFields. restructed getFieldsImpl to avoid making multiple requests for the same document due to timing issues by 'locking' a document cache with a promise before sending the server request. added rotation and fill color as animatable fields. fixed image cropping for | |||
| 2023-02-22 | fixed pres hide before/after, select w/o nav, and updating contents.. made ↵ | bobzel | |
| collections fitWidth by default so that they resize like a normal window. Made freeform pan/zoom animate when changing keyframes. allow nesting of keyframe collections.. made presEffects work even if there's no transition movement. made nested collection timelines follow parent by default, but with ability to change ordering. fixed treeView incremental render. treat doc anchors are preselements instead of delegating. don't highlight ink when dragging ctrl pts. | |||
| 2022-12-16 | fixed problem with undo. regularized all linkfollowing anchor fields to ↵ | bobzel | |
| start with followLink<xxx>. added ease vs linear flag for scroll transitions in link and preselmeent navigations. added link follow to move target to specified offset from source. shifted from setting dropAction on items to setting childDropAction on collections | |||
| 2022-12-05 | cleaning up following links and pres item following so that view transitions ↵ | bobzel | |
| don't interfere when clicking quickly (eg through animation frames). changed animations to animate multi-level zooming parallel. | |||
| 2022-11-17 | mostly changing strings to enums | bobzel | |
| 2022-11-09 | added tab highlighting when tab doc is target of hyperlink. made region ↵ | bobzel | |
| annotations on images be transparent. don't show lock icon for lockedPosition documents that still get pointer events. | |||
| 2022-10-27 | cleaned up treeViews to work across PresBox/ppt slides/collections/ - ↵ | bobzel | |
| modified DocumentView rendering to remove pres box refs. fixed mainView width. | |||
| 2022-10-13 | some basic error checking. avoid querying background for non-toggle buttons | bobzel | |
| 2022-08-31 | made jitter rotation be an animatable field. | bobzel | |
| 2022-08-30 | fixed loadingDocument issues with overwriting height with NaN and setting ↵ | bobzel | |
| 'data' field unnecessarily and at the expense of being able to set it for replacement docs when using animation frames | |||
| 2022-08-29 | fixed background colors of pileup icons. | bobzel | |
| 2022-08-26 | trying to clean up transition times for presbox / jumptoDoc, etc. | bobzel | |
| 2022-08-26 | extending pres trails to allow ink animation without using keyframes. | bobzel | |
| 2022-08-25 | fixed crashes in notetaking view and cleaned up code a bit. fixed undo of ↵ | bobzel | |
| column deletion. | |||
| 2022-08-24 | made text boxes support animation frames. fixed dragging on unselected pres ↵ | bobzel | |
| element ttitles. cleaned up setting ink to have animation frames. | |||
| 2022-08-23 | added color to animated properties. changed doc decorations to stop before ↵ | bobzel | |
| menu bar. changed color of tab bar so that doc decorations is visible when overlapping. | |||
| 2022-08-22 | added animation of background color, and streamlined/extended a variety of ↵ | bobzel | |
| props-related things. | |||
| 2022-08-17 | fixed dragging docs on web and pdf to work better by temporarily adding ↵ | bobzel | |
| transparent docs to the opaque layer so they can get drop events. cleaned eraser and pen interaction code and made erasing strokes work faster and avoid hanging by not intersecting strokes that are already partially deleted. | |||
| 2022-08-11 | added better ui and backend support for mask ink strokes. added frame #'s ui ↵ | bobzel | |
| for seeing current animation frame. | |||
| 2022-08-10 | cleaned up pinning documents with an activeFrame index (and special case of ↵ | bobzel | |
| isInkMask). removed text-color from pres boxes which was breaking opacity when docs had an appearFrame > 0. | |||
| 2022-07-01 | added resize handlers and linted document decorations | Geireann Lindfield Roberts | |
| 2022-06-06 | fixed flicker invalidation of collectionFFDocViews when transitions are set ↵ | bobzel | |
| (eg., next/prev keyframe) | |||
| 2022-05-13 | removed layerProvider functionality. | bobzel | |
| 2022-05-02 | fixed scaling ink label in lightbox,etc views. changed ink strokes so that ↵ | bobzel | |
| clicking on label of closed stroke is lower preceden than clicking on line. fixed fontsize UI for setting ink label sizes. can no longer slide ink pts that are cusps along curve. | |||
| 2022-04-26 | made creating a new thumbnail icon delete previous ones. fixed bug where ↵ | bobzel | |
| documents would re-render if an earlier docuent in the collection list was added/removed. | |||
| 2022-04-25 | changed freeformview's with engines to not allow children to be edited ↵ | bobzel | |
| using setHeight prop since engine layouts are temporary and shouldn't edit the doc. fixed tags to work with pivot view. cleaned up pile views to be less hacky.. | |||
| 2022-04-12 | cleaned up errors/warnings. fixed dragging to turn off pointer events on ↵ | bobzel | |
| whatever's being dragged. | |||
| 2022-04-11 | fixes to header to be transparent for icons. layout fixes for doc ↵ | bobzel | |
| decoratoins title row. groups are not semi transnparent anymore to avoid mixBlendMode confusion | |||
| 2022-04-11 | fixed sendtoback menu and functionality. fixed mixedblendmode for groups. ↵ | bobzel | |
| fixed orange highlighting when docs are toggled hidden. fixed placement of linking button. | |||
| 2022-04-11 | lots of layout fixes to groups, labels, ink to support iconification better. ↵ | bobzel | |
| simpliifed documentdecorations. fixed display artifacts related to things not showing up when dragging, or otherwise not getting a halo of nested freeform colletions. | |||
| 2022-04-06 | fixed displaying titles on text to not shrink box to 0 height. fixed ↵ | bobzel | |
| autoLink to not self link. | |||
| 2022-04-03 | from last | bobzel | |
| 2022-03-04 | removed pseudo Doc type system. playing with hot reloading. | bobzel | |
| 2022-02-22 | improve efficiency for scenes with lots of documents by using computed ↵ | bobzel | |
| functions to avoid invalidations. moved grid renderer to its own component to avoid invalidations when panning/zooming. | |||
| 2022-02-15 | improved version of incrementall rendering of large collections of documents ↵ | bobzel | |
| in freeform view. | |||
| 2022-02-10 | switched scripts to use a cache to avoid recompiling. simplified some things ↵ | bobzel | |
| with documentView and zooming to avoid invalidations. | |||
| 2022-02-09 | speeding up rendering using bitmaps for webpages and other heavyweight docs. | bobzel | |
| 2021-09-24 | wrapped Color() calls in DashColor() to catch exceptions for color strings ↵ | bobzel | |
| no found | |||
| 2021-09-23 | fixed one crash when color string has capital letters. | bobzel | |
| 2021-08-26 | a lot of changes to move isContentActive into DocumentView | bobzel | |
| 2021-04-19 | more improvements to comic mode. | bobzel | |
| 2021-04-19 | started to cleanup comic mode. | bobzel | |
| 2021-03-29 | more progress in fixing & simplifying active/selected stuff | bobzel | |
| 2021-03-29 | fixed doc decorations for dictation. gave dictation docs a title. minor ↵ | bobzel | |
| cleanup. | |||
| 2021-03-11 | fixed toggling documents into overlay layer | bobzel | |
| 2021-02-14 | fixes to focus()'s api and extension to allow focusing on a Tab's contents. | bobzel | |
| 2021-02-05 | cleaned up lightbox. replaced old npm lightbox. | bobzel | |
| 2021-02-04 | fixed scrolling animations in view bounds for webbox and pdfBox's ↵ | bobzel | |
| particualrly for lightbox views. added a docViewPath prop for docuentViews. | |||
| 2021-01-04 | Fixed filterbox to use scriptContext to determine where to apply/clear ↵ | bobzel | |
| filters .fixed setting width/height of freeform images independent of nativeWidth/height so that % css measurements work. | |||
| 2020-12-16 | from last | bobzel | |
