aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS/skins.vb
AgeCommit message (Collapse)Author
2015-03-22#1 - File Skimmer bug fix + Fullscreen Login ScreenTheUltimateHacker
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.
2015-03-16Merge remote-tracking branch 'origin/master'TheUltimateHacker
Conflicts: ShiftOS/skins.vb
2015-03-16#11 - Fixed skinning bug.TheUltimateHacker
Fixed a huge skinning bug, along with adding a few new features (Infobox tries to find a .wav file to play when it starts up. If there isn't any, it doesn't play a sound.)
2015-03-16why use for loops when you can just import system.io also fixed some paths, ↵pfg github
stopped for the skinning problem
2015-03-16commented if statememt and fixed the build conflict. There is a tutorial in ↵pfg github
the dev room on how to fix them
2015-03-16Merge remote-tracking branch 'origin/master'TheUltimateHacker
Conflicts: ShiftOS/skins.vb
2015-03-16Added more skinning options and new functions to Helper.vbTheUltimateHacker
2015-03-15Added Paths modulepfg github
2015-03-15Advanced App Launcher addedTheUltimateHacker
A very beta Advanced App Launcher has been added. It's in a functional state, and I'm still working on it.
2015-03-10Shift Desktop Icons - 0 CPTheUltimateHacker
Yes, I added the ability to customize the Desktop Icons in the Shifter. This is very basic, and I tried my best to allow older skins to be converted to enable these abilities. Don't worry though, the title was just a creative title and no upgrades were added to the Shiftorium. I also added the ability to delete files from the desktop.
2015-03-08Full Sourcepfg github