Jump to content

Dulappy

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Greece

About Dulappy

Profile Information

  • OS
    Windows 10 x64

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Dulappy's Achievements

8

Reputation

  1. An update on this project's development has been posted on my YouTube channel: Text glow is yet to come, and the blurring is still quite bad, however I believe that this will get to the open beta phase within 2024.
  2. Hello, recently I started working on modifying DWM to customize Windows to my tastes, and this is what I've managed to get so far: I implemented all of this using Windhawk, but I might eventually move it all into its own program. The code is definitely not ready for release (buggy), plus it's still missing a few things that I'd like for an initial release. The blur implementation is also not the best, and I'd rather do it in a way closer to BigMuscle's, since this is based on Valinet's method, which considering was just quickly created to prove that blur is possible in 2004+, has its fair share issues. This can be seen as a proof of concept in a way, maybe a tech demo. For the buttons, I decided to rewrite both the functions that handle their positions and sizes in DWM, which gives me full control over the implementation. For example, I can modify this mod to make the buttons look the way they do in the Basic theme, Luna theme, even Classic theme, theoretically, all in DWM, meaning that there should be no compatibility issues with applications. You may have also noticed that the text is missing from the titlebars. That's due to the fact that in Windows 8.1 and 10, the titlebar text is rendered using GDI, and I'm still not sure how to make the background transparent (I've tried using SetBkMode but it didn't seem to do anything). I'll probably end up trying to render the text the same way Windows 7 does, as that's the OS whose look I'm trying to match. As for a release, I'm not sure when this will be ready. Could be this year, could be next year, it really depends on how much time I have on my hands, especially considering the project's current primitive state.
×
×
  • Create New...