aboutsummaryrefslogtreecommitdiff
path: root/dw/style.hh
AgeCommit message (Collapse)Author
2025-02-19Fix build on Solaris 10 and old gcc 4.0.1Claes 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-05Fix several typosGevel Tekens
See: https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman3.com/thread/L3FFAINJJMIOZQNID5HC2DHKJIIIHEYH/
2024-10-17Round final relative CSS lengthRodrigo Arias Mallo
Prevents errors by one pixel
2024-10-05Add support for more CSS unitsRodrigo 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-08Merge with main repo.Sebastian Geerken
2014-10-27Some smaller changes in dw (backport from RTFL).Sebastian Geerken
2014-10-03Merge with main repo. (But something is not working yet.)Sebastian Geerken
2014-10-03Added (not implemented) CSS attribute 'overflow'.Sebastian Geerken
2014-09-15Extended CSS parser and dw::core::Style by 'z-index'.Sebastian Geerken
2014-08-10trim spacescorvid
...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-09rm tab chars in sourcecorvid
2014-08-02Implemented 'min-width' and 'max-width'.Sebastian Geerken
2014-06-15RTFL.Sebastian Geerken
2014-05-30Added Widget::extraSpace (not used yet).Sebastian Geerken
2014-03-01Merge with main repo.Sebastian Geerken
2014-02-02trim some spacescorvid
2013-12-20RTFL messages.Sebastian Geerken
2013-12-09Merge (large!).Sebastian Geerken
2013-11-26Fixed bug with "tiled" image background buffers.Sebastian Geerken
2013-11-21Merge with main repo.Sebastian Geerken
2013-11-18Optimized drawing of very small background images.Sebastian Geerken
2013-11-18Merge with main repo.Sebastian Geerken
2013-11-17Some refactoring: floats may be removed related do Length, so usage is reduced.Sebastian Geerken
2013-10-22Extended ImgRenderer; new option (in the code) for drawing background images ↵Sebastian Geerken
at once.
2013-10-08Cleaned up "reference area" of background images; confirms now to CSS spec.Sebastian Geerken
2013-10-04Some refactoring.Sebastian Geerken
2013-10-04Background image for view(port)s; no updates yet.Sebastian Geerken
2013-10-02Typo in comment.Sebastian Geerken
2013-09-15Whitespaces.Sebastian Geerken
2013-09-15Very simple implementation of ExternalImgRenderer (used to immediately draw ↵Sebastian Geerken
imgbuf updates); concretization for widgets.
2013-09-12Remaning style attributes.Sebastian Geerken
2013-09-12Some clarifications.Sebastian Geerken
2013-09-12Some cleanup and fixes for recent changes.Sebastian Geerken
2013-09-12Added basic functionality for background images to dw::style. Drawing still ↵Sebastian Geerken
very incomplete.
2013-06-03Added CSS properties: position, top, bottom, left, right. (Needed for ↵Sebastian Geerken
absolute positions.)
2013-01-13Update with main repo.Sebastian Geerken
2013-01-11fix up dw namespace commentsp37sitdu
2012-11-28Merge with http://hg.dillo.org/dillo/.Sebastian Geerken
2012-11-26rm unused arg in Style::createcorvid
2012-09-14Merge of <http://hg.dillo.org/dillo>.Sebastian Geerken
2012-07-06Attribute "lang" is evaluated for hyphenation; part of dw:core::style::Style.ysgeerken
2012-01-21add inline-block to possible display: valuesJohannes Hofmann
2011-10-22text-transform propertycorvid
2011-05-28mergeJohannes Hofmann
2010-11-15mergeJorge Arellano Cid
2010-11-15Moved the table border model flag from style to DilloHtmlState (i.e. stack)Jorge Arellano Cid
2010-11-13Full CSS border-style implementationJorge 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-09mergeJorge Arellano Cid
2010-11-09css text-indent propertycorvid
thread: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-November/007801.html
2010-10-24imported patch border-collapseJorge Arellano Cid