<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/media_plugins/webkit/mac_volume_catcher.cpp, branch 26.1.1</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://megapahit.org/viewer.git/atom?h=26.1.1</id>
<link rel='self' href='https://megapahit.org/viewer.git/atom?h=26.1.1'/>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/'/>
<updated>2015-10-02T18:14:28Z</updated>
<entry>
<title>MAINT-5687: Remove old webkit from the make files and the repo.  Ensure that it is no longer meaningfully referenced.</title>
<updated>2015-10-02T18:14:28Z</updated>
<author>
<name>Rider Linden</name>
<email>rider@lindenlab.com</email>
</author>
<published>2015-10-02T18:14:28Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=cb7f84a470d7afeb1501cf5514333c6ee15d96df'/>
<id>urn:sha1:cb7f84a470d7afeb1501cf5514333c6ee15d96df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge with viewer-release</title>
<updated>2013-09-10T01:58:41Z</updated>
<author>
<name>Richard Linden</name>
<email>none@none</email>
</author>
<published>2013-09-10T01:58:41Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=52da9f5f49e0e300943abc3afa6944e6bee0cdd1'/>
<id>urn:sha1:52da9f5f49e0e300943abc3afa6944e6bee0cdd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge with viewer-release</title>
<updated>2013-06-06T02:05:43Z</updated>
<author>
<name>Richard Linden</name>
<email>none@none</email>
</author>
<published>2013-06-06T02:05:43Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=0a96b47663c99914c587cdcb8bcdc096bbf55fa3'/>
<id>urn:sha1:0a96b47663c99914c587cdcb8bcdc096bbf55fa3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merged with https://bitbucket.org/lindenlab/viewer-beta</title>
<updated>2013-05-14T02:22:51Z</updated>
<author>
<name>Geenz</name>
<email>geenz@geenzo.com</email>
</author>
<published>2013-05-14T02:22:51Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=3779e51bfc2010877960d11b463c7316514bf991'/>
<id>urn:sha1:3779e51bfc2010877960d11b463c7316514bf991</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>Merge new boost and add OS X 10.8 mods</title>
<updated>2013-02-22T17:49:58Z</updated>
<author>
<name>Graham Madarasz (Graham Linden)</name>
<email>graham@lindenlab.com</email>
</author>
<published>2013-02-22T17:49:58Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=98e02a5d76ccc044e72949965e84f0803ad0026c'/>
<id>urn:sha1:98e02a5d76ccc044e72949965e84f0803ad0026c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix for mac builds</title>
<updated>2013-01-11T21:11:07Z</updated>
<author>
<name>Richard Linden</name>
<email>none@none</email>
</author>
<published>2013-01-11T21:11:07Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=44cc14fbee8c9cb033dcb94d9c54f532427a5768'/>
<id>urn:sha1:44cc14fbee8c9cb033dcb94d9c54f532427a5768</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Huge amount of refactoring to use Cocoa here:</title>
<updated>2012-12-29T11:59:43Z</updated>
<author>
<name>Geenz</name>
<email>geenz@geenzo.com</email>
</author>
<published>2012-12-29T11:59:43Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=bd152c1fb75c4a8d4b9271896c44243ca8759e58'/>
<id>urn:sha1:bd152c1fb75c4a8d4b9271896c44243ca8759e58</id>
<content type='text'>
- Updated to .xib format.  To produce a new nib (which is required after changing the xib file), use "ibtool SecondLife.xib --compile SecondLife.nib" within the newview directory.
- xib file now defines the viewer's window.  VIews are still being pragmatically added to the main window.  This may change in the future.
- LLAppViewer's main loop has been slightly refactored to be executed on a timer for OS X.  This probably needs a bit more work.
- Event handling still needs more work to work within a timer based event loop.  It works fairly sporadically at the moment, as if events are being dropped between timer executions, at least for the mouse.
- Carbon has been purged from the viewer's startup, and from LLWindow entirely.  There's likely still a few odds and ends fragmented throughout the viewer and its dependencies.  Need to track these down.
- LLAppViewerMacOSX now uses NSApplicationMain, and also implements the NSApplicationDelegate protocol in LLAppDelegate.
- Fullscreen support has been implemented for OS X 10.7+
This is still a work in progress, however at this stage everything needed for a functional viewer is (mostly) complete.  From here, it's mostly just bug hunting and fixing.
</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>Fixed default pan value in mac volume catcher, and corrected the filename in the header comment.</title>
<updated>2010-04-29T01:06:34Z</updated>
<author>
<name>Monroe Linden</name>
<email>monroe@lindenlab.com</email>
</author>
<published>2010-04-29T01:06:34Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=cb96bdc188b7177d253426e398932426276762f8'/>
<id>urn:sha1:cb96bdc188b7177d253426e398932426276762f8</id>
<content type='text'>
</content>
</entry>
</feed>
