Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-09 | MAINT-3981 FIXED [SECURITY] Notecard being passed around that crashes any V3 ↵ | AndreyL ProductEngine | |
based viewer when opened. Correct fix after testing. | |||
2014-05-08 | Correcting a build error with the release viewer. | Stinson Linden | |
2014-05-07 | Pull and merge viewer-release as version 3.7.8 | simon | |
2014-05-07 | Fix Windows build issues: change in onVisibility() profile needed to ↵ | Merov Linden | |
percolate to SL Share panels | |||
2014-05-06 | Pull merge from lindenlab/viewer-release. Fixed some conflicts and compile ↵ | Merov Linden | |
errors | |||
2014-05-06 | increment viewer version to 3.7.8 | Oz Linden | |
2014-05-06 | Added tag 3.7.7-release for changeset 83959480cb98 | Oz Linden | |
2014-05-06 | MAINT-4009: Ensuring that the spare browser media source is cleaned up with ↵ | Stinson Linden | |
the LLViewerMedia class. | |||
2014-05-05 | MAINT-4009: Patching a small memory leak for when menu items were being ↵ | Stinson Linden | |
created before the viewer window initialization had created the menu holder. Also, added llasserts in other cases when referencing the menu holder to ensure the holder is non-null. | |||
2014-05-02 | MAINT-4009: Patching the memory leak occurring from the info icons that ↵ | Stinson Linden | |
appear when hovering over a chat history item. | |||
2014-05-02 | MAINT-4009: Patching the memory leak occurring in the scenario where avatar ↵ | Stinson Linden | |
icon was being created, but the tab container did not have a button to accept the gieven icon. | |||
2014-05-02 | MAINT-4009: Patching the memory leak occurring in the scenario where toast ↵ | Stinson Linden | |
panels were being created, but the screen channel were deciding not to display the given toasts. | |||
2014-04-30 | MAINT-4009: Patching the LLTabContainer that was leaking some child views ↵ | Stinson Linden | |
and their associated llimage allocations. | |||
2014-04-30 | MAINT-4009: Patching another memory leak in LLBadgeOwner that indirectly was ↵ | Stinson Linden | |
also causing leaks in llimage. | |||
2014-04-28 | MAINT-4009: Ensuring that the pick mask for the LLImageGL is always properly ↵ | Stinson Linden | |
freed during its cleanup method. | |||
2014-04-28 | MAINT-4009: Cleaning up the error callstacks memory before app quit. | Stinson Linden | |
2014-04-26 | MAINT-4009: Converting the Globals class within llerror to be derived from ↵ | Stinson Linden | |
LLSingleton so that it may be cleaned up properly on app exit. | |||
2014-04-25 | MAINT-4009: Ensuring to delete array data with the array delete in the ↵ | Stinson Linden | |
RawInjector destructor. | |||
2014-04-24 | MAINT-4009: Cleaning up some statically allocated memory in a ↵ | Stinson Linden | |
LLVolumeGeometryManager method that was never freed. | |||
2014-04-24 | MAINT-4009: Ensuring that the shader manager instance is released during ↵ | Stinson Linden | |
cleanup. | |||
2014-04-24 | MAINT-4009: Correcting a pointer deletion that should have correctly been an ↵ | Stinson Linden | |
array deletion. | |||
2014-04-23 | MAINT-4009: Cleaning up the curl easy handle during shutdown. | Stinson Linden | |
2014-04-23 | MAINT-4009: Freeing the allocated console during shutdown. | Stinson Linden | |
2014-04-23 | MAINT-4009: Adding an ares cleanup call to free the allocated memory. | Stinson Linden | |
2014-04-23 | MAINT-4009: Adding LLWinDebug::cleanup() to ensure memory is freed at app end. | Stinson Linden | |
2014-04-22 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-04-22 | Merge | Xiaohong Bao | |
2014-04-22 | merge | Brad Payne (Vir Linden) | |
2014-04-21 | Pull and merge DRTVWR-364 | simon | |
2014-04-21 | Merge downstream code updating version to 3.7.7 | simon | |
2014-04-21 | increment viewer version to 3.7.7 | Oz Linden | |
2014-04-21 | Added tag 3.7.6-release for changeset d029faf69f20 | Oz Linden | |
2014-04-16 | Undo of overzealous removal. | Aura Linden | |
2014-04-15 | Linux/Win: Bad checksum on Windows package. Libz and libpng linking ↵ | Monty Brandenberg | |
changes to find newest code. Windows autobuild package had a bad checksum due to oddities in the build system. On Linux I've been fighting with getting libz 1.2.8 and libpng 1.6.8 to be the definitive version in the viewer. Problem is the *massive* library search tree we assemble. We find older shared library versions first and so those dominated. By using --whole-archive with static libraries, the packaged versions of these libraries are made definitive. | |||
2014-04-15 | maint-5707 window should no longer be displayed. | Aura Linden | |
2014-04-15 | Disabled 'Sending to server Try N' messages from crash reporting. | Aura Linden | |
2014-04-15 | Merges in fix for Maint-5707 | Aura Linden | |
2014-04-14 | Fix for MAINT-5707 bad breakpad behavior with teleport links | Aura Linden | |
2014-04-14 | All/Mac: Update libraries to new template builds. Package for static ↵ | Monty Brandenberg | |
libz/libpng/openssl. Update library dependencies to reference builds using new templates and modern build hosts for: SDL, c-ares, boost, curl, libpng, llqtwebkit2, openssl and zlib. Update manifest, library copying and 'test_apps' setup to reflect that zlib and openssl are now always static (on Mac and Linux). Viewer and test_apps now functional on 10.7 Mac. | |||
2014-04-11 | Mac: Update llqtwebkit build, build and package dylib Qt4 pieces. | Monty Brandenberg | |
Part of the switchover to dynamic Qt4. This mostly completes the Mac side. Webkit is functional on Mac, plugins work. The two test programs, llfbconnectest and llplugintest, need a little more work to run without manual fixup ('.' on PATH and maybe a symlink to libz.1.dylib and they run and function on Mac). Also need to address libz.dylib vs libz.a. Currently resolving against dylib which is not what I want. | |||
2014-04-09 | All/Linux: Update llqtwebkit to latest all-shared lib build. Linux package | Monty Brandenberg | |
assembly updated to deal with Qt libraries and discrete codec and imageformat plugins (which live under bin/llplugin). Functioning Linux viewer with MoaP support with a few image problems (sRGB profile, zlib errors). Much of this expected to be due to the new 1.6.8/1.2.8 libpng/libz and we'll fix as needed. | |||
2014-04-08 | revived some deleted files to get mac build working | Richard Linden | |
2014-04-08 | added SKIP_AUTORUN command line flag to disable automatically running viewer ↵ | Richard Linden | |
after install | |||
2014-04-08 | merge | Brad Payne (Vir Linden) | |
2014-04-07 | fix for build errors...removed duplicate definition of getpid on windows | Richard Linden | |
2014-04-07 | merge with release | Richard Linden | |
2014-04-07 | Pulled viewer-vivox4.6 into this branch for future RC. | Aura Linden | |
2014-04-07 | Merged viewer release into vivox | Aura Linden | |
2014-04-07 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-04-07 | Pull merge from lindenlab/viewer-release | Merov Linden | |