aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Desktop/ShiftOSDesktop.cs
AgeCommit message (Collapse)Author
2016-07-25Merge remote-tracking branch 'refs/remotes/origin/master' into ↵Michael VanOverbeek
shiftui_integration
2016-07-24Added Hashing API and Fixed BugsCarver Harrison
2016-07-23Attempt to fix panel buttons.MichaelTheShifter
2016-07-23Fix panel buttonsMichaelTheShifter
2016-07-23Add WindowsEXE running as a shiftorium thing.ComputeLinux
2016-07-19Full ShiftUI conversionMichaelTheShifter
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-06Added DEF events for unity toggle and desktop panel draw.MichaelTheShifter
Also this is the first REAL AppVeyor build test.
2016-07-04Add 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.
2016-06-25Sort source code into folders.MichaelTheShifter
It feels better to know what's responsible for what... Plus I removed some un-needed C# stuff.