More UI work and a few other things


I finished the Details panel yesterday and corrected the open animation. There is still a small bug with the description that is not cleared when you select another logon and the new logon doesn’t have any description.

I also replaced the old scrollbar with a new one that is better integrated with the application. The extra aero border will hopefully go when I start handling WM_NCCALCSIZE correctly. The code is deactivated as it’s not working correctly yet.

I moved all the logic when applying a logon into it’s own thread, so that the application doesn’t freeze when you click Apply. The two buttons along with the textbox and the slider are disabled when applying a logon.

I wanted to have a nice animation when applying the logon. Right now, the main list fades to white but I still need to add the actual animation.