aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-25cleanup of rootSelected to default to false. remove unused mobile classes.bobzel
2023-11-25fix for zooming collections that have native dimsbobzel
2023-11-24mergesrichman333
2023-11-22fixed more issues with rotation. restrutured how MarqueeAnnotator works to ↵bobzel
be simpler and more correct.
2023-11-20made nudging operate on screen space pixelsbobzel
2023-11-20cleaned up rotation references to use screentolocaltransformbobzel
2023-11-20added rotation to transforms (partially done)bobzel
2023-11-20fixes for selecting/moving docs that are rotated.bobzel
2023-11-19stop rendering web pages when zoomed out > 25xbobzel
2023-11-19restored shallow observable to prevent pivot views from crashing.bobzel
2023-11-19from lastbobzel
2023-11-19from lastbobzel
2023-11-19fixed animations of text html overlays and turned off overflow hidden so ↵bobzel
that rotation doesn't get clipped. cleaned up docView querying for Selection
2023-11-19fixed creating anchors when pinning pdf/web/text doc with selection. fixed ↵bobzel
showing selected text overlay for text docs.
2023-11-18fixed ctrl-drag for expressions, maps, fform doc selections. fixed using ↵bobzel
shift to add Doc to a selection and also when bounding box already covers the doc to add. fixed dragging maximize button to start goldenlayout drag properly. fixed typing character to group,etc a multiselection when a text doc has input focus. fixed using clusters. add Shift-U to ungroup alternate group style. multi-select blurs() all active inputs. shift-selecting a multi-selected Doc, deselects it.
2023-11-18fixed scaling of dataviz boxes when native dims are set.bobzel
2023-11-17from lastbobzel
2023-11-17major overhaul of resizing code. updated doc fields for enabling native ↵bobzel
with modification to be cleaner. added Vcenter option for text in menu bar. fixed doc rotation. enabled scaling of DataViz views. fixed text sidebar opening size and sidebar issues with native dims for PDF/Web
2023-11-17from lastbobzel
2023-11-17cleaned up captions/title codebobzel
2023-11-16from lastbobzel
2023-11-16added padding slider for groups in properties view.bobzel
2023-11-16fixed autoresetview to trigger when document is closed. fixed keyvalueboxes ↵bobzel
of groups to be interactive. made portals a square aspect ratio.
2023-11-16removed touch code that wasn't being used or maintainedbobzel
2023-11-16from lastbobzel
2023-11-16from lastbobzel
2023-11-16fixed alt-drag to toggle scroll mode. fixed replaceTab to work properly ↵bobzel
with panelNames. made slides pointing to trails open the target trails in situ. cleaned up code when starting drag to call freeformview more nicel. fixed brush/highlight of tabs. made collectionFreeformView/FreeformDocs use a more robust and simpler approach to caching freeform values.
2023-11-15schema code cleanupbobzel
2023-11-14fixed pointer events with nested views in texst boxes. fixedbobzel
2023-11-14simplified goldenlayout tab buttons and made open in lightbox more ↵bobzel
accessible for a tab.
2023-11-12cleaning up freeformview code.bobzel
2023-11-12removed unused collectoinstaffview.bobzel
2023-11-10fixed animation timeline to not fade in/out the collection. fixed keyframe ↵bobzel
animator to interpolate colors.
2023-11-10cleanup. fix color setting/interpolation for freeform animated views.bobzel
2023-11-10tweaked keyboard modifiers for pan & zoom modes so that ctrl drag is ↵bobzel
distinguishable from pinch zoom
2023-11-09scroll mode fixes.geireann
2023-11-09playing with pan zoom modes.geireann
2023-11-08clean up of LightboxViewbobzel
2023-11-08from lastbobzel
2023-11-08fixed 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-07Changed 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-06Merge branch 'master' into dataViz-annotationssrichman333
2023-11-06annotations update!srichman333
2023-11-04cleanupbobzel
2023-11-02performance 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-02cleaned 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-01fixes 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-01fixed 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-01changed collection background grid to dots like figma until zoomed in, then ↵bobzel
lines.
2023-11-01cleaned up presentaton path linesbobzel