aboutsummaryrefslogtreecommitdiff
path: root/src/xembed.cc
AgeCommit message (Collapse)Author
2025-02-19Fix build on Solaris 10 and old gcc 4.0.1Claes Nästén
Remove extra semicolons and commas, as well as isinf() so it builds and runs on Solaris 10. Also add extra fixes for non C++11 courtesy of Sevan Janiyan, making Dillo compile and run on OS X 10.4 PowerPC with GCC 4.0.1 and 8.5. Co-authored-by: Sevan Janiyan <venture37@geeklan.co.uk>
2018-10-05add --disable-xembed configure optionJohannes Hofmann
Add option to disable XEmbed support. This can be useful to avoid compilation issues on non-X11 systems.
2017-09-15fix compile time X11 detection with fltk-1.3.4+Johannes Hofmann
This should fix "-x <window id>" when dillo is compiled with fltk-1.3.4. Reported-by: Arthur Huillet
2016-03-05move include of FL/x.H under #ifdef X_PROTOCOLJohannes Hofmann
This fixes compilation on Mac OS. reported-by: Yves de Champlain
2013-06-03call Fl_Window::show() from Xembed::show() to make embedding easier (BUG#1127)Johannes Hofmann
2011-05-27more xembed portingJohannes Hofmann
2011-05-02initial take on Xembed port to fltk-1.3Johannes Hofmann
2011-01-23xembedcorvid
2011-01-16some general commenting-out for src/corvid
I also get a conflict with Status in dns.h. (Also seen in ui.cc, which I changed like a week ago.) Seemingly defined in X somewhere already. I remember the same thing happening on my port experiment a couple of years, so...I'll just change it.
2011-01-08some xembedcorvid
2011-01-06eventscorvid
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