Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-16 | MAINT-6511 Added a null check in LLFloaterView::restoreAll | AndreyL ProductEngine | |
2016-05-25 | MAINT-2583 Minimized floaters cannot brought back to foreground anymore | Mnikolenko Productengine | |
2016-05-23 | MAINT-2583 Minimized floaters cannot brought back to foreground anymore | Mnikolenko Productengine | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-12-10 | Rename llround(..) to ll_round(..) because of a collision with MS llround ↵ | callum_linden | |
(long long round) in VS2013 | |||
2014-05-13 | sunshine-external merge WIP | Brad Payne (Vir Linden) | |
2014-03-12 | merge | Brad Payne (Vir Linden) | |
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-26 | Fix linux build - make default check in switch statement | Simon Linden | |
2014-02-26 | MAINT-3555 FIXED crash in LLPanel::~LLPanel() on shutdown: | maksymsproductengine | |
- LLFloaterView::mToolbarRects[3] was transformed to LLRect mToolbarLeftRect, mToolbarBottomRect, mToolbarRightRect; | |||
2014-02-26 | MAINT-3555 : crash in LLPanel::~LLPanel() on shutdown. Fixes to be paranoid | simon | |
about the return type for calls to LLView::getParent(): never assume a down cast is possible. | |||
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-11 | MAINT-3553 Another checking is added to avoid possible crash. | Mnikolenko ProductEngine | |
2013-12-05 | merge | Brad Payne (Vir Linden) | |
2013-11-11 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
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-29 | Merge viewer-release => sunshine-internal | Don Kjer | |
2013-10-15 | renamed TimeBlock to BlockTimerStatHandle | Richard Linden | |
2013-10-15 | merge changes for DRTVWR-336 | Oz Linden | |
2013-09-09 | merge with viewer-release | Richard Linden | |
2013-09-05 | changed fast timer over to using macro | Richard Linden | |
another attempt to move mem stat into base class | |||
2013-09-04 | merge | Brad Payne (Vir Linden) | |
2013-08-28 | merging viewer release | Gilbert Gonzales | |
2013-08-26 | merge changes for 3.6.4-release | Oz Linden | |
2013-10-23 | Merge latest viewer-release with FBC | simon | |
2013-09-13 | Build fix after patch for MAINT-3137 | dmitrykproductengine | |
2013-09-26 | MAINT-3163 FIXED Since CHUI, floaters can be moved totally underneath bottom ↵ | maksymsproductengine | |
toolbar buttons and "lost". | |||
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard Linden | |
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders | |||
2013-07-25 | VITA test framework - record events support | Jeff (Gioffredo Linden) | |
2013-06-14 | WIP: sh-4035 backed out changes to appearance window confirmation | prep@lindenlab.com | |
2013-06-07 | Removed some debug tracking | prep@lindenlab.com | |
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-06-03 | SH-4035 spec change. If you revert after quiting, SL shutsdown. | prep | |
2013-06-03 | Fix for sh-4221 Sometimes ctrl+q needed to be hit twice | prep | |
2013-05-28 | Sh-4035: Updated implementation according to new specs. Fixed a couple of ↵ | prep@lindenlab.com | |
outstanding bugs. | |||
2013-05-22 | Pull merge from viewer-release | Merov Linden | |
2013-05-22 | Pull merge from viewer-release | Merov Linden | |
2013-05-21 | merge | Brad Payne (Vir Linden) | |
2013-05-17 | CHUI-959 FIXED Resident picker allowed to open behind fui toolbars | maksymsproductengine | |
2013-05-16 | CHUI-963 (Toggling chat fui button twice tears off nearby chat to lower left ↵ | mberezhnoy | |
corner also deletes other open conversations) | |||
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-05-10 | SH-4035: Removed prompt to save if av just has outfit changes. Hooked up ↵ | prep@lindenlab.com | |
logic to handle ctrl+w and ctrl+shift+w confirmation prompts | |||
2013-05-02 | Pull from viewer-fbc | Merov Linden | |
2013-05-02 | ACME-307 Fix crash when clicking profile button: The crash was caused by ↵ | Gilbert Gonzales | |
existing code which was taking the last focused element and assuming it was a pointer to a LLUICtrl. Now assume the pointer is of type LLView since there is not need to have it as a LLUICtrl pointer. | |||
2013-04-18 | CHUI-938 FIXED Pop up (?) notification steals focus | maksymsproductengine | |