summaryrefslogtreecommitdiff
path: root/indra/llwindow/lldragdropwin32.cpp
AgeCommit message (Collapse)Author
2016-04-22Windows: 1. GWL_USERDATA must be GWLP_USERDATA to be compatible with x86 and ↵Nicky
x64. (GWL_USERDATA is deprecated anyway). 3. Replace Get/SetWindowLong with Get/SetWindoeLongPtr or placing this into GWLP_USERDATA will truncate the pointer. (transplanted from 5f50745bff03700d3862a6bb1eb5936be0fdc6cd)
2015-11-10remove execute permission from many files that should not have itOz Linden
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-02-07EXP-1181 WIP as a designer I would like to specify default floater positions ↵Richard Linden
using realtive coordinates changed over to new convert() method added LLCoordFloater
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-02-10CID 424Tofu Linden
Checker: UNINIT_CTOR Function: LLDragDropWin32Target::LLDragDropWin32Target(HWND__ *) File: /indra/llwindow/lldragdropwin32.cpp
2010-02-01dos2unix these filesRick Pasetto
2010-01-07Fix drag and drop for windows. Makes Win32 state machine behave more like Mac.Callum Prentice
2009-12-03Fix windows build to now use DragNDropAction instead of a bool 'drop'Rick Pasetto
2009-12-03Fix Windows build based on API change to handleDragNDrop()Rick Pasetto
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-24Add support for changing OS cursor when mouse passescallum
over a prim you can drop on versus one you can't.
2009-11-19Automated merge with ssh://rick@hg.lindenlab.com/rick/viewer-2-0-rickcallum/Rick Pasetto
2009-11-19Fix merge errorRick Pasetto
2009-11-18Add support for removing the Windows specific drag/drop codecallum
from the codebase via a new CMake file (DragDrop.cmake).
2009-11-18Merge with remoteRick Pasetto
2009-11-13Reworked IDropTarget COM interface impl - now much cleaner and doesn't crash!callum
2009-11-12Change 'handleDrop()' API to 'handleDragNDrop', which now takes a "drop" BOOLRick Pasetto
2009-11-03Convert screen coordinates from IDropAction to window coordinates.callum
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