From d556f57a1fd140362d19baea107d98524427a45e Mon Sep 17 00:00:00 2001 From: TheUltimateHacker Date: Sun, 22 Mar 2015 10:45:19 -0400 Subject: #1 - File Skimmer bug fix + Fullscreen Login Screen 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. --- ShiftOS/ShiftOS.vbproj | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'ShiftOS/ShiftOS.vbproj') diff --git a/ShiftOS/ShiftOS.vbproj b/ShiftOS/ShiftOS.vbproj index 6480482..53a4a08 100644 --- a/ShiftOS/ShiftOS.vbproj +++ b/ShiftOS/ShiftOS.vbproj @@ -85,6 +85,9 @@ ShiftOSLogo.ico + + ..\..\..\MovableControls\MichaelsMovableControlSuite\MichaelsMovableControlSuite\bin\Debug\MichaelsMovableControlSuite.dll + @@ -151,6 +154,18 @@ Form + + FullScreenLogin Customizer.vb + + + Form + + + FullScreenLogin.vb + + + Form + loginform.vb @@ -474,6 +489,12 @@ coherencemodeform.vb + + FullScreenLogin Customizer.vb + + + FullScreenLogin.vb + loginform.vb -- cgit v1.2.3