<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/llui/llscrolllistctrl.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>2025-12-10T19:37:24Z</updated>
<entry>
<title>#5138 fix multi column comboboxes not honoring width parameter</title>
<updated>2025-12-10T19:37:24Z</updated>
<author>
<name>Zi Ree</name>
<email>81702435+zi-ree@users.noreply.github.com</email>
</author>
<published>2025-12-10T19:37:24Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=dbbce566e7d66c907dde7bd6c4212b0954b9a5e1'/>
<id>urn:sha1:dbbce566e7d66c907dde7bd6c4212b0954b9a5e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#5078 Replace boost::function with std::function</title>
<updated>2025-12-01T10:46:57Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2025-12-01T10:46:57Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=fb3f0e18a2ada57f98c3b10fab0c13fb2d504ae1'/>
<id>urn:sha1:fb3f0e18a2ada57f98c3b10fab0c13fb2d504ae1</id>
<content type='text'>
* Replace boost::function usage with std::function for easier debugging and reduced compiler warnings
* Remove a few remaining instances of boost::noncopyable that were missed in tests

Signed-off-by: Rye &lt;rye@alchemyviewer.org&gt;</content>
</entry>
<entry>
<title>#4110 Crash on LLScrollListCtrl::deleteSelectedItems</title>
<updated>2025-05-22T16:41:17Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>andreykproductengine@lindenlab.com</email>
</author>
<published>2025-05-20T13:20:56Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=0129106bdf80aa7bfb897e39a32045daf2cc471c'/>
<id>urn:sha1:0129106bdf80aa7bfb897e39a32045daf2cc471c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#3778 #3654 Split text and background selection colors</title>
<updated>2025-03-21T07:39:25Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>andreykproductengine@lindenlab.com</email>
</author>
<published>2025-03-20T17:37:25Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=d2dd881a5c840b5132396d6e8353b38b79d69e23'/>
<id>urn:sha1:d2dd881a5c840b5132396d6e8353b38b79d69e23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#3654 Searchable disabled settings not readable when highlighted</title>
<updated>2025-03-06T06:50:53Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>andreykproductengine@lindenlab.com</email>
</author>
<published>2025-03-05T21:00:47Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=616547993a6ad3135987d75eca9f753438984985'/>
<id>urn:sha1:616547993a6ad3135987d75eca9f753438984985</id>
<content type='text'>
</content>
</entry>
<entry>
<title>viewer#2646 Fix viewer ignoring Physics Shape Type changes</title>
<updated>2024-09-25T19:46:10Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>andreykproductengine@lindenlab.com</email>
</author>
<published>2024-09-25T18:35:20Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=49a2c136f99cf90abc94f1ce84d3c6f2be2815d0'/>
<id>urn:sha1:49a2c136f99cf90abc94f1ce84d3c6f2be2815d0</id>
<content type='text'>
asStringRef is only valid for strings
</content>
</entry>
<entry>
<title>#2471 The Destinations ComboBox on Login Screen changes the selected item to the similar one</title>
<updated>2024-09-02T22:30:40Z</updated>
<author>
<name>Alexander Gavriliuk</name>
<email>alexandrgproductengine@lindenlab.com</email>
</author>
<published>2024-09-02T16:22:54Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=470f35b10937ff649b50fcacff4fe40a9c0e52de'/>
<id>urn:sha1:470f35b10937ff649b50fcacff4fe40a9c0e52de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#2454 Scrolling by the mouse wheel does not scroll up on the unopened Destination field</title>
<updated>2024-08-30T14:13:39Z</updated>
<author>
<name>Alexander Gavriliuk</name>
<email>alexandrgproductengine@lindenlab.com</email>
</author>
<published>2024-08-29T22:48:02Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=400c21213acb050b653247f295975b9ab35b62ad'/>
<id>urn:sha1:400c21213acb050b653247f295975b9ab35b62ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reduce utf8 to wstring conversion and llwstring temporaries during text draw (#2115)</title>
<updated>2024-07-26T10:19:34Z</updated>
<author>
<name>Rye Mutt</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2024-07-26T10:19:34Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=604cb4cb4dd71c0f90633e50d5b0108e3901c4ad'/>
<id>urn:sha1:604cb4cb4dd71c0f90633e50d5b0108e3901c4ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix up LLScrollListCtrl getChild during draw</title>
<updated>2024-07-25T12:45:52Z</updated>
<author>
<name>Rye Mutt</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2024-07-24T01:38:06Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=39a8bba844a6fadf0f528a141c0136a1ae45af42'/>
<id>urn:sha1:39a8bba844a6fadf0f528a141c0136a1ae45af42</id>
<content type='text'>
</content>
</entry>
</feed>
