summaryrefslogtreecommitdiff
path: root/indra/llwindow/lldragdropwin32.cpp
AgeCommit message (Expand)Author
2024-05-22Fix line endlingsAnsariel
2024-05-22Merge remote-tracking branch 'origin/main' into DRTVWR-600-maint-AAnsariel
2024-04-29#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ...Andrey Lihatskiy
2024-02-18Replace BOOL with bool in llwindow and dependent classesAnsariel
2016-04-22Windows: 1. GWL_USERDATA must be GWLP_USERDATA to be compatible with x86 and ...Nicky
2015-11-10remove execute permission from many files that should not have itOz Linden
2013-08-09second phase summer cleaningRichard Linden
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
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-02-10CID 424Tofu Linden
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
2009-11-24Add support for changing OS cursor when mouse passescallum
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
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