aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/Console.vb
AgeCommit message (Collapse)Author
2022-11-20Guide command, MathQuiz App, ShiftOS About, and moreEverythingWindows
2022-11-19implemented the password stuff, but failed to be able to convert other than ↵EverythingWindows
alphabet to its correspondant
2022-11-18Moving majority functions of apps from TerminalExternalApp into its own ↵EverythingWindows
separate module and fixing bug on ability to set hostname and username to blank
2022-11-17further isolate any terminal-related function from consoleEverythingWindows
2022-11-17Added KeyboardHandler to handle shortcuts and key input to make it ↵EverythingWindows
universally used
2022-11-17CodepointSystem module, ColorSystem module, Completing TerminalInternalApps ↵EverythingWindows
migrating to modules
2022-11-17Optimization on Intro StoryEverythingWindows
2022-11-16More enhanced code management and DesktopEnvironment experimentsEverythingWindows
2022-11-14Moving DoCommand to TerminalAPI, etc.EverythingWindows
2022-11-14All one-way commands are not separated into each own moduleEverythingWindows
2022-11-14moving more from Console to Terminal Internal/External AppsEverythingWindows
2022-11-14Migration from Console to TerminalInteralApps and TerminalExternalApps for ↵EverythingWindows
some commands.
2022-11-13More NewLine migration, Epilepsy warning fixing, and fixing update systemEverythingWindows
2022-11-13Changed from Environment.NewLine to dedicated NewLine module thoroughly, ↵EverythingWindows
Fixing a bug on always asks for update, Slowly migrating from full Terminal-dependant to Console-based