summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout
AgeCommit message (Expand)Author
2021-03-08LibWeb: Some improvements to CSS height:auto computation for blocksAndreas Kling
2021-03-07LibWeb: Make tiled backgrounds scroll with contentAndreas Kling
2021-03-06LibWeb: Make CSS background image painting respect destination origin and tra...Mihai Parparita
2021-03-03LibWeb: Stop scrolling above content in BlockBoxdavidot
2021-03-02LibWeb: Return whether handle_mousewheel was handledAngus Gibson
2021-02-28LibWeb: Parese the CSS "cursor" propertyAdam Hodgen
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-22LibWeb: Only scroll BlockBox on wheel event if overflow==scrollAndreas Kling
2021-02-22LibWeb: Allow scrolling overflowed content with the mouse wheel :^)Andreas Kling
2021-02-22LibWeb: Clip overflowing inline children when overflow != "visible"Andreas Kling
2021-02-22LibWeb: Respect explicitly specified CSS "height" on block elementsAndreas Kling
2021-02-22LibWeb: Add bordered_rect() and padded_rect() helpers in Layout::BoxAndreas Kling
2021-02-22LibWeb: Add parsing and application of CSS "overflow" propertyAndreas Kling
2021-02-10LibWeb: Generate layout nodes for shadow subtreesAndreas Kling
2021-02-10LibWeb: Remove WidgetBox layout nodeAndreas Kling
2021-02-10LibWeb: Remove low-hanging LibGUI fruit from LibWebAndreas Kling
2021-02-10LibWeb: Remove a whole bunch of unnecessary #includesAndreas Kling
2021-02-06LibWeb: Anonymous table cells should have colspan=1Andreas Kling
2021-01-30LibWeb: Add Frame::ViewportClient and use it for Layout::ImageBoxAndreas Kling
2021-01-29ImageDecoder+LibImageDecoder+LibWeb: Support animations in ImageDecoderAndreas Kling
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-22Libraries: Add missing headersBen Wiederhake
2021-01-18LibWeb: Very basic support for CSS flex-directionAndreas Kling
2021-01-18LibWeb: Add Layout::Box::margin_box_height()Andreas Kling
2021-01-18LibWeb: Parse the CSS "flex-direction" propertyAndreas Kling
2021-01-18LibWeb: Add a very naive Layout::FlexFormattingContext :^)Andreas Kling
2021-01-18LibWeb: Add Layout::Box::margin_box_width()Andreas Kling
2021-01-17LibWeb: Add fast_is<T>() for some DOM and layout node subclassesAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling