Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-22 | Windows: 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-10 | remove execute permission from many files that should not have it | Oz Linden | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-02-07 | EXP-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-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-02-10 | CID 424 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLDragDropWin32Target::LLDragDropWin32Target(HWND__ *) File: /indra/llwindow/lldragdropwin32.cpp | |||
2010-02-01 | dos2unix these files | Rick Pasetto | |
2010-01-07 | Fix drag and drop for windows. Makes Win32 state machine behave more like Mac. | Callum Prentice | |
2009-12-03 | Fix windows build to now use DragNDropAction instead of a bool 'drop' | Rick Pasetto | |
2009-12-03 | Fix Windows build based on API change to handleDragNDrop() | Rick Pasetto | |
2009-11-24 | Added support for dropping SURLs onto viewer | callum | |
Does right thing when logged in - needs some work at login page Removed (commented out) WM_DROPFILES code for now | |||
2009-11-24 | Add support for changing OS cursor when mouse passes | callum | |
over a prim you can drop on versus one you can't. | |||
2009-11-19 | Automated merge with ssh://rick@hg.lindenlab.com/rick/viewer-2-0-rickcallum/ | Rick Pasetto | |
2009-11-19 | Fix merge error | Rick Pasetto | |
2009-11-18 | Add support for removing the Windows specific drag/drop code | callum | |
from the codebase via a new CMake file (DragDrop.cmake). | |||
2009-11-18 | Merge with remote | Rick Pasetto | |
2009-11-13 | Reworked IDropTarget COM interface impl - now much cleaner and doesn't crash! | callum | |
2009-11-12 | Change 'handleDrop()' API to 'handleDragNDrop', which now takes a "drop" BOOL | Rick Pasetto | |
2009-11-03 | Convert screen coordinates from IDropAction to window coordinates. | callum | |
2009-10-27 | Added IDropTarget interface. Still lots of cleanup but this works ok. | callum | |
You can drag over from Firefox or IE onto a prim |