aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/DragManager.ts
AgeCommit message (Collapse)Author
2019-06-17single link can be dragged from link menuFawn
2019-06-15fixed dragging within treeview.Bob Zeleznik
2019-06-15merge with masterFawn
2019-06-14cleaned up more link codeFawn
2019-06-14Merge branch 'master' into pdf_implbob
2019-06-12nice!yipstanley
2019-06-12reverse annotatingyipstanley
2019-06-11merged embedded linking with masterbob
2019-06-10added set up for metadata on linksFawn
2019-06-10fixes for treeview highlighting, templates, field deletion, overlaytext box ↵bob
positioning
2019-06-08several fixes to templates and a fix for link dragging.Bob Zeleznik
2019-06-07tree view reordering.bob
2019-06-07some comments, switching computersloudonclear
2019-06-07links can be categorized under a groupVellichora
2019-06-07starting annotation dragssyipstanley
2019-06-06links get saved to global tableSam Wilkins
2019-06-04icon and stacking view fixes.bob
2019-05-30fixed context menus and tree view jitter.bob
2019-05-16fixed links so that you can adjust the pan location of a collection when its ↵Bob Zeleznik
a link endoint
2019-05-16Fixed linter errorsTyler Schicke
2019-05-16pulled from master and resolvedSam Wilkins
2019-05-13a bunch of fixes to schemas, marquees, and an experimental feature to set a ↵bob
document's data with linking UI
2019-05-11basic internal drag and drop of images via embedded linkSam Wilkins
2019-05-10added summary screen grab icon as a template view of a text document. ↵Bob Zeleznik
converted Cast(...ListSpec(Doc)) pattern to DocListCast
2019-05-10Refactored SearchBoxTyler Schicke
Made DragManager able to handle async functions Cleaned up some other stuff
2019-05-09merge with master, but haven't reconciled internal and external linkingSam Wilkins
2019-05-09merged with masterSam Wilkins
2019-05-09cleaned up textlinking a little.bob
2019-05-09added start of hyperlinks to text boxesbob
2019-05-08Working implementation of remote cursorsSam Wilkins
2019-05-08fixes for templates and for draggingbob
2019-05-04initial commit - todo: use cursor field rather than generic tuple fieldSam Wilkins
2019-05-02cleaned up drag code - userDropAction takes precedence over dropAction. ↵bob
default is alias
2019-05-01fixed drag drop making source documents disappear. improved TreeView ↵Bob Zeleznik
collapsing. Chnaged schemaView options placement
2019-04-30Merge branch 'master' into newDocsbob
2019-04-27fixed dragdecorations titling. fixed some event issues with dragging and ↵Bob Zeleznik
textbox's context menu on mac
2019-04-27CompilingTyler Schicke
2019-04-27Drag managerTyler Schicke
2019-04-24playing with linkingbob
2019-04-24added blacklist to stop docs form linking to their parent collection. ↵bob
refactored drag threshold to Utils
2019-04-22better fixbobzel
2019-04-18avoid exceptionbob
2019-04-18fixed workspace switching exception. started to refresh minimize functionality.bob
2019-04-18reenabled zoon fading. added Esc.bob
2019-04-14mostly northstar cleanup, plus cleaning up main.tsxBob Zeleznik
2019-04-14playing with cyclic panningBob Zeleznik
2019-04-12cleaned up and enabled linking to a top-level documentbob
2019-04-12added link count to tabs. changed tabs to drag document with no mods, and ↵bob
drag tab with shift
2019-04-11made COLLECTION_BORDER_WIDTH a CSS variable accessible from code. changed ↵Bob Zeleznik
global css variable file name
2019-04-11Fixed style import stuffTyler Schicke