summaryrefslogtreecommitdiff
path: root/indra/newview/llpopupview.cpp
AgeCommit message (Collapse)Author
2015-11-10remove execute permission from many files that should not have itOz Linden
2014-02-05MAINT-3555 crash in LLPanel::~LLPanel() on shutdown:maksymsproductengine
- memory leaks fixing;
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-02-07EXP-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-06EXP-156 WIP Implement custom Skylight hintsRichard Nelson
2010-09-22EXP-109 WIP strip down main_view.xmlRichard 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-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-04-09EXT-6693 - [crashhunters] crash in LLPopupView::handleMouseEventRichard Nelson
reviewed by Monroe
2010-04-07EXT-6693 - [crashhunters] crash in LLPopupView::handleMouseEventRichard Linden
2010-03-18oops, type right before commit :(Richard Linden
2010-03-18EXT-6347 - Crash when clicking on member's section of Oskar Linden FanclubRichard Nelson
reviewed by Callum
2010-03-08EXT-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-05Fix 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-04removed extraneous updateBoundingRect() callsRichard 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-03nested popups close properlyRichard Linden
2010-03-03resizing and nesting of popups now workRichard Linden
2010-03-03WIP - replace top ctrl with LLPopupViewRichard Linden
2010-03-02added missing filesRichard Nelson