I worked on my project following your advices.

Now all Gtkd calls are made only by guiThread thread and even the class View constructor is made by the same thread.

However the CSS global issues still exists and only on 32bit pc.

If you want, you can see my last commit, to reproduce the problem just uncomment line 447 in Viewer.d file.

Thanks in advance for your patience :)