aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/DragManager.ts
AgeCommit message (Collapse)Author
2020-08-13fixed import to use _chromeStatus and fixed drag behavior not to make a ↵bobzel
delegate.
2020-07-25made buttons turn into fonticons on iconify. droppin fonticons onto linear ↵Bob Zeleznik
views keeps them as buttons. droppin buttons on linear view makes them fonticons. fixed ColletionMenu scripts to work with templates by usin self instead of this. fixed pointer events with text boxes for filterview & normal. fixed fieldKey deletin and addin
2020-07-21fixed compile warningsBob Zeleznik
2020-07-21fixed up autoscrollin a bit. scrolls the correct collection and waits 250ms ↵Bob Zeleznik
to start scrolling.
2020-07-20fixed noAutoscroll functionality for creator iconsBob Zeleznik
2020-07-17changed dropping menu items from collectionMenu to create fonticonbuttons if ↵Bob Zeleznik
all parameters are filled in. . and buttons are placed in overlay layer. added labels to all fonticons usin title + added a tooltip field. turned off autoscroll of freeform view when dragign buttons (which will be in the overlay)
2020-07-14proper fix for onClickHandlers so they don't invalidate things when they ↵Bob Zeleznik
haven't changed.
2020-07-14possible fix for dragging icons problem caused by setisdragging invalidating ↵Bob Zeleznik
the dragged element
2020-07-12fixed updating RichTextMenu with proper values for fontFamily, size, bullet, ↵Bob Zeleznik
and alignment
2020-07-08added dashDragging eventanika-ahluwalia
2020-06-29cleaned up undo handling on internal drag/dropBob Zeleznik
2020-06-27cleaned up a bunch of stuff related to TreeViews and link dots. added ↵Bob Zeleznik
option for link dots to show up in tree views. changed titles in tree views to be truncatable. fixed edting of treeview titles when an alias is in the tree view as well.
2020-06-25added link preview for blue buttons.Bob Zeleznik
2020-06-24fixed warnings. fixed blockquote menu function.Bob Zeleznik
2020-06-23fixed coloring linksBob Zeleznik
2020-06-19fixed a bunch of minor bugs with pdf ui, text box selection, menus, etc.Bob Zeleznik
2020-06-17fixed scrolling in left sidebar tools panel. changed docking data fieldto ↵Bob Zeleznik
track all tabs ever created. changed tab colors. enabled of embedding into text documents with 'a'
2020-06-14changed library to have catalog default to a schema view. fixed dragging ↵Bob Zeleznik
to/from catalog to use 'same' and 'alias' as appropriate for dragging in/out.
2020-06-14fixed dragging in tree views for Catalog to "copy" documents within the ↵Bob Zeleznik
sidebar instead of aliasing them.
2020-06-14lint/compile fixes. fixed entering/display of formulas in schema views.Bob Zeleznik
2020-06-09fixed lots of errors/warnings. added 'a' to be able embed documents on ↵Bob Zeleznik
drop. added 'l' toggle to perist lasso/marquee mode.
2020-06-08a bunch of cleanup to fix import order and to organize/restructure ink ↵Bob Zeleznik
things in the right places.
2020-05-15Merge branch 'frameAnimations'Bob Zeleznik
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-05-14added frame animation for colelction views.Bob Zeleznik
2020-05-12added snapping for fixedAspect br/tl drag handles.Bob Zeleznik
2020-05-11cleaned up menu items. improved snapping with fixed aspect items, but not ↵Bob Zeleznik
perfect.
2020-05-09fixed missing gear in golden layout. fixed double dragging events. changed ↵Bob Zeleznik
dragging to give prefernce to modifier keys over dropactions. changed names of Documents to Catalog. added document copy past with ctrl c/ctrl v
2020-05-07fixed most add/remove/move documents to support doc[]'sBob Zeleznik
2020-05-04fixed links and snap lines broken by moving things into DragManager.Bob Zeleznik
2020-05-04open scripts on right. cleanup collection links slighltyBob Zeleznik
2020-05-03extended documentBox's to support drag and drop of style. reorganized ↵Bob Zeleznik
imports to avoid some cycles
2020-05-02turn off targetDropAction when dropping in same colleciton. cleaned up ↵Bob Zeleznik
PresBox stuff to use single template to render all contents (which are otherwise unmodified).
2020-05-01added childLayoutTemplate to render collection children w/o modifying them. ↵Bob Zeleznik
fixed docComponent's layoutDoc to use LayoutDoc prop. change buxton template to use new template mechanisms. fixed fixed lint errors.
2020-04-30working version of snapping with resize / templates / centersBob Zeleznik
2020-04-30fixed up snapping with resizeBob Zeleznik
2020-04-30fixed drag snap bugBob Zeleznik
2020-04-30ugh -- fixed my bug with snapping.Bob Zeleznik
2020-04-30fixes for snapping & timeline. changed looi of document decorationsBob Zeleznik
2020-04-29fixed problems with snapping so that it snaps on finishDrag. cleaned up ↵Bob Zeleznik
code a bit.
2020-04-28Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Stanley Yip
snapper
2020-04-26fixed title layout for text. fixed documentBox for nested collections. ↵Bob Zeleznik
fixed tree view for text boxes. changed labelbox formatting.
2020-04-25added a targetDropAction field to specify the drop action from the target's sideBob Zeleznik
2020-04-25added internalPreDrop to set dropActions. made linksView turn off during ↵Bob Zeleznik
dragging.
2020-04-25got rid of focus mechanism on click. fixed shift-click to multiselect. ↵Bob Zeleznik
fixed pile view interactions. added FollowLink on click menu items.
2020-04-22snapping!Stanley Yip
2020-04-21added MakeClone to alias documents in a collection. fixed embedded custom ↵Bob Zeleznik
templates.
2020-04-20better snapping, scaling is off stillStanley Yip
2020-04-20fixed moving documents in tree viewsBob Zeleznik
2020-04-19generate snap linesStanley Yip