aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/Skinning.cs
AgeCommit message (Collapse)Author
2017-07-05HEAVILY optimize skinsMichael
2017-06-27Multistate title button skinning.Michael
2017-06-20inactive border imagesMichael
2017-06-20Opt-in multistate bordersMichael
2017-06-20inactive border colorsMichael
2017-06-17Commands are parsed with a bash-style syntax by defaultMichael
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-01Another new default skin.Michael
2017-06-01Icon Manager and various icon bugfixes.Michael
2017-05-30Slight Shiftnet mods, new default skin.Michael
2017-05-20document skinengineMichael
2017-05-14Custom buttons and progress bars.Michael
2017-05-13Newer notification system (PANEL ICONS :D)Michael
2017-05-12dithering revampMichael
2017-05-06GUI-based login screen with skinning!Michael
2017-04-22Add sizing of applauncher elementsMichael
2017-04-15Hide AL when clicking on window ctrlsMichael
2017-04-14Huge optimizations.Michael
Windows load A LOT faster, and Shifter has a preview.
2017-03-09FULLY COMPLETE TERMINAL COLORSMichael
2017-02-28Beginning screensaver workMichael
2017-02-21Fix menu rendering bug.Michael
2017-02-19Make title text back color transparentMichael
2017-02-18Flow, panel, button and label controls in luaMichael
2017-02-18Add on_key_down event and other goodiesMichael
2017-02-10App Launcher text is now skinnable.Michael
Find the new App Launcher Text Color and App Launcher font settings in Desktop -> App Launcher in Shifter!
2017-02-07Add default icons for most appsMichael
2017-02-07Added defaulticonattribute.Michael
2017-02-06Icon backend :DMichael
2017-02-04#if STUPID set custom cursor #endifMichael
2017-02-04Sorta-working custom cursors.Michael
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-02-02First ever VB mod... it isn't going well.Michael
2017-01-08Add license to top of ALL code files.Michael
2017-01-08Initial uploadMichael