<feed xmlns='http://www.w3.org/2005/Atom'>
<title>shiftos.git/ShiftOS/ShiftOSDesktop.vb, branch master</title>
<subtitle>The original source code of ShiftOS by Philip Adams &amp; other contributors.
</subtitle>
<id>https://git.shiftos.dev/shiftos.git/atom?h=master</id>
<link rel='self' href='https://git.shiftos.dev/shiftos.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos.git/'/>
<updated>2015-04-30T07:02:36Z</updated>
<entry>
<title>Made Changes to ThePlague virus, more changes to come shortly.</title>
<updated>2015-04-30T07:02:36Z</updated>
<author>
<name>NarodGaming</name>
<email>narodgaming@outlook.com</email>
</author>
<published>2015-04-30T07:02:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos.git/commit/?id=e1c5c6ba9e6c93707df2182c9f106b996d796a27'/>
<id>urn:sha1:e1c5c6ba9e6c93707df2182c9f106b996d796a27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ShiftDock</title>
<updated>2015-04-06T20:46:43Z</updated>
<author>
<name>pcnerd97</name>
<email>tobyneil1@hotmail.co.uk</email>
</author>
<published>2015-04-06T20:46:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos.git/commit/?id=1b1969fb009b2b73b5babacca9eeb60fdd91b446'/>
<id>urn:sha1:1b1969fb009b2b73b5babacca9eeb60fdd91b446</id>
<content type='text'>
ShiftDock! This is the dock i created as a mod, i have implemented it
into ShiftOS! The program is mostly stable but needs afew small fixes
that i will fix. The design of the settings menu also needs work.
</content>
</entry>
<entry>
<title>#1 - File Skimmer bug fix + Fullscreen Login Screen</title>
<updated>2015-03-22T14:45:19Z</updated>
<author>
<name>TheUltimateHacker</name>
<email>tultimateh@gmail.com</email>
</author>
<published>2015-03-22T14:45:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos.git/commit/?id=d556f57a1fd140362d19baea107d98524427a45e'/>
<id>urn:sha1:d556f57a1fd140362d19baea107d98524427a45e</id>
<content type='text'>
Fixed a bug with the File Skimmer, as well as adding a FullScreen Login
Screen test that can be utilized using the "test fullscreen login"
terminal command. There's also a "test fullscreen login customizer"
command to test the Customization Options for the login screen, though I
haven't even gotten close to completing that.

I've also referenced another DLL, one that I made called
"MichaelsMovableControlSuite.dll" that contains movable variations of
Windows Forms Controls. By movable, I mean that at run-time, the user
can drag these controls around, however some functions (such as the
ability to type in a MovableTextBox) have been disabled. These controls
are used for the Login Screen customizer.
</content>
</entry>
<entry>
<title>Login Screen</title>
<updated>2015-03-21T16:40:36Z</updated>
<author>
<name>TheUltimateHacker</name>
<email>tultimateh@gmail.com</email>
</author>
<published>2015-03-21T16:40:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos.git/commit/?id=a276b027fb14540aaae66b1e0f42706174b77938'/>
<id>urn:sha1:a276b027fb14540aaae66b1e0f42706174b77938</id>
<content type='text'>
A new Login Screen has been added.
</content>
</entry>
<entry>
<title>Last-Minute Commit for Alpha 1</title>
<updated>2015-03-21T12:25:29Z</updated>
<author>
<name>TheUltimateHacker</name>
<email>tultimateh@gmail.com</email>
</author>
<published>2015-03-21T12:25:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos.git/commit/?id=7529ee9b3274ac4075375952bc7704637c521283'/>
<id>urn:sha1:7529ee9b3274ac4075375952bc7704637c521283</id>
<content type='text'>
This commit adds last-minute bugfixes and features such as a new
Terminal command to turn the Advanced App Launcher on or off. It also
fixes a skinning bug with Catalyst's classic App Launcher menu item.
</content>
</entry>
<entry>
<title>Experimental Features...</title>
<updated>2015-03-21T00:29:41Z</updated>
<author>
<name>TheUltimateHacker</name>
<email>tultimateh@gmail.com</email>
</author>
<published>2015-03-21T00:29:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos.git/commit/?id=850716b2a8019fbbdee7f4b53c83051d33ad5e22'/>
<id>urn:sha1:850716b2a8019fbbdee7f4b53c83051d33ad5e22</id>
<content type='text'>
LOADS of experimental stuff with Catalyst, Skinning and more!

Why not create a Sounds directory in your Skins\Loaded directory, and
stick a few .wav files in? Preferrably an infobox.wav, startup.wav and
shutdown.wav. Soon, there will be ways of adding these files in-game
through the Shifter, don't worry. Also, a Catalyst Story can be found in
Helper.vb in the form of a string array.
</content>
</entry>
<entry>
<title>Speech Synth System added for future AI Character</title>
<updated>2015-03-16T20:20:39Z</updated>
<author>
<name>TheUltimateHacker</name>
<email>tultimateh@gmail.com</email>
</author>
<published>2015-03-16T20:20:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos.git/commit/?id=93fa6c7f3ad937d31eba7256ca27e1c7e579086b'/>
<id>urn:sha1:93fa6c7f3ad937d31eba7256ca27e1c7e579086b</id>
<content type='text'>
Added a new Speech Synth system using the .NET Framework's Speech Synth
API. To utilize this system, I've added 3 new functions in Helper.vb
called speak(Text As String), speakInfoBox(Title As String, Text As
String) and speakOnTerminal(Text As String) as well as 2 new Terminal
cmdlets, one called speak 'Text in Single Quotes' and speak_Infobox
'Title' 'Text'. These two commands should not be bundled with the full
release of 0.0.9.

I've also fixed a bug with the Advanced App Launcher, where the AAL
would not close unless you clicked "Applications" or clicked an option
in the AAL. Now, clicking the Desktop Panel and Desktop will close the
AAL. I have yet to figure out the Skin Loader AAL loading issue (Can't
run Skin Loader from the AAL), but that'll be my next bugfix.
</content>
</entry>
<entry>
<title>why use for loops when you can just import system.io also fixed some paths, stopped for the skinning problem</title>
<updated>2015-03-16T15:43:36Z</updated>
<author>
<name>pfg github</name>
<email>omegariisthebest@gmail.com</email>
</author>
<published>2015-03-16T15:43:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos.git/commit/?id=91604723d5c0696e82d729b486abd07aaa9fd24a'/>
<id>urn:sha1:91604723d5c0696e82d729b486abd07aaa9fd24a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>commented if statememt and fixed the build conflict. There is a tutorial in the dev room on how to fix them</title>
<updated>2015-03-16T14:34:26Z</updated>
<author>
<name>pfg github</name>
<email>omegariisthebest@gmail.com</email>
</author>
<published>2015-03-16T14:34:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos.git/commit/?id=3fbfbbdb0e9bfe2a9c6c0b79b873189a1bc96314'/>
<id>urn:sha1:3fbfbbdb0e9bfe2a9c6c0b79b873189a1bc96314</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master'</title>
<updated>2015-03-16T13:19:34Z</updated>
<author>
<name>TheUltimateHacker</name>
<email>tultimateh@gmail.com</email>
</author>
<published>2015-03-16T13:19:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos.git/commit/?id=93d62dcac2c8ceb10d2f839614ca83c12c5902ee'/>
<id>urn:sha1:93d62dcac2c8ceb10d2f839614ca83c12c5902ee</id>
<content type='text'>
Conflicts:
	ShiftOS/skins.vb
</content>
</entry>
</feed>
