The blue rectangle used as progress bar in the splash screen didn't suit well on the MacOS platform. So after some investigations, i added the support for native progress bar in the splash screen. The flag for the control is different from the one defined for progress bars used in the application (CTRL_PROGRESS), so that platforms who want to use the OOo's progress bar for splash screen but native progress bars in the application can. Therefore, I added the flag CTRL_INTROPROGRESS in salnativewidgets.hxx

As the module desktop (where code for splashscreen is located) is necessary, I added it to the CWS aquavcl03, and so I learned how to do common tasks to CWS (other than committing of course). I have also committed the code to aquavcl03.

There's more to come, stay tuned ;-)