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/Terminal.vb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ShiftOS/Terminal.vb') diff --git a/ShiftOS/Terminal.vb b/ShiftOS/Terminal.vb index 509fc73..54ed997 100644 --- a/ShiftOS/Terminal.vb +++ b/ShiftOS/Terminal.vb @@ -956,6 +956,10 @@ Public Class Terminal If further = True Then Select Case command + Case "test fullscreen login customizer" + FullScreenLoginCustomizer.Show() + Case "test fullscreen login" + FullScreenLogin.Show() Case "adv app launcher on" ShiftOSDesktop.boughtadvapplauncher = True ShiftOSDesktop.savegame() -- cgit v1.2.3