Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-22 | On X11 systems, link to X11 explicitely (on some systems, indirect linking ↵ | Sebastian Geerken | |
does not seem to work). | |||
2012-11-14 | Avoid scroll flickering with a custom tooltip class (TipWin) & a custom button | Jorge Arellano Cid | |
Removed the workaround [1] that added a full UI and viewport redraw to conceal the lingering tooltips bug [2]. It produced annoying scroll flickering when the mouse was in the UI but outside the viewport (e.g. over the panel). This is more a FLTK bug than anything; the FLTK team's plan is to fix it in FLTK3, and also extend the tooltips API. As FLTK3 may take long to be released, and porting dillo to it is non-trivial (if both events ever come to happen), this custom solution looks quite reasonable for the present times. The patch introduces a new CustButton class that uses TipWin, and thus the tooltip handling is no longer handled by FLTK. This patch switches the UI buttons to the new CustButton. 1] http://lists.auriga.wearlab.de/pipermail/dillo-dev/2011-July/008515.html 2] http://lists.auriga.wearlab.de/pipermail/dillo-dev/2011-July/008494.html | |||
2012-11-05 | domainrc | corvid | |
2012-10-03 | introduce domainrc mechanism | p37sitdu, corvid | |
2011-09-29 | rest of digest authentication | Justus Winter, corvid | |
Justus contributed the original patch in April 2009. I read RFCs, fixed bugs, restructured, tested. | |||
2011-02-04 | use our own pthread flags in src/Makefile | corvid | |
2010-07-25 | Based automake directories on top_srcdir and top_builddir | onepoint | |
2010-07-17 | s/space/TABS in src/Makefile.am | Jorge Arellano Cid | |
2010-07-17 | Fix src/Makefile.am to allow a different build directory. | onepoint | |
2010-01-18 | Added a help button. It tries a local help file then dillo.org's one. | corvid, jcid | |
2009-06-10 | add keysrc | corvid | |
2009-06-07 | group dillo system config files into a dillo subdir; have Paths use it | corvid | |
2009-05-18 | add support for --xid command line option | Johannes Hofmann | |
The --xid option is used by a plugin for the claws mail client (http://www.claws-mail.org/) to embed the dillo window into the mailer application to display HTML mails. | |||
2009-05-15 | Refactor: isolate calls to utf8 functions into a single source file. | corvid | |
2009-05-03 | merge | Jorge Arellano Cid | |
2009-05-03 | Added configurable keybindings! (in ~/.dillo/keysrc) # part1 | Jorge Arellano Cid | |
2009-04-28 | fix typo in Makefile | Johannes Hofmann | |
2009-04-28 | Refactor the preferences parser | Tim Nieradzik, Jorge Arellano Cid | |
2009-01-31 | s/gif.h/dgif.h/ in Makefile.am (fixes 6828b4d19d69) | Jorge Arellano Cid | |
2009-01-31 | Set dicache as MIME dispatcher for image/{gif,jpg,png}. +refactor and cleanups | Jorge Arellano Cid | |
2008-12-27 | [mq]: dicache-cleanup1 | Jorge Arellano Cid | |
2008-12-20 | merge with main | Johannes Hofmann | |
2008-12-20 | Added basic authentication! | Jorge Arellano Cid | |
2008-11-11 | import CSS parser code from dillo-0.8.0-css-3 | Johannes Hofmann | |
2008-10-28 | add doctree.hh to Makefile.am | Johannes Hofmann | |
2008-10-23 | css.[ch][ch] -> styleengine.[ch][ch] | Johannes Hofmann | |
2008-10-22 | add css.hh css.cc | Johannes Hofmann | |
2008-10-10 | - s/dillo-fltk/dillo/ and switched the version to 2.0 | jcid | |
2008-09-29 | - Removed the remaining DEBUG_MSG in src/ | jcid | |
2008-09-24 | - Moved the dw2 tree into dillo2's tree. | jcid | |
2008-08-23 | - Changed the rc filename from dillorc2 to dillo2rc | jcid | |
- Set some new default values in prefs. | |||
2008-07-06 | - s/dillorc/dillorc2/ in src/Makefile.am | jcid | |
2008-06-30 | - Added html_common.hh to Makefile.am | jcid | |
2008-06-21 | - split table code from html.cc | jcid | |
2008-06-05 | - html.cc cleanup (in progress). Source split. | jcid | |
2008-06-01 | - More cleanups in html.cc (form receiver). | jcid | |
2008-05-22 | - Replaced the findtext dialog with an in-window widget! | jcid | |
2008-01-19 | - Added iconv tests for FreeBSD. | jcid | |
2007-11-13 | Added an experimental gzip decoder! | jcid | |
2007-10-07 | Initial revision | jcid | |