<feed xmlns='http://www.w3.org/2005/Atom'>
<title>shiftos-c-_theultimatehacker.git/source/WindowsFormsApplication1/Controls, branch shiftui_integration</title>
<subtitle>The Official C# Rewrite of ShiftOS.
</subtitle>
<id>https://git.shiftos.dev/shiftos-c-_theultimatehacker.git/atom?h=shiftui_integration</id>
<link rel='self' href='https://git.shiftos.dev/shiftos-c-_theultimatehacker.git/atom?h=shiftui_integration'/>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos-c-_theultimatehacker.git/'/>
<updated>2016-07-20T17:52:12Z</updated>
<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-_theultimatehacker.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>Move ShiftUI source code to ShiftOS</title>
<updated>2016-07-20T13:40:36Z</updated>
<author>
<name>MichaelTheShifter</name>
<email>michaelshiftos@gmail.com</email>
</author>
<published>2016-07-20T13:40:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos-c-_theultimatehacker.git/commit/?id=d40fed5ce2bc806a91245adb18039634eac13ed0'/>
<id>urn:sha1:d40fed5ce2bc806a91245adb18039634eac13ed0</id>
<content type='text'>
This'll be a lot easier to work on.
</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-_theultimatehacker.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-_theultimatehacker.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>Initial commit.</title>
<updated>2016-07-19T18:04:41Z</updated>
<author>
<name>MichaelTheShifter</name>
<email>michaelshiftos@gmail.com</email>
</author>
<published>2016-07-19T18:04:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos-c-_theultimatehacker.git/commit/?id=9322701aa1eae9596a8586ef19a0fe1d1b3ab66b'/>
<id>urn:sha1:9322701aa1eae9596a8586ef19a0fe1d1b3ab66b</id>
<content type='text'>
</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-_theultimatehacker.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>More Lua work</title>
<updated>2016-07-05T14:43:43Z</updated>
<author>
<name>MichaelTheShifter</name>
<email>michaelshiftos@gmail.com</email>
</author>
<published>2016-07-05T14:43:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos-c-_theultimatehacker.git/commit/?id=ad0e84c4be1411321e36a9f6ab022195c0d006b3'/>
<id>urn:sha1:ad0e84c4be1411321e36a9f6ab022195c0d006b3</id>
<content type='text'>
including making save_file(filters, func) and open_file(filters, func)
do the same as fileskimmer_open and fileskimmer_save
</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-_theultimatehacker.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>
<entry>
<title>Stop AI from controlling enemy in online sessions</title>
<updated>2016-06-29T22:36:17Z</updated>
<author>
<name>MichaelTheShifter</name>
<email>michaelshiftos@gmail.com</email>
</author>
<published>2016-06-29T22:36:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos-c-_theultimatehacker.git/commit/?id=20fcece26d3c54d87dd3c66702b71d5c13f05199'/>
<id>urn:sha1:20fcece26d3c54d87dd3c66702b71d5c13f05199</id>
<content type='text'>
Also added bidirectional data transfer to online battles so that I can
send damage requests to the opponent when needed.
</content>
</entry>
<entry>
<title>More client-side fixes.</title>
<updated>2016-06-28T22:30:15Z</updated>
<author>
<name>MichaelTheShifter</name>
<email>michaelshiftos@gmail.com</email>
</author>
<published>2016-06-28T22:30:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos-c-_theultimatehacker.git/commit/?id=dec9dfac5eebfbfd3a21ba5cfd0ca320cd5f1bfb'/>
<id>urn:sha1:dec9dfac5eebfbfd3a21ba5cfd0ca320cd5f1bfb</id>
<content type='text'>
Still got some moldy bread in there... if ya know what I mean.

I meant bugs.
</content>
</entry>
</feed>
