aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS/File Skimmer.vb
AgeCommit message (Collapse)Author
2015-04-06Huge bug fixesTheUltimateHacker
This commit fixes some major bugs, atleast I hope so, that caused ShiftOS to be unplayable. The bugs I'm talking about are the inability to find the xulrunner, MichaelsMovableControls.dll, and SkyBound.Gecko.dll files. I also fixed a minor bug where when .smf files are loaded in the File Skimmer or Desktop, the modloader would read the code rather than opening the file.
2015-03-27Merge branch 'pr/18'pfgithub
Conflicts: ShiftOS/File Skimmer.vb
2015-03-23Mod workpr/18william1008
Improved SRIP mod communication system and tested with mod, will soon release mod template files and documentation. Currently only has 4 commands, please add more. This is a starter.
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-16why use for loops when you can just import system.io also fixed some paths, ↵pfg github
stopped for the skinning problem
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-08Desktop can open folderspfg github
2015-03-08Full Sourcepfg github