Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-23 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | Todd Stinson | |
2012-08-13 | PATH-849: CRASHFIX This should fix the crash caused by ↵ | Todd Stinson | |
LLPathfindingObject::handleAvatarNameFetch being called after the corresponding LLPathfindingObject has been deleted. | |||
2012-07-27 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-05-21 | made param blocks smaller by making param overhead 3 bytes instead of 4 | Richard Linden | |
Optional<bool> should now be 4 bytes smaller. | |||
2012-04-13 | fixed build | Richard Linden | |
all param values now support named values uniformly | |||
2012-04-12 | fixed broken unit tests | Richard Linden | |
2012-01-20 | removed LLXUIXML library | Richard Linden | |
moved LLInitParam, and LLRegistry to llcommon moved LLUIColor, LLTrans, and LLXUIParser to llui reviewed by Nat | |||
2011-11-28 | removed unneeded changeversion tracking in param blocks in favor of a ↵ | Richard Linden | |
simpler dirty bit | |||
2011-10-13 | Build fixes because damn standard doesn't allow binding rvalues to non-const ↵ | Leslie Linden | |
refs. | |||
2011-10-10 | added compound LLSD parsing to param blocks | Richard Nelson | |
reviewed by Leslie | |||
2011-07-14 | EXP-880 FIX Enable navigation chrome in search floater | Richard Linden | |
fixed regression where profile window wasn't using requested size | |||
2011-06-08 | Fixed to allow param blocks to exceed 64k, even though the size makes me wince. | Leslie Linden | |
Modified viewer window to not create a navigation bar on exit if one doesn't yet exist. Reviewed by Richard. | |||
2011-04-28 | EXP-749 FIX [REGRESSION] Voice status indicator shown in IM session instead ↵ | Richard Linden | |
of profile pic in Basic and Advanced modes reviewed by Leyla | |||
2011-04-19 | fixed build | Richard Linden | |
2011-04-19 | EXP-648 FIX As a developer, I want to be able to specify param blocks that ↵ | Richard Linden | |
use Multiple<LLUIImage> for a sequence of images Factored out param block data classes so that specialized param block types, such as LLUIImage, LLFontGL, LLRect, etc. can be stored in a Multiple<T> context Converted loading_indicator to take image sequence from XUI deprecated name-value pairs for LLUIColor values, and put them in colors.xml | |||
2011-04-01 | correct merge error in prehash change | Oz Linden | |
2011-01-24 | hack to work around gcc 4.2 compiler warning; really we should not store ↵ | Andrew A. de Laix | |
static strings in char * pointers (they should all be changed to const char *). | |||
2010-12-30 | STORM-797 FIXED Added parcel SLURL rendering with human readable parcel names. | Seth ProductEngine | |
- Added parcel info observer to LLUrlEntryParcel. - Added notifying LLUrlEntryParcel by LLRemoteParcelInfoProcessor when parcel data arrives. - Added notifying LLUrlEntryParcel about user login, changing host and viewer connection state to use this data in remote parcel requests. | |||
2010-12-18 | STORM-796 ADDITIONAL_FIX Fixed Mac build. | Vadim ProductEngine | |
2010-12-16 | STORM-796 FIXED Implemented rendering /app/region/ SLapps into ↵ | Vadim ProductEngine | |
human-readable strings. Example: secondlife:///app/region/Ahern/10/20/30/ is displayed as "Ahern (10,20,30)". | |||
2010-11-15 | merge | Richard Linden | |
2010-10-06 | Add support for debug setting to disable link highlight & follow in URLs ↵ | callum | |
that appear in XUI widgets | |||
2010-09-27 | Merge | Leyla Farazha | |
2010-09-03 | Post-convert merge by convert_monolith.py from ↵ | Aimee Linden | |
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-06-03 | merge fixes | Richard Linden | |
2010-06-03 | merge | Richard Linden | |
2010-06-03 | EXT-6333 FIX introduce new segments - LLLineBreakSegment and LLImageSegment | Yuri Chebotarev | |
reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/241/ --HG-- branch : product-engine | |||
2010-05-26 | DEV-50271 FIX SLURL support for non-clickable display names | Richard Nelson | |
separate mIsLink from mLink to support non-clickable urls (e.g. secondlife:///app/agent/0e346d8b-4433-4d66-a6b0-fd37083abc4c/completename) | |||
2010-05-26 | Merge | James Cook | |
2010-05-26 | Clean up llurlmatch test headers | James Cook | |
2010-05-26 | Fix mac build for llurlentry_test.cpp | James Cook | |
2010-05-26 | Fix broken Mac build on llurlmatch_test.cpp | James Cook | |
2010-05-25 | DEV-50271 FIX SLURL support for non-clickable display names | Richard Linden | |
revived mDisabledLink to make url replacement logic work again | |||
2010-05-25 | Merge | James Cook | |
2010-05-25 | DEV-50013 WIP gCacheName->getGroup() to distinguish from av lookups | James Cook | |
Helps with global finds looking for remaining calls to patch. Reviewed with Leyla. | |||
2010-05-24 | DEV-50271 FIX SLURL support for non-clickable display names | Richard Nelson | |
2010-05-24 | DEV-50271 FIX SLURL support for non-clickable display names | Richard Nelson | |
reviewed by James | |||
2010-05-13 | merge pull from dessie/viewer-public, picking up SLE code | James Cook | |
2010-04-07 | Re-insert backed out SLE checkin so we can fix it | Roxie Linden | |
2010-04-07 | Backed out changeset 63b699f90efd | Tofu Linden | |
2010-03-03 | Underlined display names now update reliably. | James Cook | |
2010-02-18 | Preference to set what fields name tags display, and | James Cook | |
first attempt at "use display names" menu item which doesn't work yet | |||
2010-02-11 | Fixed test build problem | James Cook | |
2010-02-11 | Created stub LLAvatarNameCache for display name lookup, as | James Cook | |
well as LLAvatarName base data object. Reviewed with Kelly. | |||
2010-02-08 | Converted names build from avatar object LLNameValue pairs to SLID | James Cook | |
Added temporary getDisplayName() to LLCacheName Moved temporary placeholder display names into LLCacheName Eliminated rarely used LLAgentUI::buildName in favor of buildFullName Standardized buildFullName capitalization | |||
2010-02-03 | merge | James Cook | |
2010-02-03 | Moved LLUrlEntryAgent back into llui library in prep for merge | James Cook | |
2010-02-02 | DEV-32540: Lots of object IM and SLurl improvements | Lynx Linden | |
- Don't let object names that are URLs override links to display the remote object inspector - Don't hyperlink the object name in the remote object inspector - Made the <nolink>...</nolink> regex more robust and made it support non-URLs between the tags, so that we don't get random <nolink> tags when trying to disable URLs in user-typed text. - Improved the llurlentry unit test and added some more test cases. - Hooked up another LLViewerMessage code path to objectim SLapps to pass down the owner and slurl information. - Made a few LLUrlEntryBase methods be const methods, because they are - Fixed a bug in the remote object inspector where it would never show the teleport URL. | |||
2010-02-01 | Support returning full_name (and SLID) for LLCacheName::get() calls | James Cook | |
Changed callback signature to full_name instead of first_name,last_name Eliminated all calls to legacy (non-signal/non-boost-bind) lookup mechanism Change Pay dialog names to SLURL links Tweaked layout of Pay Resident and Pay via Object floaters to make SLURLs fit Consolidate name first + " " + last concatenation in LLCacheName::buildFullName() Reviewed with Kelly |