<feed xmlns='http://www.w3.org/2005/Atom'>
<title>shiftos-c-.git/source/WindowsFormsApplication1/API.cs, branch v0.1.2-alpha3</title>
<subtitle>The Official C# Rewrite of ShiftOS.
</subtitle>
<id>https://git.shiftos.dev/shiftos-c-.git/atom?h=v0.1.2-alpha3</id>
<link rel='self' href='https://git.shiftos.dev/shiftos-c-.git/atom?h=v0.1.2-alpha3'/>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos-c-.git/'/>
<updated>2016-07-24T04:43:14Z</updated>
<entry>
<title>Update API.cs</title>
<updated>2016-07-24T04:43:14Z</updated>
<author>
<name>Carver Harrison</name>
<email>pcarverb@hotmail.com</email>
</author>
<published>2016-07-24T04:43:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos-c-.git/commit/?id=69fe691ea6111d1009f9a0ac49b162c36070e64e'/>
<id>urn:sha1:69fe691ea6111d1009f9a0ac49b162c36070e64e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move ShiftUI designer to ShiftOS and add</title>
<updated>2016-07-20T17:52:12Z</updated>
<author>
<name>MichaelTheShifter</name>
<email>michaelshiftos@gmail.com</email>
</author>
<published>2016-07-20T17:52:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos-c-.git/commit/?id=b52090021ff0ae61db652e8a486cbff6732f5ec5'/>
<id>urn:sha1:b52090021ff0ae61db652e8a486cbff6732f5ec5</id>
<content type='text'>
prober for ShiftOS to allow ShiftUI designer to design ShiftOS forms.
</content>
</entry>
<entry>
<title>Fix window border bug, add skinnable VisualStyleBorders</title>
<updated>2016-07-20T14:04:18Z</updated>
<author>
<name>MichaelTheShifter</name>
<email>michaelshiftos@gmail.com</email>
</author>
<published>2016-07-20T14:04:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos-c-.git/commit/?id=995b1404e0966950f53447383da4c5f91bd2cdb0'/>
<id>urn:sha1:995b1404e0966950f53447383da4c5f91bd2cdb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix graphical glitch with buttons.</title>
<updated>2016-07-20T13:17:10Z</updated>
<author>
<name>MichaelTheShifter</name>
<email>michaelshiftos@gmail.com</email>
</author>
<published>2016-07-20T13:17:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos-c-.git/commit/?id=f1856e8ed30ed882229fd3fa2a4038122a5fb441'/>
<id>urn:sha1:f1856e8ed30ed882229fd3fa2a4038122a5fb441</id>
<content type='text'>
This glitch has been prevelant ever since ShiftOS first had Knowledge
Input. And I don't mean 0.1.0, I mean all the way back before 0.0.5 when
OSFirstTimer was developing it.

Basically, buttons would show light gray backgrounds when you click on
them. Now they show black (and it's skinnable :D)
</content>
</entry>
<entry>
<title>Full ShiftUI conversion</title>
<updated>2016-07-20T01:53:26Z</updated>
<author>
<name>MichaelTheShifter</name>
<email>michaelshiftos@gmail.com</email>
</author>
<published>2016-07-20T01:53:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos-c-.git/commit/?id=6b804f03ebcdd1c5aa145f29ae71b62bd61f8cb9'/>
<id>urn:sha1:6b804f03ebcdd1c5aa145f29ae71b62bd61f8cb9</id>
<content type='text'>
The only bugs are that windows don't show in the center of the screen,
and Gecko webbrowsers are not serializing properly to be converted to
ShiftUI widgets (you can use the ToWidget() extension method to convert
a WinForms control to a ShiftUI widget)

Also multiple desktop panels are removed due to some odd bug I can't
diagnose. Will add them back in the future. Promise. I loved creating
GNOME2 skins.
</content>
</entry>
<entry>
<title>Added DEF events for unity toggle and desktop panel draw.</title>
<updated>2016-07-06T22:32:19Z</updated>
<author>
<name>MichaelTheShifter</name>
<email>michaelshiftos@gmail.com</email>
</author>
<published>2016-07-06T22:32:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos-c-.git/commit/?id=98fe96c5d3e5ee1bb3b2eaa38c9346977b4ad713'/>
<id>urn:sha1:98fe96c5d3e5ee1bb3b2eaa38c9346977b4ad713</id>
<content type='text'>
Also this is the first REAL AppVeyor build test.
</content>
</entry>
<entry>
<title>on_window_open(userdata ShiftOSDesktop,</title>
<updated>2016-07-05T22:29:22Z</updated>
<author>
<name>MichaelTheShifter</name>
<email>michaelshiftos@gmail.com</email>
</author>
<published>2016-07-05T22:29:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos-c-.git/commit/?id=b2b7d4c442dffc518f0f29d3fabb9c06ea9c4229'/>
<id>urn:sha1:b2b7d4c442dffc518f0f29d3fabb9c06ea9c4229</id>
<content type='text'>
string) and on_window_close(userdata ShiftOSDesktop, string) now report
window GUIDs to their handlers instead of userdata Form objects. You can
now use get_window(string) to get a Form from a window GUID.
</content>
</entry>
<entry>
<title>Change Lua encryption key to be the old one.</title>
<updated>2016-07-05T12:41:13Z</updated>
<author>
<name>MichaelTheShifter</name>
<email>michaelshiftos@gmail.com</email>
</author>
<published>2016-07-05T12:41:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos-c-.git/commit/?id=a0b001b25f001d1df767987528980704d3d40347'/>
<id>urn:sha1:a0b001b25f001d1df767987528980704d3d40347</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Encryption keys for saves are now unique to the user's PC.</title>
<updated>2016-07-05T12:35:02Z</updated>
<author>
<name>MichaelTheShifter</name>
<email>michaelshiftos@gmail.com</email>
</author>
<published>2016-07-05T12:35:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos-c-.git/commit/?id=b5a5e0eb8a29e7eb858b6db6f8f7a60a2b2ae90c'/>
<id>urn:sha1:b5a5e0eb8a29e7eb858b6db6f8f7a60a2b2ae90c</id>
<content type='text'>
This mitigates the risk of being able to encrypt and decrypt the save
files as the Lua encrypt() and decrypt() methods will use a different
key.
</content>
</entry>
<entry>
<title>Add luatextbox widget and more.</title>
<updated>2016-07-04T21:43:04Z</updated>
<author>
<name>MichaelTheShifter</name>
<email>michaelshiftos@gmail.com</email>
</author>
<published>2016-07-04T21:43:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos-c-.git/commit/?id=6e40ae80f39c766d611b4ca29aea0f6685db80dc'/>
<id>urn:sha1:6e40ae80f39c766d611b4ca29aea0f6685db80dc</id>
<content type='text'>
- Syntax highlighting textbox for Lua API
- That textbox also supports C# syntax highlighting
- Added framework for custom desktop environments in Lua.
</content>
</entry>
</feed>
