Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-13 | Clean up Windows build (#2562) | Ansariel Hiller | |
* APR_DECLARE_STATIC and APU_DECLARE_STATIC gets already defined in APR.cmake * Move both _CRT_SECURE_NO_WARNINGS and _WINSOCK_DEPRECATED_NO_WARNINGS definitions to 00-Common.cmake * Always define WIN32_LEAN_AND_MEAN and include subset of Windows API by default * Remove llwin32headerslean.h and remove unnecessary WIN32_LEAN_AND_MEAN definition handling in llwin32headers.h * Clean up includes of Windows API headers * Get rid of workaround to link against IPHLPAPI.lib in lluuid.cpp - this seems to have been an issue in the past that has been fixed | |||
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
LF, and trim trailing whitespaces as needed | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2013-10-08 | merge from viewer-release | Richard Linden | |
2013-09-17 | MAINT-3161 : Clean up avatar muting code and prototype feature | simon | |
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-02-01 | dos2unix these files | 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-13 | Reworked IDropTarget COM interface impl - now much cleaner and doesn't crash! | 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 |