<feed xmlns='http://www.w3.org/2005/Atom'>
<title>neosheet/src/widgets/sheetview/mod.rs, branch master</title>
<subtitle>Lua Based Spreadsheet Editor
</subtitle>
<id>http://git.nathanreiner.xyz/neosheet/atom?h=master</id>
<link rel='self' href='http://git.nathanreiner.xyz/neosheet/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/neosheet/'/>
<updated>2024-12-07T16:17:22Z</updated>
<entry>
<title>add error type to iobuffer</title>
<updated>2024-12-07T16:17:22Z</updated>
<author>
<name>Nathan Reiner</name>
<email>nathan@nathanreiner.xyz</email>
</author>
<published>2024-12-07T16:17:22Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/neosheet/commit/?id=c0598823335cfdc6deb5c48fe1ead8ecea18097e'/>
<id>urn:sha1:c0598823335cfdc6deb5c48fe1ead8ecea18097e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>code cleanup</title>
<updated>2024-08-10T17:26:52Z</updated>
<author>
<name>Nathan Reiner</name>
<email>nathan@nathanreiner.xyz</email>
</author>
<published>2024-08-10T17:26:52Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/neosheet/commit/?id=f4c019a200f548fcf28be5c8557572ab78a1e2e8'/>
<id>urn:sha1:f4c019a200f548fcf28be5c8557572ab78a1e2e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use unsafe blocks instead of mutexes</title>
<updated>2024-08-10T17:06:46Z</updated>
<author>
<name>Nathan Reiner</name>
<email>nathan@nathanreiner.xyz</email>
</author>
<published>2024-08-10T17:06:46Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/neosheet/commit/?id=63cfcbe7a7745b276de58ec92e0141b958c44feb'/>
<id>urn:sha1:63cfcbe7a7745b276de58ec92e0141b958c44feb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add keymap for view and global</title>
<updated>2024-08-02T22:08:47Z</updated>
<author>
<name>Nathan Reiner</name>
<email>nathan@nathanreiner.xyz</email>
</author>
<published>2024-08-02T22:08:47Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/neosheet/commit/?id=eafde55afcdf9dc4c17c6c97c1db472fc9ff9957'/>
<id>urn:sha1:eafde55afcdf9dc4c17c6c97c1db472fc9ff9957</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change 'viewsheet' bindings to 'view'</title>
<updated>2024-08-02T19:34:41Z</updated>
<author>
<name>Nathan Reiner</name>
<email>nathan@nathanreiner.xyz</email>
</author>
<published>2024-08-02T19:34:41Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/neosheet/commit/?id=bb9944d086332ed0b8d6064316225e901c456bd7'/>
<id>urn:sha1:bb9944d086332ed0b8d6064316225e901c456bd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add bartheme and barstate to sheetview</title>
<updated>2024-08-02T13:51:45Z</updated>
<author>
<name>Nathan Reiner</name>
<email>nathan@nathanreiner.xyz</email>
</author>
<published>2024-08-02T13:51:45Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/neosheet/commit/?id=d1492a10cdaf714074d29ad3366ab9c169d95b75'/>
<id>urn:sha1:d1492a10cdaf714074d29ad3366ab9c169d95b75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>do some clippy cleanups</title>
<updated>2024-08-02T12:09:40Z</updated>
<author>
<name>Nathan Reiner</name>
<email>nathan@nathanreiner.xyz</email>
</author>
<published>2024-08-02T12:09:40Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/neosheet/commit/?id=c920f258f6c9b0623a841b7c27561fa1d09cef72'/>
<id>urn:sha1:c920f258f6c9b0623a841b7c27561fa1d09cef72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sheetview add background theme parameter</title>
<updated>2024-08-02T12:05:30Z</updated>
<author>
<name>Nathan Reiner</name>
<email>nathan@nathanreiner.xyz</email>
</author>
<published>2024-08-02T12:05:30Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/neosheet/commit/?id=555a45a9f2b68a48b098099804ce795e3d5a350b'/>
<id>urn:sha1:555a45a9f2b68a48b098099804ce795e3d5a350b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement new lua interface</title>
<updated>2024-08-02T09:38:19Z</updated>
<author>
<name>Nathan Reiner</name>
<email>nathan@nathanreiner.xyz</email>
</author>
<published>2024-08-02T09:38:19Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/neosheet/commit/?id=04a5a938994ddb95cfaa9a74b180e457d3a2b5d0'/>
<id>urn:sha1:04a5a938994ddb95cfaa9a74b180e457d3a2b5d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add state which is shared with the lua environment</title>
<updated>2024-08-01T22:36:10Z</updated>
<author>
<name>Nathan Reiner</name>
<email>nathan@nathanreiner.xyz</email>
</author>
<published>2024-08-01T22:36:10Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/neosheet/commit/?id=fe0938b1de0c46fc2afcaa3dcd6a0f4ec870d21a'/>
<id>urn:sha1:fe0938b1de0c46fc2afcaa3dcd6a0f4ec870d21a</id>
<content type='text'>
</content>
</entry>
</feed>
