aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Controls/infobox.Designer.cs
AgeCommit message (Collapse)Author
2016-07-23Fix Info box.william341
2016-07-20Fix 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-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-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.