Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Automated merge with http://hg.secondlife.com/viewer-release | Nat Goodspeed | |
2014-04-30 | MAINT-4009: Patching another memory leak in LLBadgeOwner that indirectly was ↵ | Stinson Linden | |
also causing leaks in llimage. | |||
2014-04-29 | MAINT-3975 FIX Group Invitation window omits ? button for listed residents ↵ | Richard Linden | |
(INTEREST LIST RC only) | |||
2014-04-29 | changed memory log frequency to 30 seconds to improve data gathering | Richard Linden | |
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 | merge changes for STORM-1831 | Oz 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 | catch a few more cases of STANDALONE -> USESYSTEMLIBS | Oz Linden | |
2014-04-22 | merge changes for OPEN-199 | Oz Linden | |
2014-04-22 | merge changes for STORM-1915 | Oz Linden | |
2014-04-22 | merge changes for STORM-2023 | Oz Linden | |
2014-04-22 | Merge | Xiaohong Bao | |
2014-04-22 | merge up to 3.7.6-release | Oz Linden | |
2014-04-22 | merge | Brad Payne (Vir Linden) | |
2014-04-21 | Merge downstream code | simon | |
2014-04-21 | Pull and merge DRTVWR-364 | simon | |
2014-04-21 | merge changes for 3.7.6-release | Oz Linden | |
2014-04-21 | Merge downstream code | 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 | Another oops windows build fix. | Cinder | |
2014-04-21 | Windows build fix. | Cinder | |
2014-04-18 | Reinstate support text appendText() in LLFloaterAbout | Cinder | |
2014-04-18 | Remove clearHighlights() | Cinder | |
2014-04-18 | Move some more script editor functions from LLTextEditor to LLScriptEditor | Cinder | |
2014-04-18 | Fix header guard | Cinder | |
2014-04-18 | Remove calls to now unused methods | Cinder Biscuits | |
2014-04-18 | STORM-2023: Restore system color picker on OSX | Cinder Biscuits | |
2014-04-18 | Trivial typo fix | Cinder | |
2014-04-18 | Begin moving script editor portions of LLTextEditor to their own derived class. | Cinder | |
This should fix the run off segment bugs by not overriding LLTextBase::clearSegments() in LLTextEditor TODO: Move the rest of the script stuff out of LLTextEditor for simplicity sake | |||
2014-04-16 | Undo of overzealous removal. | Aura Linden | |
2014-04-16 | Orphaned definition | Cinder | |
2014-04-16 | bool not U32 | Cinder | |
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 | |