summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-17Set the viewport width as initial width valueRodrigo Arias Mallo
2024-10-17Don't apply min/max-width if the width is autoRodrigo Arias Mallo
2024-10-17Preserve aspect ratio of imagesRodrigo Arias Mallo
2024-10-17Round final relative CSS lengthRodrigo Arias Mallo
2024-10-17Add img-max-bounds HTML testRodrigo Arias Mallo
2024-10-17Remove unused NotSoSimpleVector constructorRodrigo Arias Mallo
2024-10-17Only use full URL for HTTP proxiesRodrigo Arias Mallo
2024-10-17Update ChangeLog with new defaultsRodrigo Arias Mallo
2024-10-17Don't focus on new tabs by defaultRodrigo Arias Mallo
2024-10-17Don't show the quit dialog by defaultRodrigo Arias Mallo
2024-10-14Take into account the scrollbar in page overlapRodrigo Arias Mallo
2024-10-13Jump to top and bottom in scroll page modeRodrigo Arias Mallo
2024-10-13Repeat page scrolling when holding the buttonRodrigo Arias Mallo
2024-10-13Control the page overlap independentlyRodrigo Arias Mallo
2024-10-13Scroll full pages with mouse wheelRodrigo Arias Mallo
2024-10-13Add new scrollbar page modeRodrigo Arias Mallo
2024-10-13Add support for left scrollbarRodrigo Arias Mallo
2024-10-06Test the C++ compiler worksRodrigo Arias Mallo
2024-10-05Add support for more CSS unitsRodrigo Arias Mallo
2024-10-05Define CssLength as struct instead of intRodrigo Arias Mallo
2024-10-04Add doc/install.md to releaseAlex
2024-10-03Use command -v instead of whichmeat
2024-10-01Trigger a close of td, th and tr tags on tbodyRodrigo Arias Mallo
2024-10-01Add unclosed tag test for tbody, thead and tfootRodrigo Arias Mallo
2024-09-11Fix Google search by adding gbv=1 paramRodrigo Arias Mallo
2024-09-11Switch to HTTPS for Google searchRodrigo Arias Mallo
2024-09-11Fix heap use after free in TLS conn on errorsRodrigo Arias Mallo
2024-09-10Generate boundary by choosing a random characterRodrigo Arias Mallo
2024-09-02Restrict boundary to alphanum charactersRodrigo Arias Mallo
2024-09-02Avoid searching for boundary in file contentXavier Del Campo Romero
2024-08-11Round CSS value after applying zoom levelRodrigo Arias Mallo
2024-08-11Stick to POSIX make rulesRodrigo Arias Mallo
2024-08-07Disable CSS messages for nowRodrigo Arias Mallo
2024-08-07Stop the layouting loop after 1000 iterationsRodrigo Arias
2024-08-07Add GitHub infinite loop HTML render testRodrigo Arias Mallo
2024-08-07Avoid C++11 default keywordRodrigo Arias Mallo
2024-08-07Add entry about portability in ChangeLogRodrigo Arias Mallo
2024-08-07Remove unused init() functionRodrigo Arias Mallo
2024-08-07Use d_isascii() instead of isascii()Rodrigo Arias Mallo
2024-08-07Use dStrAsciiCasecmp instead of strncasecmpRodrigo Arias Mallo
2024-08-07Use POSIX-2001 for C++ tooRodrigo Arias Mallo
2024-08-07Use dStrdup instead of strdupRodrigo Arias Mallo
2024-08-07Avoid INADDR_LOOPBACK as it is an extensionRodrigo Arias Mallo
2024-08-07Use portable dUsleep() instead of usleep()Rodrigo Arias Mallo
2024-08-07Add portable usleep() replacementRodrigo Arias Mallo
2024-08-07Build tests with -pedanticRodrigo Arias Mallo
2024-08-07Fail on warnings in CIRodrigo Arias Mallo
2024-08-07Make Dillo C99 standard compliantRodrigo Arias Mallo
2024-08-07Report C compiler and flags on configure summaryRodrigo Arias Mallo
2024-08-07Remove -Waggregate-return warningRodrigo Arias Mallo