summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelhome.h
AgeCommit message (Collapse)Author
2024-02-21Convert BOOL to bool in lluiAnsariel
2015-11-10remove execute permission from many files that should not have itOz Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2009-12-08DEV-43439: Remove Back/Forward/Home buttons from Home side panel.Lynx Linden
As per request from Yoz. They will add navigation buttons to the actual HTML content.
2009-12-02DEV-43439: Added navigation buttons to the Home side panel.Lynx Linden
Added Back, Forward, and Home buttons to the web view for the Home side panel. Still more work to do here, but the basic functionality is there; albeit hardcoded to secondlife.com. I notice that you can click Back on the first page. Seems to be an issue for the general media browser too. I'll file a JIRA for that.
2009-12-02DEV-43439: Initial implementation of web-based Home panel.Lynx Linden
The home panel now displays a web page - hardcoded to secondlife.com until we have something more relevant to display.
2009-12-02DEV-43439: Initial web-based Home side tray panelLynx Linden
Moved LLSideTrayInfoPanel from llsidetray.cpp into its own llpanelhome.{cpp|h} module. Updated the XUI for the Home tab to simply embed a web view. Thanks to Erica for the initial cut at this XUI.