summaryrefslogtreecommitdiff
path: root/src/xembed.cc
AgeCommit message (Collapse)Author
2009-09-20trim some spacescorvid
2009-06-22remove system includescorvid
2009-06-14don't include fltk/x11.h (noticed by corvid)Johannes Hofmann
2009-06-06typoJohannes Hofmann
2009-06-06add CopyrightJohannes Hofmann
2009-05-29remove unused variableJohannes Hofmann
2009-05-29styleJohannes Hofmann
2009-05-27remove debug printfJohannes Hofmann
2009-05-27commentJohannes Hofmann
2009-05-27more xembed workJohannes Hofmann
* Create Xembed windows directly as child windows instead of reparenting them to avoid races with reparenting WMs. * Set _XEMBED_INFO property as required by XEMBED. * Send XEMBED_REQUEST_FOCUS to get focus when user clicks on the dillo window.
2009-05-23use uint32_t for XID (pointed out by corvid)Johannes Hofmann
2009-05-19fix xembed stuff with reparenting WMsJohannes Hofmann
2009-05-18add missing xembed filesJohannes Hofmann