Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-15 | schema code cleanup | bobzel | |
2023-11-14 | fixed pointer events with nested views in texst boxes. fixed | bobzel | |
2023-11-14 | simplified goldenlayout tab buttons and made open in lightbox more ↵ | bobzel | |
accessible for a tab. | |||
2023-11-12 | cleaning up freeformview code. | bobzel | |
2023-11-12 | removed unused collectoinstaffview. | bobzel | |
2023-11-10 | fixed animation timeline to not fade in/out the collection. fixed keyframe ↵ | bobzel | |
animator to interpolate colors. | |||
2023-11-10 | cleanup. fix color setting/interpolation for freeform animated views. | bobzel | |
2023-11-10 | tweaked keyboard modifiers for pan & zoom modes so that ctrl drag is ↵ | bobzel | |
distinguishable from pinch zoom | |||
2023-11-09 | scroll mode fixes. | geireann | |
2023-11-09 | playing with pan zoom modes. | geireann | |
2023-11-08 | clean up of LightboxView | bobzel | |
2023-11-08 | from last | bobzel | |
2023-11-08 | fixed bug where tableBox's didn't render all of the rows they receive. lots ↵ | bobzel | |
of code cleanup -- moving things from Doc.ts to better locations. Changed overlays and published docs to be local to their dashboard. changed treeview icons. | |||
2023-11-07 | Changed how selection works to avoid invalidations. Fixed Cast problem with ↵ | bobzel | |
ProxyFields that caused renameEmbedding to infinite loop.. Changed brushing for the same reason. Cleaned up a few things with filter code. | |||
2023-11-06 | Merge branch 'master' into dataViz-annotations | srichman333 | |
2023-11-06 | annotations update! | srichman333 | |
2023-11-04 | cleanup | bobzel | |
2023-11-02 | performance fixes - don't invalidate as much by using reactions in place of ↵ | bobzel | |
computd values; don't make things active when things are dragged unless CanEmbed; fix for linkBox to use reaction. | |||
2023-11-02 | cleaned up brushView to only apply to freeformviews that aren't overlays ↵ | bobzel | |
(wasn't being used properly. before anyway). cleaned up marquee view divs. | |||
2023-11-01 | fixes to snapping lines when dragging/resizing (lines are created for doc ↵ | bobzel | |
not being dragged, snapping lines are created for documents in groups). cleanup of pres path code. | |||
2023-11-01 | fixed so that ink properties can be set before drawing a stroke. fixed ↵ | bobzel | |
turning off ink when menu is collapsed. added meta-click to fit all for collections, or zoom in on a document. | |||
2023-11-01 | changed collection background grid to dots like figma until zoomed in, then ↵ | bobzel | |
lines. | |||
2023-11-01 | cleaned up presentaton path lines | bobzel | |
2023-10-31 | fixed deselecting video/audio with escape. fixed focus or open on iconified ↵ | bobzel | |
docs to just show them (not toggle), and fixed to showDocument on target unless its container isn't displayed. | |||
2023-10-31 | fixed keyframe animation of ink and links. fixed getDocumentview with ↵ | bobzel | |
preferred collection | |||
2023-10-31 | fixed groups to use actual document boundaries for ink or link lines, ↵ | bobzel | |
instead of boundingbox. fixed doc title css. started to make link lines more compatible with ink. | |||
2023-10-30 | fix for group child dragging that still allows titles to be clipped when ↵ | bobzel | |
border radius is set. | |||
2023-10-27 | from last | bobzel | |
2023-10-27 | added collection itself to timeline | bobzel | |
2023-10-27 | removed async nonsense from tracks and regions. added some comments. | bobzel | |
2023-10-26 | a variety of fixes to the animation timeline to make it make some sense. ↵ | bobzel | |
lots still broken. | |||
2023-10-26 | enabled different title colors per doc, not just per user. added support for ↵ | bobzel | |
screen space doc titles, and for proper title clipping when borderRadius is set. added dropdown for setting title field to display and tweaked editableView to enable ellipsis for overfow | |||
2023-10-25 | fix to group pointer events for nested groups. | bobzel | |
2023-10-25 | fixed problem setting ink arrows where they don't show up until the line is ↵ | bobzel | |
modified. | |||
2023-10-24 | adjustment to group pointer events for ink. | bobzel | |
2023-10-24 | fixed hide before/after in trails. move ink mask to developer. fixed ↵ | bobzel | |
tangent dragging on some curves that have no initial tangent. fixed tree view highlights when dragging. | |||
2023-10-21 | change doc decorations rotation icon to bottom right. cleaned up lock icon. ↵ | bobzel | |
fixed autoresetview of collections to not fire when dragging. | |||
2023-10-21 | change to doc decorations to be more "lightweight". made linkBox render ↵ | bobzel | |
links in a freeform view as a DocView. added an auto-reset view option for freeforms. fixed highlighting ink strokes. Made groups behave better for selecting things 'inside' the group bounding box that aren't in the group. Added vertically centered text option. | |||
2023-10-19 | made new golden layouts splits smaller | bobzel | |
2023-10-16 | Merge branch 'master' into dataViz-annotations | srichman333 | |
2023-10-16 | sidebar opens when following link | srichman333 | |
2023-10-16 | fixed deleting docs | bobzel | |
2023-10-16 | center text + scrolling covers whole table height | srichman333 | |
2023-10-16 | Merge branch 'master' into dataViz-annotations | srichman333 | |
2023-10-16 | from last | srichman333 | |
2023-10-16 | cleaned up css and cursor pointer for tableboxes. prevent links being drawn ↵ | bobzel | |
to keyvaluebox. | |||
2023-10-16 | added auto reset view option for collections. | bobzel | |
2023-10-12 | Merge branch 'master' into dataViz-annotations | srichman333 | |
2023-10-12 | fix for tableBox scrolling | bobzel | |
2023-10-12 | performance fixes to reduce re-rendering : moved link brushing out of Doc's ↵ | bobzel | |
highlighting and into Annotation.tsx, stopped freeformview from rerendering whenever its invalidated by not always setting layoutElements to a new list. |