Age | Commit message (Collapse) | Author |
|
|
|
Fixes for two image loading crashes
|
|
|
|
|
|
|
|
MAINT-6785 Don't parse XML when creating dummy LLPanel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
of the avatar to enable/disable buttons.
|
|
|
|
|
|
|
|
|
|
numbering scheme
|
|
|
|
|
|
|
|
|
|
|
|
This didn't become apparent until we got past the other Windows build issues
and attempted to link the viewer itself.
|
|
In recent versions of Boost, BOOST_THREAD_LIBRARY depends on
BOOST_SYSTEM_LIBRARY. In llcorehttp/CMakeLists.txt, these were
incorrectly ordered for Linux. Somewhat oddly, that appears to have
caused Linux link errors even in llmath. Fix at least this problem.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dialog.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
installation
|
|
|
|
|
|
|
|
|
|
|
|
* Use USER_DEFAULT_SCREEN_DPI define from WinUser.h
* Change Win32 SDK target version to Windows Vista or greater
* Define WM_DPICHANGED as preprocessor definition as in WinUser.h
* Cull manual definitions of WM_MOUSEWHEEL and WHEEL_DELTA which are part of the Win32 SDK since Windows NT 4.0
|
|
|
|
|