Re: [webkit-gtk] Taking full webpage screenshots

2011-08-11 Thread James Wu
This is the code I have so far and with this I am only able to get the visible parts of the browser in the screenshot. What is the best way to get a snapshot of the entire webpage ? If you figure out a way to take a screenshot without the need of a DISPLAY (X Server) please let me

[webkit-gtk] webkit-gtk over DirectFB

2011-08-11 Thread İzzet Aykut KOÇAK
Hi All, I need to compile webkit-gtk over DirectFB for a embedded device. Would somebody suggest me correct version webkit? I have got GTK-2.16 is running on this device. Aykut ___ webkit-gtk mailing list webkit-gtk@lists.webkit.org

Re: [webkit-gtk] top level window's expose

2011-08-11 Thread Gustavo Noronha Silva
On Tue, 2011-08-09 at 10:47 +, biswa wrote: I was trying to create a GTK_TOP_LEVEL window, attach a webview on that and connect a signal handler to handle the expose events. However I observe that on attaching the webview to the top level window, my callback function is not called. I