summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/CSS
AgeCommit message (Expand)Author
2020-12-15LibWeb: Generate the CSS::ValueID enum and its helper functionsAndreas Kling
2020-12-15LibWeb: Oops, not all length boxes should default to 'auto' valuesAndreas Kling
2020-12-15LibWeb: Add equals() for LengthStyleValue and ColorStyleValueAndreas Kling
2020-12-15LibWeb: Add hack to disable StyleInvalidator while parsing documentAndreas Kling
2020-12-15LibWeb: Use IdentifierStyleValue for CSS 'list-style-type'Andreas Kling
2020-12-15LibWeb: Use IdentifierStyleValue for CSS 'text-transform'Andreas Kling
2020-12-15LibWeb: Use IdentifierStyleValue for CSS 'text-decoration-line'Andreas Kling
2020-12-15LibWeb: Make CSS "background: none" work againAndreas Kling
2020-12-14LibWeb: Add a simple StyleInvalidator classLinus Groh
2020-12-14LibWeb: Convert remaining CSS identifiers to use IdentifierStyleValueAndreas Kling
2020-12-14LibWeb: Use IdentifierStyleValue for CSS 'position'Andreas Kling
2020-12-14LibWeb: Use CSS::ValueID for 'text-align' valuesAndreas Kling
2020-12-14LibWeb: Improvements to font lookupAndreas Kling
2020-12-14LibWeb: Virtualize StyleValue equality checkAndreas Kling
2020-12-14LibWeb: Make StyleProperties::length_box() default to auto valuesAndreas Kling
2020-12-12LibWeb: Make the ad-hoc CSS parser a little more tolerantAndreas Kling
2020-12-07LibWeb: Uhh, scale back the default padding on <ul> and <ol> a bitAndreas Kling
2020-12-07LibWeb: Add padding-left to the default UA style for <ol> and <ul>Andreas Kling
2020-12-07LibWeb: Cache parsed inline style of DOM elementsAndreas Kling
2020-12-06LibWeb: Naively implement the CSS clear propertyAndreas Kling
2020-12-04LibWeb: Compute the final border-style property before paintingAndreas Kling
2020-12-03LibWeb: Hack the CSS parser to handle integer values (like z-index)Andreas Kling
2020-12-01LibWeb: Hack the CSS parser to skip over UTF-8 BOMAndreas Kling
2020-12-01LibWeb: Parse :before and :after pseudo-elementsAndreas Kling
2020-11-22LibWeb: Rename LayoutNode classes and move them into Layout namespaceAndreas Kling
2020-11-19LibWeb: Remove ancient HTML_DEBUG debug loggingAndreas Kling
2020-11-12LibWeb: Make Frame point weakly to PageAndreas Kling
2020-11-10AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safeTom
2020-10-31LibWeb: Don't use 'font-weight: lighter' for Csilla in Default.cssLinus Groh
2020-10-25Fonts: Rename font files consistentlyAndreas Kling
2020-10-10LibWeb: Cache the default font if we fail to find the specified fontLuke
2020-10-09LibWeb: Ignore non-URL values for background-image for nowAndreas Kling
2020-10-08LibWeb: Apply the CSS background-image property to elementsAndreas Kling
2020-10-08LibWeb: Make h4, h5 and h6 boldMarcin Gasperowicz
2020-10-05LibWeb: Add pc CSS unitLuke
2020-09-29LibWeb: Add cm, in, mm and Q CSS unitsLuke
2020-09-27LibC: Remove an unneeded string.h include in ctype.h/cppBenoit Lormeau
2020-09-25Meta+LibHTTP through LibWeb: Make clang-format-10 cleanBen Wiederhake
2020-09-24LibWeb: Add a separate UA style sheet for documents in quirks modeAndreas Kling
2020-09-08LibWeb: Add support for viewport-relative length units (#3433)Jakob-Niklas See
2020-08-17LibWeb: Add Comment and DocumentFragment bindings, move querySelector...Luke
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-12LibWeb: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12LibWeb: Fix #include <LibWeb/{DOM => HTML}/AttributeNames.h>Linus Groh
2020-08-07LibWeb: Remove some unnecessary throwaway strings in the CSS parserAndreas Kling
2020-08-07LibWeb: Handle CSS "ex" lengths (relative to font x-height)Andreas Kling
2020-07-28LibWeb: Move the Page/Frame/EventHandler classes into Page/Andreas Kling
2020-07-28LibWeb: Fix bad #include in CSSParser.cppAndreas Kling
2020-07-28LibWeb: Move the CSS parser into CSS/Parser/Andreas Kling
2020-07-26LibWeb: Move CSS classes into the Web::CSS namespaceAndreas Kling