pierce-smith1 / yok.scr

the doughbyte-themed windows screensaver
https://doughbyte.com/aut/yokscr
11 stars 1 forks source link

Add predefined palettes in the palette customizer #55

Closed pierce-smith1 closed 7 months ago

pierce-smith1 commented 7 months ago

Closes #51 and #52.

image

This PR introduces an "Add built-in palette" button to the palette customizer which will let you, well, do that. I also fixed #52 while I was at it - now if you try to add a palette with a name that already exists, it will be called "palette 2", or "palette 3", and so on.

On the dev side, I also introduced an abstraction for easily getting a c++ string from an operation that normally requires a lengthy buffer allocation ceremony, since this shit is EVERYWHERE in Win32. This should make interacting with windows a lot nicer and safer.