Commit graph

13 commits

Author SHA1 Message Date
MichaelTheShifter
b52090021f Move ShiftUI designer to ShiftOS and add
prober for ShiftOS to allow ShiftUI designer to design ShiftOS forms.
2016-07-20 13:52:12 -04:00
MichaelTheShifter
f1856e8ed3 Fix graphical glitch with buttons.
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-20 09:17:10 -04:00
MichaelTheShifter
6b804f03eb Full ShiftUI conversion
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 21:53:26 -04:00
MichaelTheShifter
98fe96c5d3 Added DEF events for unity toggle and desktop panel draw.
Also this is the first REAL AppVeyor build test.
2016-07-06 18:32:19 -04:00
MichaelTheShifter
b20c17f5a4 Fix AppVeyor builds 2016-07-06 13:13:15 -04:00
MichaelTheShifter
62b4af3c2b AppVeyor build test. 2016-07-06 10:26:36 -04:00
MichaelTheShifter
b2b7d4c442 on_window_open(userdata ShiftOSDesktop,
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 18:29:22 -04:00
MichaelTheShifter
ad0e84c4be More Lua work
including making save_file(filters, func) and open_file(filters, func)
do the same as fileskimmer_open and fileskimmer_save
2016-07-05 10:43:43 -04:00
MichaelTheShifter
a0b001b25f Change Lua encryption key to be the old one. 2016-07-05 08:41:13 -04:00
MichaelTheShifter
6e40ae80f3 Add luatextbox widget and more.
- Syntax highlighting textbox for Lua API
- That textbox also supports C# syntax highlighting
- Added framework for custom desktop environments in Lua.
2016-07-04 17:43:04 -04:00
MichaelTheShifter
5be773d4f0 More hacking fixes, httpget() lua function.
Implements aren-cllc's httpget() lua method. Works perfectly.
2016-07-02 11:35:27 -04:00
MichaelTheShifter
309f9fe361 Added online Hacker Battles with matchmaking system
It's untested, but in theory it'll all work perfectly.
2016-06-25 21:22:46 -04:00
MichaelTheShifter
84f689b91a Sort source code into folders.
It feels better to know what's responsible for what... Plus I removed
some un-needed C# stuff.
2016-06-25 08:10:03 -04:00