Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-19 | Fix build on Solaris 10 and old gcc 4.0.1 | Claes 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-05 | add --disable-xembed configure option | Johannes Hofmann | |
Add option to disable XEmbed support. This can be useful to avoid compilation issues on non-X11 systems. | |||
2017-09-15 | fix 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-05 | move include of FL/x.H under #ifdef X_PROTOCOL | Johannes Hofmann | |
This fixes compilation on Mac OS. reported-by: Yves de Champlain | |||
2013-06-03 | call Fl_Window::show() from Xembed::show() to make embedding easier (BUG#1127) | Johannes Hofmann | |
2011-05-27 | more xembed porting | Johannes Hofmann | |
2011-05-02 | initial take on Xembed port to fltk-1.3 | Johannes Hofmann | |
2011-01-23 | xembed | corvid | |
2011-01-16 | some 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-08 | some xembed | corvid | |
2011-01-06 | events | corvid | |
2009-09-20 | trim some spaces | corvid | |
2009-06-22 | remove system includes | corvid | |
2009-06-14 | don't include fltk/x11.h (noticed by corvid) | Johannes Hofmann | |
2009-06-06 | typo | Johannes Hofmann | |
2009-06-06 | add Copyright | Johannes Hofmann | |
2009-05-29 | remove unused variable | Johannes Hofmann | |
2009-05-29 | style | Johannes Hofmann | |
2009-05-27 | remove debug printf | Johannes Hofmann | |
2009-05-27 | comment | Johannes Hofmann | |
2009-05-27 | more xembed work | Johannes 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-23 | use uint32_t for XID (pointed out by corvid) | Johannes Hofmann | |
2009-05-19 | fix xembed stuff with reparenting WMs | Johannes Hofmann | |
2009-05-18 | add missing xembed files | Johannes Hofmann | |