summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-17Updated the release date in Changelog, Splash and README.release-3_0_3Jorge Arellano Cid
2013-04-07Date update for rc2 in splash page.Jorge Arellano Cid
2013-04-06.hgignore test/containerscorvid
2013-04-05quick (inadequate) mention of domainrc in user_helpcorvid
2013-04-05more about domainrc on splash pagecorvid
2013-04-04Some comments in "Release overview" and dillorc.Jorge Arellano Cid
2013-03-30Added/updated copyright notices.Sebastian Geerken
2013-03-28Fixed a typo.Sebastian Geerken
2013-03-24add note about dillo-install-hyphenation to READMEJohannes Hofmann
2013-03-18remove doc/dillo.1 from EXTRA_DISTJohannes Hofmann
2013-03-18consistently use tabs in doc/Makefile.amJohannes Hofmann
2013-03-18distribute dillo.1.inJohannes Hofmann
2013-03-13prepare dillo-3.0.3Johannes Hofmann
2013-03-10update man page after rename of pattern installation scriptJohannes Hofmann
2013-03-08Renamed install-hyphen to dillo-install-hyphen and made it installable.Sebastian Geerken
2013-03-08Polishing up install-hyphenation: some options.Sebastian Geerken
2013-03-07fix building in separate build directoryJohannes Hofmann
2013-03-06mergeJohannes Hofmann
2013-03-06replace /usr/local with actual prefix in man pageJohannes Hofmann
As suggested in [1] /usr/local in the dillo man page is now replaced by the actual prefix. with-help-from: Sebastian Geerken <sgeerken@dillo.org> [1] http://www.schweikhardt.net/man_page_howto.html
2013-03-05Fixed a bug in Vector::bsearch.Sebastian Geerken
2013-03-05add info about hyphenation to man pageJohannes Hofmann
2013-03-05Vector::bsearch and insertSorted.Sebastian Geerken
2013-03-05Comment.Sebastian Geerken
2013-03-05Comparable is now subclass of Object (not pseudo-interface anymore). The old ↵Sebastian Geerken
solution would have made RTTI neccessary to work correctly.
2013-03-05Implemented iterators for Vector.Sebastian Geerken
2013-03-04Simplified containers test.Sebastian Geerken
2013-03-02divChars now work in <pre>.Sebastian Geerken
2013-03-02Switched from ctan.org to mirrors.dotsrc.org.Sebastian Geerken
2013-03-02Rewrote pattern installation script.Sebastian Geerken
2013-02-22fix warning in UIcmd_save()Johannes Hofmann
2013-02-16Comments for last change.Sebastian Geerken
2013-02-16'text-transform: capitalize' and hyphenation now play together. (Comments ↵Sebastian Geerken
are missing.)
2013-01-30Fixed debug message.Sebastian Geerken
2013-01-29Removing parts of the ancient commented-out (and temporally removed) GTK ↵Sebastian Geerken
code by commented-out code that works. (Debug messages which are useful from time to time.)
2013-01-29Some cleanup in HashTable; new container HashSet (of which HashTable is a ↵Sebastian Geerken
sub class); fixed a glitch in both (inserting equal node again does not remove the first instance).
2013-01-28Fix: dialog menu is keyboard-activable again (119c5d6ba0df regression)Jorge Arellano Cid
The search engine option menu was activable with keyborad (Down key). Made this work again. Also made FORM option menus activable with Down key.
2013-01-28Script for downloading and adjusting pattern files.Sebastian Geerken
2013-01-27Test for containers. (Just curious how complete the code is ...)Sebastian Geerken
2013-01-27simplify ui color handling by using fltk free color indicescorvid
2013-01-26ChangeLogcorvid
2013-01-26typocorvid
2013-01-26Some comments about the dw::fltk::ui design.Sebastian Geerken
2013-01-26domain.c: quiet some MSGscorvid
2013-01-26dillorc move ui colors into the ui sectioncorvid
2013-01-26dillorc update sample user agentcorvid
2013-01-26dillorc give the ui prefs some commentarycorvid
2013-01-24Doxygen comments: added "dir=both" to graphs, which recent versions of dot ↵Sebastian Geerken
seem to expect.
2013-01-22Documentation: added "dir=both" to graphs, which recent versions of dot seem ↵Sebastian Geerken
to expect.
2013-01-22In textarea, ctrl-backspace deletes a word.corvid
Alexander asked for this a while back to make the behaviour more consistent -- it seems that ctrl tends to mean "a word at a time".
2013-01-22Fixed a compiler warning in Pointer::hashValue().Johannes Hofmann