Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-05 | storm-1703: update license statements | Oz Linden | |
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 | |||
2011-10-19 | merge | Dave Parks | |
2011-10-11 | * New floater positioning code. Better than what's checked in but not great. | Leslie Linden | |
* Floater updates for positioning and to revert some earlier string changes. | |||
2011-09-30 | merge | Dave Parks | |
2011-09-20 | STORM-1611 FIXED Untrusted link to server release notes. | Vadim ProductEngine | |
Fetch server release notes URL suitable for external browsers from the ServerReleaseNotes capability. | |||
2011-08-19 | merge | Dave Parks | |
2011-08-11 | SH-2242 FXAA support instead of unreliable multisample textures (done here ↵ | Dave Parks | |
because it's a smaller change than integrating glVertexAttrib with FSAA pipe). Shader integration with LLDynamicTexture subclasses. | |||
2011-08-11 | update default value for Lindens list | Oz Linden | |
2011-08-03 | Put back the Linden names | Oz Linden | |
2011-08-02 | STORM-1534: Derive Credits in About Second Life from doc/ sources | Oz Linden | |
2011-05-12 | merge | Dave Parks | |
2011-05-05 | Remove Pth library from viewer build. | Nat Goodspeed | |
This library was only needed on the Mac, and only with the OS X 10.4 SDK. As of October 2010, we no longer build the viewer with that SDK. The 10.5 SDK we're currently using directly supports the functionality for which we originally brought in Pth. | |||
2010-10-20 | Automated merge up from viewer-development | Loren Shih | |
2010-10-07 | CT-575 WIP Add list of 11 Spanish Residents who volunteer translation of Viewer | Eli Linden | |
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-25 | merge | Dave Parks | |
2010-07-15 | changed allow_html to parse_urls to be clearer about its meaning | Richard Linden | |
allow_html still supported as alternate | |||
2010-07-15 | changed allow_html to parse_urls to be clearer about its meaning | Richard Linden | |
allow_html still supported as alternate | |||
2010-06-14 | Builds with LLConvexDecompInter as a static lib. | Dave Parks | |
2010-06-07 | Merge with render-pipeline | Dave Parks | |
2010-04-07 | Automated merge | Roxie Linden | |
2010-04-07 | Re-insert backed out SLE checkin so we can fix it | Roxie Linden | |
2010-04-07 | merge from viewer-trunk | Tofu Linden | |
2010-04-07 | merge | Tofu Linden | |
2010-04-07 | Backed out changeset 63b699f90efd | Tofu Linden | |
2010-04-06 | merge from viewer-trunk | Tofu Linden | |
2010-04-06 | merge from viewer-2-0 | Tofu Linden | |
2010-04-06 | another hairy merge from viewer-trunk :( | Tofu Linden | |
2010-04-02 | DEV-45809 - Merge Second Life Enterprise changes into viewer 2.x trunk | Roxie Linden | |
Includes: DEV-45800, DEV-45803 - Grid Manager DEV-45804 - SLURL refactor DEV-45801 - Single username field (for Identity Evolution and SLE Ldap) Also, Includes Certificate Management code allowing the viewer to connect to grids not signed by a well know key (just like any web browser). Also contains secure storage for things like passwords. The security/certificate code is modular with the intention of adding modules to directly use the operating system facilities for crypto if available. (that's much more secure than we'll ever be) Also, refactor of voice to modularize it, and add a diamondware voice module. CR: Aimee, James, Lynx, Mani, Karina and a list of thousands | |||
2010-04-01 | merge from viewer-trunk | Tofu Linden | |
2010-03-30 | Fix the credits in the right file. | Kent Quirk | |
2010-03-25 | Fixed normal bug EXT-6325 (ABOUT SECOND LIFE window, Copy to Clipboard ↵ | Andrew Dyukov | |
button overlaps horizontal rule). - Decreased height of text editor. Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/98/ --HG-- branch : product-engine | |||
2010-02-18 | move base back to default because doing it as a backout was causing merge errors | Kent Quirk | |
2010-02-18 | viewer2 merge. | Tofu Linden | |
2010-02-18 | EXT-5461: Reverting change 49e628c3a0c5. | Lynx Linden | |
Renaming skins/base back to skins/default to unblock I10n. Revert was requested by Q. | |||
2010-02-17 | EXT-5461 - Installing 1.23.5 release version over recent 2.0 builds corrupts ↵ | Richard Linden | |
1.23s UI reviewed by Leyla | |||
2010-01-29 | Fix button size so it works for most/all target languages | Eli Linden | |
2010-01-29 | EXT-4678: Revert URL black list support from LLTextBase. | Lynx Linden | |
The new <nolink>URL</nolink> provides a more flexible solution that can be specified in XUI (as we now do to disabled hyperlinking for the sim hostname in the About floater). | |||
2010-01-13 | EXT-3383 adhere to style guide for capitalization of 'Resident' | Ramzi Linden | |
2010-01-08 | EXT-4049 Change About SL window label from ABOUT Second Life to About Second ↵ | Tofu Linden | |
Life | |||
2010-03-01 | Automated merge with a few fixups for code review comments | Roxie Linden | |
2009-11-06 | Changed "Support" tab to "Info". | Justin C. Rounds (Chuck) | |
http://jira.secondlife.com/browse/EXT-2177 | |||
2009-11-04 | converted all floater titles to uppercase | richard | |
2009-11-02 | DEV-40702: fixed the audio device enumeration code so that it works | Lynx Linden | |
with Vivox V2 and V3 SDKs. We were assuming that the <CaptureDevice> tag contains only a single tag (<Device>), but the V3 SDK returns other tags such as <DisplayName> and <Type>. I also added the current Vivox SDK version to the About window so that it is easier to tell which version your client is actually using. | |||
2009-10-29 | Made explicit in all floaters that we are using a hack to set the top widget ↵ | James Cook | |
position, took it out of master floater.xml file. legacy_header_height is documented in LLFloater::initFromParams(). Discussed with Richard. | |||
2009-10-28 | DEV-41929: Move boilerplate About text to floater_about.xml. | Nat Goodspeed | |
Simplify C++ construction code to call new getInfo() method, then assemble a sequence of optional text sections. Convert LLSD block returned by getInfo() to LLStringUtil::format_map_t as expected by two-arg LLPanel::getString() method. | |||
2009-10-16 | merge from latest svn/viewer-2-0 to hg/viewer-2-0 | Mark Palange (Mani) | |
2009-10-15 | DEV-41253: Updated the help context calculation code so that it will | Martin Reddy | |
now search through a panel's children to see if there are any visible tabs that have a help topic string defined. If so, we use this string. Updated all of the XUI files that include a tab_container to define help topic strings for their child panels. I named all of these strings with the floater name as the prefix and "tab" at the end. For example, "preferences_display_tab" or "people_nearby_tab". |