Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-19 | Fix build on Solaris 10 and old gcc 4.0.1 | Claes Nästén | |
Remove extra semicolons and commas, as well as isinf() so it builds and runs on Solaris 10. Also add extra fixes for non C++11 courtesy of Sevan Janiyan, making Dillo compile and run on OS X 10.4 PowerPC with GCC 4.0.1 and 8.5. Co-authored-by: Sevan Janiyan <venture37@geeklan.co.uk> | |||
2025-02-05 | Fix several typos | Gevel Tekens | |
See: https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman3.com/thread/L3FFAINJJMIOZQNID5HC2DHKJIIIHEYH/ | |||
2024-10-17 | Round final relative CSS length | Rodrigo Arias Mallo | |
Prevents errors by one pixel | |||
2024-10-05 | Add support for more CSS units | Rodrigo Arias Mallo | |
Implements support for ch, rem, vw, vh, vmin and vmax units of CSS lengths. For now the units relative to the viewport are only computed once, and they won't change when the window is resized, but only when the page is reloaded. See: https://www.toomanyatoms.com/software/mobilized_dillo.html Authored-By: dogma | |||
2014-11-08 | Merge with main repo. | Sebastian Geerken | |
2014-10-27 | Some smaller changes in dw (backport from RTFL). | Sebastian Geerken | |
2014-10-03 | Merge with main repo. (But something is not working yet.) | Sebastian Geerken | |
2014-10-03 | Added (not implemented) CSS attribute 'overflow'. | Sebastian Geerken | |
2014-09-15 | Extended CSS parser and dw::core::Style by 'z-index'. | Sebastian Geerken | |
2014-08-10 | trim spaces | corvid | |
...now that floats and grows are in the repo and I won't be making Sebastian's life difficult with a bunch of whitespace changes. | |||
2014-08-09 | rm tab chars in source | corvid | |
2014-08-02 | Implemented 'min-width' and 'max-width'. | Sebastian Geerken | |
2014-06-15 | RTFL. | Sebastian Geerken | |
2014-05-30 | Added Widget::extraSpace (not used yet). | Sebastian Geerken | |
2014-03-01 | Merge with main repo. | Sebastian Geerken | |
2014-02-02 | trim some spaces | corvid | |
2013-12-20 | RTFL messages. | Sebastian Geerken | |
2013-12-09 | Merge (large!). | Sebastian Geerken | |
2013-11-26 | Fixed bug with "tiled" image background buffers. | Sebastian Geerken | |
2013-11-21 | Merge with main repo. | Sebastian Geerken | |
2013-11-18 | Optimized drawing of very small background images. | Sebastian Geerken | |
2013-11-18 | Merge with main repo. | Sebastian Geerken | |
2013-11-17 | Some refactoring: floats may be removed related do Length, so usage is reduced. | Sebastian Geerken | |
2013-10-22 | Extended ImgRenderer; new option (in the code) for drawing background images ↵ | Sebastian Geerken | |
at once. | |||
2013-10-08 | Cleaned up "reference area" of background images; confirms now to CSS spec. | Sebastian Geerken | |
2013-10-04 | Some refactoring. | Sebastian Geerken | |
2013-10-04 | Background image for view(port)s; no updates yet. | Sebastian Geerken | |
2013-10-02 | Typo in comment. | Sebastian Geerken | |
2013-09-15 | Whitespaces. | Sebastian Geerken | |
2013-09-15 | Very simple implementation of ExternalImgRenderer (used to immediately draw ↵ | Sebastian Geerken | |
imgbuf updates); concretization for widgets. | |||
2013-09-12 | Remaning style attributes. | Sebastian Geerken | |
2013-09-12 | Some clarifications. | Sebastian Geerken | |
2013-09-12 | Some cleanup and fixes for recent changes. | Sebastian Geerken | |
2013-09-12 | Added basic functionality for background images to dw::style. Drawing still ↵ | Sebastian Geerken | |
very incomplete. | |||
2013-06-03 | Added CSS properties: position, top, bottom, left, right. (Needed for ↵ | Sebastian Geerken | |
absolute positions.) | |||
2013-01-13 | Update with main repo. | Sebastian Geerken | |
2013-01-11 | fix up dw namespace comments | p37sitdu | |
2012-11-28 | Merge with http://hg.dillo.org/dillo/. | Sebastian Geerken | |
2012-11-26 | rm unused arg in Style::create | corvid | |
2012-09-14 | Merge of <http://hg.dillo.org/dillo>. | Sebastian Geerken | |
2012-07-06 | Attribute "lang" is evaluated for hyphenation; part of dw:core::style::Style.y | sgeerken | |
2012-01-21 | add inline-block to possible display: values | Johannes Hofmann | |
2011-10-22 | text-transform property | corvid | |
2011-05-28 | merge | Johannes Hofmann | |
2010-11-15 | merge | Jorge Arellano Cid | |
2010-11-15 | Moved the table border model flag from style to DilloHtmlState (i.e. stack) | Jorge Arellano Cid | |
2010-11-13 | Full CSS border-style implementation | Jorge Arellano Cid | |
The drawBorder{Top,Bottom,Left,Right} functions are similar. They use a trapezium as draw polygon, or drawTypedLine() for dots and dashes. Although the concept is simple, achieving pixel accuracy is laborious [1]. [1] http://www.dillo.org/css_compat/tests/border-style.html | |||
2010-11-09 | merge | Jorge Arellano Cid | |
2010-11-09 | css text-indent property | corvid | |
thread: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-November/007801.html | |||
2010-10-24 | imported patch border-collapse | Jorge Arellano Cid | |