aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)Author
2013-05-22On X11 systems, link to X11 explicitely (on some systems, indirect linking ↵Sebastian Geerken
does not seem to work).
2012-11-14Avoid scroll flickering with a custom tooltip class (TipWin) & a custom buttonJorge 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-05domainrccorvid
2012-10-03introduce domainrc mechanismp37sitdu, corvid
2011-09-29rest of digest authenticationJustus Winter, corvid
Justus contributed the original patch in April 2009. I read RFCs, fixed bugs, restructured, tested.
2011-02-04use our own pthread flags in src/Makefilecorvid
2010-07-25Based automake directories on top_srcdir and top_builddironepoint
2010-07-17s/space/TABS in src/Makefile.amJorge Arellano Cid
2010-07-17Fix src/Makefile.am to allow a different build directory.onepoint
2010-01-18Added a help button. It tries a local help file then dillo.org's one.corvid, jcid
2009-06-10add keysrccorvid
2009-06-07group dillo system config files into a dillo subdir; have Paths use itcorvid
2009-05-18add support for --xid command line optionJohannes 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-15Refactor: isolate calls to utf8 functions into a single source file.corvid
2009-05-03mergeJorge Arellano Cid
2009-05-03Added configurable keybindings! (in ~/.dillo/keysrc) # part1Jorge Arellano Cid
2009-04-28fix typo in MakefileJohannes Hofmann
2009-04-28Refactor the preferences parserTim Nieradzik, Jorge Arellano Cid
2009-01-31s/gif.h/dgif.h/ in Makefile.am (fixes 6828b4d19d69)Jorge Arellano Cid
2009-01-31Set dicache as MIME dispatcher for image/{gif,jpg,png}. +refactor and cleanupsJorge Arellano Cid
2008-12-27[mq]: dicache-cleanup1Jorge Arellano Cid
2008-12-20merge with mainJohannes Hofmann
2008-12-20Added basic authentication!Jorge Arellano Cid
2008-11-11import CSS parser code from dillo-0.8.0-css-3Johannes Hofmann
2008-10-28add doctree.hh to Makefile.amJohannes Hofmann
2008-10-23css.[ch][ch] -> styleengine.[ch][ch]Johannes Hofmann
2008-10-22add css.hh css.ccJohannes Hofmann
2008-10-10- s/dillo-fltk/dillo/ and switched the version to 2.0jcid
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 dillo2rcjcid
- Set some new default values in prefs.
2008-07-06- s/dillorc/dillorc2/ in src/Makefile.amjcid
2008-06-30- Added html_common.hh to Makefile.amjcid
2008-06-21- split table code from html.ccjcid
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-13Added an experimental gzip decoder!jcid
2007-10-07Initial revisionjcid