aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/AppearanceManager.cs
AgeCommit message (Collapse)Author
2017-06-18move terminal commands out of the engineMichael
2017-06-11ReflectMan Saves The Day..............RogueAI42
Refactored every part in the code that used that damn foreach loop. All assemblies are now loaded on startup into an array, and the results of GetType() on each are concatenated into another array. The parts of the code that were loading the assemblies and scanning them themselves now look to ReflectMan.Types, and all disk I/O is limited to the first time ReflectMan is accessed. While I was there I also replaced some other foreach loops with array comprehensions and such to speed things up - there is a noticeable improvement. It doesn't seem to have broken anything, but I'd appreciate if someone could do more stress testing for me.
2017-06-10main menu system + sandbox modeMichael
2017-05-27stuffMichael
2017-05-16started documentation of engineRylan/wowmom98
<3 you too michael
2017-05-13Newer notification system (PANEL ICONS :D)Michael
2017-05-13Dithering, audio volume, and fix shutdown bugMichael
2017-05-12ShiftOS is a hydra.Michael
You pop one bug off, 2,000 more grow in its place.
2017-04-16Document the Appearance ManagerMichael
Also removed obsolete/unused code.
2017-02-06Icon backend :DMichael
2017-02-04Add name changer backendMichael
You can use the DefaultTitleAttribute on an IShiftOSWindow to specify a default title for the window and name changer entry.
2017-01-08Add license to top of ALL code files.Michael
2017-01-08Initial uploadMichael