Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-10 | Initial support for keyboard (in progress) but includes many viewer changes ↵ | callum_linden | |
to plumb in Key Up events | |||
2015-01-13 | merge changes for 3.7.24-release | Oz Linden | |
2014-10-18 | Update to build on Xcode 6.0: more removal of unused const variables ↵ | callum_linden | |
[-Wunused-const-variable] and member variables | |||
2014-09-11 | MAINT-4438 FIXED Warning message is changed to debug message. | Mnikolenko ProductEngine | |
2014-03-12 | merge with release | Richard Linden | |
2014-03-03 | [MAINT-3555][MAINT-3703] | Baker Linden | |
- Removed logging for MAINT-3555 - Added NULL guard to fix MAINT-3703 (hopefully) | |||
2014-02-25 | [MAINT-3784] - Viewer takes too long to shut down | Baker Linden | |
- Removed a lot of logging code to reduce application close time | |||
2014-02-20 | [MAINT-3555] Adding a bajillion log messages to (hopefully) narrow down the ↵ | Baker Linden | |
cause of the crash | |||
2013-12-09 | MAINT-3539 Additional checking was added to avoid possible crash. | Mnikolenko ProductEngine | |
2013-11-19 | MAINT-3375 FIXED Do not record visibility change if event logging is ↵ | Mnikolenko ProductEngine | |
off(because it kills fps). | |||
2013-11-06 | fixed some warnings | Richard Linden | |
2013-11-06 | merge with release | Richard Linden | |
2013-11-05 | further fix of inventory keyboard focus and tab order calculations | Richard Linden | |
2013-10-15 | renamed TimeBlock to BlockTimerStatHandle | Richard Linden | |
2013-10-01 | changed over to manual naming of MemTrackable stats | Richard Linden | |
changed claimMem and disclaimMem behavior to not pass through argument added more mem tracking stats to floater_stats | |||
2013-09-25 | better memory usage for LLTrace (tighter packing of recording arrays) | Richard Linden | |
removed complicated and unnecessary fast timer gapless handoff logic (it should be gapless anyway) improved MemTrackable API, better separation of shadow and footprint added memory usage stats to floater_stats.xml | |||
2013-09-05 | changed fast timer over to using macro | Richard Linden | |
another attempt to move mem stat into base class | |||
2013-08-27 | Fix coding style fails | Oz Linden | |
2013-08-27 | MAINT-3074: Remove warning log that kills FPS | Oz Linden | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-07-25 | VITA test framework - record events support | Jeff (Gioffredo Linden) | |
2013-07-01 | BUILDFIX: reverted changes that attempted to automate mem track | Richard Linden | |
stat definition as they don't work on gcc/clang | |||
2013-07-01 | SH-4294 FIX Interesting: Statistics Texture cache hit rate is always 0% | Richard Linden | |
also, removed LLTrace::init and cleanup removed derived class implementation of memory stat for LLMemTrackable is automatic now | |||
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-05-10 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
renamed LLView::handleVisibilityChange to onVisibilityChange to reflect standard naming conventions for handlers vs. reactors | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-14 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
collapsed Orientation enums to all use LLView::EOrientation added ability to display stat bar horizontally | |||
2013-03-06 | renamed LLTrace stat gathering classes/methods to make the structure of ↵ | Richard Linden | |
LLTrace clearer Count becomes CountStatHandle Count.sum becomes sum(Count, value), etc. | |||
2013-01-04 | SH-3468 WIP add memory tracking base class | Richard Linden | |
attempted fix for gcc compile errors can't use typeid() on a class that doesn't have a method defined in a translation unit fix is to force classes deriving from LLMemTrackable to use their own static member named sMemStat | |||
2012-12-15 | CHUI-591 FIXED Issues with resizing conversations floater | maksymsproductengine | |
2012-12-06 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
improved LLUnit compile time errors removed cassert in favor of llstatic_assert | |||
2012-11-20 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | William Todd Stinson | |
2012-11-12 | MAINT-1897 Poor performance viewing large group member lists | Kelly Washington | |
* Improve draw performance of scroll lists by only drawing what is visible * Reduce frequency of expensive column width calculations Fixes by Richard | |||
2012-09-28 | CHUI-367 : Completed : Show user name tooltip in all situations so to avoid ↵ | Merov Linden | |
the conversation name showing up | |||
2012-09-28 | CHUI-342, CHUI-366 and CHUI-367 : WIP : Allow a NO_TOOLTIP value for ↵ | Merov Linden | |
tooltips, update display/user names and sort on display/user names | |||
2012-06-07 | Merge : pull from lindenlab/viewer-release | Merov Linden | |
2012-05-30 | CHUI-119 WIP Prepare the nearby chat for hosting it by the IM-container | AlexanderP ProductEngine | |
2012-03-06 | EXP-1767 WIP Received Items panel state does not persist between sessions | Richard Linden | |
ensure that layout stack has updated its layout before manually resizing one of its elements (which was causing the manual resize to be stomped on by the newly triggered layout update) made layout stack animation occur even when layout stack not visible (inventory will appear in proper open/closed state) LLView::setShape() now only calls handleReshape() when dimensions change removed extraneous calls to LLLayoutStack::updateClass() so that it should be called only once per frame now, allowing it to limit animation updates to layout stacks to one per frame. fixed rendering glitches arising from reshaping LLFolderView while in the middle of its draw() method | |||
2012-02-24 | EXP-1181 FIX As a designer, I would like to specify default floater ↵ | Richard Linden | |
positions using relative coordinates floaters given specified positions will stay in that location floaters that stack will treat that as a specified position moving any floater will switch to relative positioning mode cleaned up some XUI where widgets were relying on a default height of 10 pixels | |||
2012-02-10 | EXP-1884 FIX Errors in navigating text when editing Landmarks and picks once ↵ | Richard Linden | |
a vertical scrollbar is shown | |||
2012-02-07 | EXP-1181 WIP as a designer I would like to specify default floater positions ↵ | Richard Linden | |
using realtive coordinates fixed build moved conversion funcs to llwindow.cpp as they work on all platforms refactored translateintorect to take overlap as parameter | |||
2012-02-07 | EXP-1181 WIP as a designer I would like to specify default floater positions ↵ | Richard Linden | |
using realtive coordinates refactored LLCoord code to be templated, ultimately to support arbitrary conversions | |||
2012-01-12 | Merge with latest from viewer-experience | Leslie Linden | |
2012-01-11 | assert for updating views while drawing was too aggressive | Richard Linden | |
made assert match actual error condition for list iterators reviewed by Leslie | |||
2012-01-05 | Latest from viewer-experience | Leslie Linden | |
2012-01-04 | Modified CRASH assert to not occur in release mode per Richard | Leslie Linden | |
2012-01-04 | Merge from viewer-experience | Leslie Linden | |
2012-01-03 | use lazy deletion of views via die() method to avoid some potential crashes | Richard Linden | |
2011-12-07 | Crash workaround when opening toats windows after a long session. | Leslie Linden | |
2011-11-04 | SH-2652 Don't allocate 6000+ strings every frame | Dave Parks | |