summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-01-06Check whether content type is defined at allHEADmasterdefanor
2020-01-06Check web page headersdefanor
Don't try to render non-(X)HTML documents.
2020-01-06Check that ol_numbers != NULL on closing OL and ULdefanor
2019-10-11Handle connection failuresdefanor
2019-10-04Add padding around documentsdefanor
Docbox border is set to 4, so that there is a little space between texts and window borders.
2019-08-25Merge search and selectiondefanor
This reduces code and state duplication, though it may be useful to refactor them further, possibly using a model similar to Emacs marks.
2019-08-24Introduce incremental text searchdefanor
It is quite rough and should be refined, but as with most of the other features, introducing it at this stage primarily to ensure that it will not require major changes.
2019-08-17Add the prototypedefanor