Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-01 | Merge branch 'marchcat/w-whitespace' into marchcat/x-ws-merge | Andrey Lihatskiy | |
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
LF, and trim trailing whitespaces as needed | |||
2024-03-01 | triage#105 clearPopups() crash | Andrey Kleshchev | |
onTopLost can result in popup being removed or potentially removing more than one popup. | |||
2024-01-30 | BugSplat Crash #1409959 onTopLost | Andrey Kleshchev | |
onTopLost crashed 1. It contradicts callstack, but clearPopups() definetely has an issue due to not checking the pointer prior to calling onTopLost 2. According to callstack, crash happened around ~LLFolderViewFolder and while it does call removePopup for itself, it isn't a popup, the only one in the list would be the renamer, which calls back to parent, so made sure to secure it. 3. mFlashTimer was never deleted 4. Some explicit cleanup for TopLost | |||
2019-08-10 | DRTVWR-493 LLUI to LLParamSingleton | andreykproductengine | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-02-05 | MAINT-3555 crash in LLPanel::~LLPanel() on shutdown: | maksymsproductengine | |
- memory leaks fixing; | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
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 | |||
2010-10-06 | EXP-156 WIP Implement custom Skylight hints | Richard Nelson | |
2010-09-22 | EXP-109 WIP strip down main_view.xml | Richard Linden | |
made menu keyboard access only work when menus are visible dummy widgets are now added with a parent view that is invisible popupview can now be default-built | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-04-09 | EXT-6693 - [crashhunters] crash in LLPopupView::handleMouseEvent | Richard Nelson | |
reviewed by Monroe | |||
2010-04-07 | EXT-6693 - [crashhunters] crash in LLPopupView::handleMouseEvent | Richard Linden | |
2010-03-18 | oops, type right before commit :( | Richard Linden | |
2010-03-18 | EXT-6347 - Crash when clicking on member's section of Oskar Linden Fanclub | Richard Nelson | |
reviewed by Callum | |||
2010-03-08 | EXT-6256 - Viewer 2 - Search field set the focus out of the field when user ↵ | Richard Nelson | |
type 'ne' or 'na' or some other letters combinations reviewed by Leyla | |||
2010-03-05 | Fix for a crash on startup/shutdown introduced in the tip of viewer-2-0 very ↵ | Monroe Linden | |
recently. list.erase(list.find()) is not safe, because erasing list.end() is undefined. Check to make sure the find succeeded before doing the erase. Reviewed by Richard at http://codereview.lindenlab.com/341001 | |||
2010-03-04 | removed extraneous updateBoundingRect() calls | Richard Nelson | |
remove the login progress panel as a popup only after it has finished fading out popupview manages it's own registering and unregistering of popup callbacks | |||
2010-03-03 | nested popups close properly | Richard Linden | |
2010-03-03 | resizing and nesting of popups now work | Richard Linden | |
2010-03-03 | WIP - replace top ctrl with LLPopupView | Richard Linden | |
2010-03-02 | added missing files | Richard Nelson | |