<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/newview/llstylemap.cpp, branch cef_147</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://megapahit.org/viewer.git/atom?h=cef_147</id>
<link rel='self' href='https://megapahit.org/viewer.git/atom?h=cef_147'/>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/'/>
<updated>2024-04-29T04:56:09Z</updated>
<entry>
<title>#824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed</title>
<updated>2024-04-29T04:56:09Z</updated>
<author>
<name>Andrey Lihatskiy</name>
<email>alihatskiy@productengine.com</email>
</author>
<published>2024-04-29T04:43:28Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=1b68f71348ecf3983b76b40d7940da8377f049b7'/>
<id>urn:sha1:1b68f71348ecf3983b76b40d7940da8377f049b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove execute permission from many files that should not have it</title>
<updated>2015-11-10T14:48:56Z</updated>
<author>
<name>Oz Linden</name>
<email>oz@lindenlab.com</email>
</author>
<published>2015-11-10T14:48:56Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=c8726aba303bcf1207b730a344536e25491420bc'/>
<id>urn:sha1:c8726aba303bcf1207b730a344536e25491420bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update Mac and Windows breakpad builds to latest</title>
<updated>2013-03-29T14:50:08Z</updated>
<author>
<name>Graham Madarasz</name>
<email>graham@lindenlab.com</email>
</author>
<published>2013-03-29T14:50:08Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=bf6182daa8b4d7cea79310547f71d7a3155e17b0'/>
<id>urn:sha1:bf6182daa8b4d7cea79310547f71d7a3155e17b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Backed out changeset c3d41f18ce2b</title>
<updated>2010-08-24T18:22:00Z</updated>
<author>
<name>Tofu Linden</name>
<email>tofu.linden@lindenlab.com</email>
</author>
<published>2010-08-24T18:22:00Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=e416840f85dc4a367894036b9fe483f17d959c54'/>
<id>urn:sha1:e416840f85dc4a367894036b9fe483f17d959c54</id>
<content type='text'>
back-out the back-out for this branch.  yay.
</content>
</entry>
<entry>
<title>Backed out changeset a62bf7c0af21</title>
<updated>2010-08-24T17:44:39Z</updated>
<author>
<name>Tofu Linden</name>
<email>tofu.linden@lindenlab.com</email>
</author>
<published>2010-08-24T17:44:39Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=98cc2365034a93c69704daa69efb389799cc9627'/>
<id>urn:sha1:98cc2365034a93c69704daa69efb389799cc9627</id>
<content type='text'>
Backing out this merge that I pushed (prematurely) to the wrong place.
</content>
</entry>
<entry>
<title>merge heads.  whew.</title>
<updated>2010-08-24T17:37:53Z</updated>
<author>
<name>Tofu Linden</name>
<email>tofu.linden@lindenlab.com</email>
</author>
<published>2010-08-24T17:37:53Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=6ba23344c95157793af9e4154933ae8df61630e8'/>
<id>urn:sha1:6ba23344c95157793af9e4154933ae8df61630e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change license from GPL to LGPL (version 2.1)</title>
<updated>2010-08-13T11:24:57Z</updated>
<author>
<name>Oz Linden</name>
<email>oz@lindenlab.com</email>
</author>
<published>2010-08-13T11:24:57Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=06b0d72efa96b6a0ed665f7cd46f358c48929e7b'/>
<id>urn:sha1:06b0d72efa96b6a0ed665f7cd46f358c48929e7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>EXT-8010 ADDITIONAL FIX Fixed problems with avatar links underlining.</title>
<updated>2010-08-09T12:14:45Z</updated>
<author>
<name>Andrew Dyukov</name>
<email>adyukov@productengine.com</email>
</author>
<published>2010-08-09T12:14:45Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=55c887225f230822f5ffcd1b1a01a87d17653bd7'/>
<id>urn:sha1:55c887225f230822f5ffcd1b1a01a87d17653bd7</id>
<content type='text'>
There were two problems:

1. Underlining broke when avatar's first and second name were on different lines.
2. There was no underline on hover for avatar miniinspector links in plaintext IM.

- First problem was caused by calling LLOnHoverChangeableTextSegment::draw() for the same segment twice- for first and second name that were
on different lines, while handleHover() was called only once. So handleHover() was called -&gt; text was underlined -&gt; first part of segment was
drawn underlined -&gt; its draw set style back to normal -&gt; second part of segment was drawn without underlining.

Fixed this by setting style back to normal only when drawing the last part of the segment.

- Second problem was caused by unusual way of appending link to text in chat history.

Changed it so that LLTextBase::appendText() now receives link not inside style params, but directly.
Also added "/inspect" ending to check in LLUrlEntryAgent::underlineOnHoverOnly().

Reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/833/

--HG--
branch : product-engine
</content>
</entry>
<entry>
<title>Re-insert backed out SLE checkin so we can fix it</title>
<updated>2010-04-07T18:08:04Z</updated>
<author>
<name>Roxie Linden</name>
<email>roxie@lindenlab.com</email>
</author>
<published>2010-04-07T18:08:04Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=658ccc3e85487f9f24ff3b5926e60d6cce7f42e0'/>
<id>urn:sha1:658ccc3e85487f9f24ff3b5926e60d6cce7f42e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Backed out changeset 63b699f90efd</title>
<updated>2010-04-07T09:37:07Z</updated>
<author>
<name>Tofu Linden</name>
<email>tofu.linden@lindenlab.com</email>
</author>
<published>2010-04-07T09:37:07Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=0bb3f144c0a6712a269246975635962b3b5f48d0'/>
<id>urn:sha1:0bb3f144c0a6712a269246975635962b3b5f48d0</id>
<content type='text'>
</content>
</entry>
</feed>
