| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-07-22 | Fixed GNU/ShiftTerm | Carver Harrison | |
| Liek da naem | |||
| 2016-07-22 | Beeping is really annoying. Let's get rid of it. | ComputeLinux | |
| 2016-07-22 | Removed Bash :( | Carver Harrison | |
| 2016-07-22 | Better Icons | ComputeLinux | |
| 2016-07-22 | SUPPORTS BASH `bash` | Carver Harrison | |
| 2016-07-22 | Merge pull request #12 from carverh/master | Michael VanOverbeek | |
| Added Lua in the Terminal and Added Core Utils (ls, dir, who, pwd, [, cat, more, and more!) | |||
| 2016-07-22 | Core Utils | Carver Harrison | |
| 2016-07-22 | Update README.md | Michael VanOverbeek | |
| 2016-07-22 | Added Lua in Terminal (LinT) | Carver Harrison | |
| 2016-07-22 | Merge pull request #1 from MichaelTheShifter/master | carverh | |
| Updating My Fork | |||
| 2016-07-22 | Shifter UI rewrite, fix shiftnet and spkg paths. | MichaelTheShifter | |
| 2016-07-22 | Merge pull request #9 from carverh/master | Michael VanOverbeek | |
| Added A LOT | |||
| 2016-07-21 | edit 2 | carverh | |
| 2016-07-21 | Fixed Up and Added Features | carverh | |
| 2016-07-21 | Edited Credits | carverh | |
| 2016-07-21 | Cleaned Up | carverh | |
| 2016-07-21 | MADE EVERY DAMN COMMAND A FUNCTION. FINALY I DID IT! | carverh | |
| 2016-07-21 | part1 | carverh | |
| 2016-07-21 | Merge pull request #8 from carverh/master | Michael VanOverbeek | |
| Fixed Bugs, Added Story, Added Commands, Cleaned Up Source, and More | |||
| 2016-07-21 | eedit | carverh | |
| 2016-07-21 | Same As Last | carverh | |
| 2016-07-21 | Fixed Bugs and Organized Items | carverh | |
| 2016-07-21 | edit | carverh | |
| 2016-07-21 | Revert "Added Dep" | carverh | |
| This reverts commit f4a2df277ce29388bb7026f262c1f0254705288f. | |||
| 2016-07-20 | Added Dep | carverh | |
| 2016-07-20 | Fixed Couple Bugs and Crashes | carverh | |
| - Fixed: Crash when Hacking With No Tools - Fixed: Accessing directories outside of C:\ShiftOS using 'ls' command - Added Small Features | |||
| 2016-07-20 | Move ShiftUI designer to ShiftOS and add | MichaelTheShifter | |
| prober for ShiftOS to allow ShiftUI designer to design ShiftOS forms. | |||
| 2016-07-20 | Fix project reference. | MichaelTheShifter | |
| 2016-07-20 | Fix appveyor builds (hopefully) | MichaelTheShifter | |
| 2016-07-20 | Fix window border bug, add skinnable VisualStyleBorders | MichaelTheShifter | |
| 2016-07-20 | Merge pull request #7 from GabrielTK/master | Michael VanOverbeek | |
| Added "cheat" Command | |||
| 2016-07-20 | Move ShiftUI source code to ShiftOS | MichaelTheShifter | |
| This'll be a lot easier to work on. | |||
| 2016-07-20 | Finished Clean-UP | GabrielTK | |
| 2016-07-20 | Started Clean-Up | GabrielTK | |
| 2016-07-20 | Fix graphical glitch with buttons. | MichaelTheShifter | |
| This glitch has been prevelant ever since ShiftOS first had Knowledge Input. And I don't mean 0.1.0, I mean all the way back before 0.0.5 when OSFirstTimer was developing it. Basically, buttons would show light gray backgrounds when you click on them. Now they show black (and it's skinnable :D) | |||
| 2016-07-19 | Added cheat Command | Gabriel Enrico Augusto Rocha | |
| 2016-07-19 | ShiftUI skin support | MichaelTheShifter | |
| Just gotta remove every single occurrence of 'something.FlatStyle = ...' and we're all set. | |||
| 2016-07-19 | Full ShiftUI conversion | MichaelTheShifter | |
| The only bugs are that windows don't show in the center of the screen, and Gecko webbrowsers are not serializing properly to be converted to ShiftUI widgets (you can use the ToWidget() extension method to convert a WinForms control to a ShiftUI widget) Also multiple desktop panels are removed due to some odd bug I can't diagnose. Will add them back in the future. Promise. I loved creating GNOME2 skins. | |||
| 2016-07-19 | Initial commit. | MichaelTheShifter | |
| 2016-07-06 | Update README.md | Michael VanOverbeek | |
| 2016-07-06 | Merge pull request #5 from gitter-badger/gitter-badge | Michael VanOverbeek | |
| Add a Gitter chat badge to README.md | |||
| 2016-07-06 | Added DEF events for unity toggle and desktop panel draw. | MichaelTheShifter | |
| Also this is the first REAL AppVeyor build test. | |||
| 2016-07-06 | Fix AppVeyor builds | MichaelTheShifter | |
| 2016-07-06 | AppVeyor build test. | MichaelTheShifter | |
| 2016-07-05 | Fix issue with game settings breaking new saves. | MichaelTheShifter | |
| 2016-07-05 | on_window_open(userdata ShiftOSDesktop, | MichaelTheShifter | |
| string) and on_window_close(userdata ShiftOSDesktop, string) now report window GUIDs to their handlers instead of userdata Form objects. You can now use get_window(string) to get a Form from a window GUID. | |||
| 2016-07-05 | More Lua work | MichaelTheShifter | |
| including making save_file(filters, func) and open_file(filters, func) do the same as fileskimmer_open and fileskimmer_save | |||
| 2016-07-05 | Change Lua encryption key to be the old one. | MichaelTheShifter | |
| 2016-07-05 | Encryption keys for saves are now unique to the user's PC. | MichaelTheShifter | |
| This mitigates the risk of being able to encrypt and decrypt the save files as the Lua encrypt() and decrypt() methods will use a different key. | |||
| 2016-07-04 | Add luatextbox widget and more. | MichaelTheShifter | |
| - Syntax highlighting textbox for Lua API - That textbox also supports C# syntax highlighting - Added framework for custom desktop environments in Lua. | |||
