| Age | Commit message (Collapse) | Author |
|
|
|
prober for ShiftOS to allow ShiftUI designer to design ShiftOS forms.
|
|
|
|
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)
|
|
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.
|
|
Also this is the first REAL AppVeyor build test.
|
|
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.
|
|
|
|
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.
|
|
- Syntax highlighting textbox for Lua API
- That textbox also supports C# syntax highlighting
- Added framework for custom desktop environments in Lua.
|
|
It's untested, but in theory it'll all work perfectly.
|
|
Custom shifter options using Lua, and other stuff.
|
|
|
|
Committing all code for 0.1.1 Release Candidate 1.
|
|
Committing everything I've got - so that I can take a break for a few
months and work on other things.
|
|
Initial commit of repository.
|