aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/CollectionFreeFormDocumentView.tsx
AgeCommit message (Expand)Author
2023-09-12dropping link button on same collection makes a pushpin. fixed broken undo ty...bobzel
2023-05-14major overhaul of field naming conventions.bobzel
2023-05-13changed EditableViews to support oneline and multiline. Also added transform...bobzel
2023-05-08more fixes for tags - removed #<tag> fields. just use 'tags' now.bobzel
2023-05-08fixed dragging inkMask strokes. fixed background color/fill for strokes. fi...bobzel
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ContainingCollectio...bobzel
2023-03-20cleaned up pointer events so that nested documents can be selected directly w...bobzel
2023-03-05replace jumpToDocument with showDocument. restructure code to get rid of scr...bobzel
2023-02-27restructured getAnchor()/scrollFocus to be more consistent. added setterscri...bobzel
2023-02-22fixed pres hide before/after, select w/o nav, and updating contents.. made co...bobzel
2022-12-16fixed problem with undo. regularized all linkfollowing anchor fields to star...bobzel
2022-12-05cleaning up following links and pres item following so that view transitions ...bobzel
2022-11-17mostly changing strings to enumsbobzel
2022-11-09added tab highlighting when tab doc is target of hyperlink. made region anno...bobzel
2022-10-27cleaned up treeViews to work across PresBox/ppt slides/collections/ - modifie...bobzel
2022-10-13some basic error checking. avoid querying background for non-toggle buttonsbobzel
2022-08-31made jitter rotation be an animatable field.bobzel
2022-08-30fixed loadingDocument issues with overwriting height with NaN and setting 'da...bobzel
2022-08-29fixed background colors of pileup icons.bobzel
2022-08-26trying to clean up transition times for presbox / jumptoDoc, etc.bobzel
2022-08-26extending pres trails to allow ink animation without using keyframes.bobzel
2022-08-25fixed crashes in notetaking view and cleaned up code a bit. fixed undo of co...bobzel
2022-08-24made text boxes support animation frames. fixed dragging on unselected pres e...bobzel
2022-08-23added color to animated properties. changed doc decorations to stop before m...bobzel
2022-08-22added animation of background color, and streamlined/extended a variety of pr...bobzel
2022-08-17fixed dragging docs on web and pdf to work better by temporarily adding trans...bobzel
2022-08-11added better ui and backend support for mask ink strokes. added frame #'s ui ...bobzel
2022-08-10cleaned up pinning documents with an activeFrame index (and special case of i...bobzel
2022-07-01added resize handlers and linted document decorationsGeireann Lindfield Roberts
2022-06-06fixed flicker invalidation of collectionFFDocViews when transitions are set (...bobzel
2022-05-13removed layerProvider functionality.bobzel
2022-05-02fixed scaling ink label in lightbox,etc views. changed ink strokes so that c...bobzel
2022-04-26made creating a new thumbnail icon delete previous ones. fixed bug where doc...bobzel
2022-04-25 changed freeformview's with engines to not allow children to be edited using...bobzel
2022-04-12cleaned up errors/warnings. fixed dragging to turn off pointer events on wh...bobzel
2022-04-11fixes to header to be transparent for icons. layout fixes for doc decoratoin...bobzel
2022-04-11fixed sendtoback menu and functionality. fixed mixedblendmode for groups. f...bobzel
2022-04-11lots of layout fixes to groups, labels, ink to support iconification better. ...bobzel
2022-04-06fixed displaying titles on text to not shrink box to 0 height. fixed autoLin...bobzel
2022-04-03from lastbobzel
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2022-02-22improve efficiency for scenes with lots of documents by using computed functi...bobzel
2022-02-15improved version of incrementall rendering of large collections of documents ...bobzel
2022-02-10switched scripts to use a cache to avoid recompiling. simplified some things ...bobzel
2022-02-09speeding up rendering using bitmaps for webpages and other heavyweight docs.bobzel
2021-09-24wrapped Color() calls in DashColor() to catch exceptions for color strings no...bobzel
2021-09-23fixed one crash when color string has capital letters.bobzel
2021-08-26a lot of changes to move isContentActive into DocumentViewbobzel
2021-04-19more improvements to comic mode.bobzel
2021-04-19started to cleanup comic mode.bobzel