aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-10-09lint fixesbobzel
2024-10-09Merge branch 'master' into ajs-before-executablebobzel
2024-10-08yet another fix to cardView to make animations smooth - need to specifically ↵bobzel
target hidingDecorations without going using IsResizing as a hack
2024-10-07more lintbobzel
2024-10-07fixed import cycle by making addHotKey a propbobzel
2024-10-07fixed card 'pile' function. lint fixes.bobzel
2024-10-07lint fixesbobzel
2024-10-07comment cleanupbobzel
2024-10-04cleaning up CardDeckView so that animations work smoothlybobzel
2024-10-03fixed tagsView height when zooming.geireann
2024-10-02fixed bottom padding in textbox for tags to depend on yMargins.bobzel
2024-10-02added xMargin for carousel to prevent buttons from overlapping text, etc. ↵bobzel
Made showing tags an option for carouselViews that needs to be turned on with showChildTags. Gave text boxes extra height when show Tags is on.
2024-10-02added showTags button for cardView. fixed unnecessary invalidations of ↵bobzel
TagsView based on child screenToLocal changing when its not rendered.
2024-10-01set default radius eraser widthbobzel
2024-10-01changed how smoothing curves works - got rid of simplify.js dependencybobzel
2024-10-01Merge branch 'eleanor-gptdraw' of https://github.com/brown-dash/Dash-Web ↵eleanor-park
into eleanor-gptdraw
2024-10-01working on image bug for a whileeleanor-park
2024-10-01fixed setting ink multiselections in properties viewbobzel
2024-10-01more lint fixesbobzel
2024-10-01fixed saving to anno palette.bobzel
2024-10-01more annopalette related cleanupbobzel
2024-10-01cleaning up smart drawing menu options.bobzel
2024-10-01fixed some lint errors. fixed how drawings are added to pdfs. fixed ↵bobzel
testing for ink in propertiesView.
2024-10-01fixed ink transcription to appear in the correct place. added transcription ↵bobzel
of selected ink.
2024-10-01resotre typesriptlibbobzel
2024-10-01from lastbobzel
2024-10-01don't unset activeTool in smartDraw handler and don't do anything if ↵bobzel
smartDraw is not shown
2024-10-01Merge branch 'master' into eleanor-gptdrawbobzel
2024-10-01fixed eraser mode button to show current eraser and to show options.bobzel
2024-10-01merged with masterbobzel
2024-10-01fixed contextmenu issue with nothing selected.bobzel
2024-10-01restored typescriptlibbobzel
2024-10-01Merge branch 'master' into zach-starterbobzel
2024-09-30upate AJ assistant from master and fix some lint errorsbobzel
2024-09-30merged with masterbobzel
2024-09-30changed filter tool to look like a menu section.bobzel
2024-09-29Merge branch 'master' into zach-startergeireann
2024-09-29updated npm packagesgeireann
2024-09-27fixed linting. cleaned up scribble erase code and fixed several issues with ↵bobzel
determining if cusp intersections amounted to a scribble. also fixed recognition of lines to not recognize scribbles.
2024-09-27Merge branch 'master' into zach-starterbobzel
2024-09-25add some commentsZachary Zhang
2024-09-25improve performance of scribble and added bounding box deleteZachary Zhang
2024-09-25fix scribble gesture to use bezier curves instead of control pointsZachary Zhang
2024-09-25fix scribble gesture to use bezier curve intersectionsZachary Zhang
2024-09-25removed star icon from carousel -- added showTags instead.bobzel
2024-09-25fixed icontagbox to show unselected buttons when doc is selected.bobzel
2024-09-24fixed screen to local for carousel views (especially when in lightbox)bobzel
2024-09-23added comments to pdf chunkerA.J. Shulman
2024-09-23made dropping links marks them as svgs. fixed doc drag interactions when ↵bobzel
items are selected to not have decorations bounce. fixed card deck to not shrink cards when card deck is short small and items are selected. fixied dragging cards when colletcion is nested to not have decorations bounce, and to allow rapid selection and dragging of cards. fixed dragging docs into/out of card view.
2024-09-22Merge branch 'eleanor-gptdraw' of https://github.com/brown-dash/Dash-Web ↵eleanor-park
into eleanor-gptdraw