aboutsummaryrefslogtreecommitdiff
path: root/dw/platform.hh
AgeCommit message (Collapse)Author
2025-05-07Copy links to clipboard selection tooRodrigo Arias Mallo
Selecting text in the page copies only to the primary selection. Copying links via the context menu now places the URL both in the primary and clipboard selections so it can also be pasted with Ctrl+V. See: https://github.com/dillo-browser/dillo/issues/228
2025-02-05Fix several typosGevel Tekens
See: https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman3.com/thread/L3FFAINJJMIOZQNID5HC2DHKJIIIHEYH/
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
2013-06-17Corrections of gamma.Sebastian Geerken
2013-06-17Added gamma correction value to dw::core::ImgBuf.Sebastian Geerken
2013-01-11fix up dw namespace commentsp37sitdu
2012-10-30trim some spacescorvid
2011-10-22text-transform propertycorvid
2011-07-08Cancel the tooltip window when a popup menu is shownJorge Arellano Cid
2009-11-17properly handle comma separated lists of font names in CSSJohannes Hofmann
2009-10-15remove "using namespace" statements from header filesJohannes Hofmann
"using namespace" in headers also affects all files that include the header which is unwanted and unexpected in most cases.
2009-10-03some tooltipscorvid
2009-09-09spellingcorvid
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2008-12-11always use shaded colorsJohannes Hofmann
This makes things much simpler and improves sharing of colors. If computing two more shades really proves to be a performance issue, we can shade on demand without exposing this optimization to the interface.
2008-11-13add dpiX () / dpiY () methods to Platform and LayoutJohannes Hofmann
2008-09-24- Moved the dw2 tree into dillo2's tree.jcid