<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/llui/llfloater.cpp, branch 26.4</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://megapahit.org/viewer.git/atom?h=26.4</id>
<link rel='self' href='https://megapahit.org/viewer.git/atom?h=26.4'/>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/'/>
<updated>2026-08-12T20:09:42Z</updated>
<entry>
<title>Merge branch 'release/26.3' into geenz/linux-to-develop</title>
<updated>2026-08-12T20:09:42Z</updated>
<author>
<name>Jonathan "Geenz" Goodman</name>
<email>geenz@geenzo.com</email>
</author>
<published>2026-08-12T20:09:42Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=480af3ea32856007b166a06ca4932078c9f557c6'/>
<id>urn:sha1:480af3ea32856007b166a06ca4932078c9f557c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/develop-linux' into geenz/linux-to-develop</title>
<updated>2026-08-12T01:39:19Z</updated>
<author>
<name>Jonathan "Geenz" Goodman</name>
<email>geenz@geenzo.com</email>
</author>
<published>2026-08-12T01:39:19Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=8cabc33e960ca93fdc1a32c77cf611269d95d51b'/>
<id>urn:sha1:8cabc33e960ca93fdc1a32c77cf611269d95d51b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>p#682 Improve logging for system events and session (#6086)</title>
<updated>2026-08-04T16:39:54Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>117672381+akleshchev@users.noreply.github.com</email>
</author>
<published>2026-08-04T16:39:54Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=cef8c85e2c70adbc42d9c2e4894633ad657f355d'/>
<id>urn:sha1:cef8c85e2c70adbc42d9c2e4894633ad657f355d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'release/2026.02' into maxim/flat-ui-fonts-update</title>
<updated>2026-02-25T11:45:30Z</updated>
<author>
<name>Mnikolenko Productengine</name>
<email>mnikolenko@productengine.com</email>
</author>
<published>2026-02-25T11:45:30Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=e9c4c1aacffa9eb45628f6356152a70e5a61a32b'/>
<id>urn:sha1:e9c4c1aacffa9eb45628f6356152a70e5a61a32b</id>
<content type='text'>
# Conflicts:
#	indra/newview/skins/default/xui/en/panel_preferences_general.xml
</content>
</entry>
<entry>
<title>Expose floater's header font to XUI</title>
<updated>2026-01-22T23:10:28Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>117672381+akleshchev@users.noreply.github.com</email>
</author>
<published>2026-01-22T20:55:11Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=92dc2af47d5fc904e30024db71de13013123f7fc'/>
<id>urn:sha1:92dc2af47d5fc904e30024db71de13013123f7fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/develop' into develop-linux</title>
<updated>2026-01-21T21:05:51Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2026-01-21T20:33:19Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=8896239134a40f41d845c78551d24e005d691d7c'/>
<id>urn:sha1:8896239134a40f41d845c78551d24e005d691d7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Modernize std::type_info* usage in containers with std::type_index</title>
<updated>2026-01-21T20:07:08Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2026-01-10T09:54:56Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=ebde7519a8846fbe036767ef6dfef576977d8c05'/>
<id>urn:sha1:ebde7519a8846fbe036767ef6dfef576977d8c05</id>
<content type='text'>
Introduce operator&lt;&lt; for std::type_index for logging output
Utilize std::unordered_map inside llheteromap, llinitparam, llregistry
Remove unused Comparator template parameter from LLRegistry
</content>
</entry>
<entry>
<title>Fix uninitialized member variables reported by ubsan</title>
<updated>2025-10-27T08:59:15Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2025-10-26T07:03:32Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=bd3a7c9b3a7d1023c4ab87d876860552fd039747'/>
<id>urn:sha1:bd3a7c9b3a7d1023c4ab87d876860552fd039747</id>
<content type='text'>
Signed-off-by: Rye &lt;rye@alchemyviewer.org&gt;
</content>
</entry>
<entry>
<title>Fix C26444 compiler warning (creating unnamed RAII instances that could lead to unintended behavior)</title>
<updated>2025-10-16T15:40:23Z</updated>
<author>
<name>Ansariel</name>
<email>ansariel.hiller@phoenixviewer.com</email>
</author>
<published>2025-10-15T17:00:44Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=6cdd9cff7057474aa810943a37bed6c4720b4244'/>
<id>urn:sha1:6cdd9cff7057474aa810943a37bed6c4720b4244</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up LLUI and fix/add suggestions from VS (#2746)</title>
<updated>2025-04-17T23:45:11Z</updated>
<author>
<name>Ansariel Hiller</name>
<email>Ansariel@users.noreply.github.com</email>
</author>
<published>2024-10-02T20:51:10Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=9c3ce3dec7ad01620213079204d0a43d193bbfb9'/>
<id>urn:sha1:9c3ce3dec7ad01620213079204d0a43d193bbfb9</id>
<content type='text'>
# Conflicts:
#	indra/llui/lltextbase.h
#	indra/llui/lltexteditor.h
#	indra/llwindow/llwindowsdl.cpp
</content>
</entry>
</feed>
