summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindowcallbacks.cpp
AgeCommit message (Collapse)Author
2009-12-03Added the LLWindowCallbacks::DragNDropAction enum, and made the mac ↵Monroe Linden
implementation and the cross-platform window callbacks use it (instead of 'bool drop'). This will break the windows impl until someone fixes it to match.
2009-12-03Change API to no longer include slurl argument (its a platform-agnostic ↵Rick Pasetto
policy), add some code (not working yet) to implement DND on the mac
2009-11-24Added support for dropping SURLs onto viewercallum
Does right thing when logged in - needs some work at login page Removed (commented out) WM_DROPFILES code for now
2009-11-12Change 'handleDrop()' API to 'handleDragNDrop', which now takes a "drop" BOOLRick Pasetto
2009-10-27Added IDropTarget interface. Still lots of cleanup but this works ok.callum
You can drag over from Firefox or IE onto a prim
2009-10-21Backed out changeset: 57dc52edbbc9Rick Pasetto
2009-10-21Backed out changeset 60da2fc952a0Rick Pasetto
2009-10-21Test code to allow drag/drop of *file* (not URLs) into the viewer Window - ↵callum
Will not be pushed to main repository - only committed so I can bundle my changes and share
2009-06-21merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3Steven Bennetts
ignore-dead-branch