summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-06-12AudioServer: removed AS prefix from class and file namessppmacd
2020-06-12LibWeb: Handle negative values when collapsing vertical marginsAndreas Kling
2020-06-12LibWeb: Implement very basic margin collapsingAndreas Kling
2020-06-12LibIPC: Use create_single_shot to construct timerKevin Meyer
2020-06-12AK: Remove useless castsSergey Bugaev
2020-06-12AK: Ensure RefCounted types are never copied or movedSergey Bugaev
2020-06-12AK: Assert refcount doesn't overflowSergey Bugaev
2020-06-12AK: Switch RefCounted to atomic refcountingSergey Bugaev
2020-06-12AK: Use unsigned int for refcountSergey Bugaev
2020-06-12AK: Ensure we never use OwnPtr<> with RefCounted typesSergey Bugaev
2020-06-12MenuApplets: Fix using OwnPtr<> with RefCounted typesSergey Bugaev
2020-06-12Calendar: Fix using OwnPtr<> with RefCounted typesSergey Bugaev
2020-06-12AK: ALWAYS_INLINE most Atomic<T> methodsSergey Bugaev
2020-06-12AK: Fix missing ptrdiff_t in non-Serenity buildsSergey Bugaev
2020-06-12LibWeb: Remove absolutely positioned elements from the normal flowAndreas Kling
2020-06-12LibWeb: Remove absolute positioning logic from LayoutReplacedAndreas Kling
2020-06-12LibWeb: Add basic support for position:fixedAndreas Kling
2020-06-12LibWeb: Whine about unrecognized CSS properties in debug logAndreas Kling
2020-06-12LibWeb: Rename BoxModelMetrics::full_margin() => margin_box()Andreas Kling
2020-06-12LibWeb: Some improvements to absolute positioningAndreas Kling
2020-06-12LibWeb: Include class names in layout tree dumpsAndreas Kling
2020-06-12LibIPC: Actually use the new Core::Timer::restart() I just addedAndreas Kling
2020-06-11LibIPC+WindowServer+LibGUI: Detect and highlight unresponsive GUI appsAndreas Kling
2020-06-11LibCore: Fix typo in Forward.hAndreas Kling
2020-06-11LibCore: Add Timer::restart() convenience APIAndreas Kling
2020-06-11LibGfx: Return paint_button() earlier and replace overdrawn rectthankyouverycool
2020-06-11LibGfx: Fail PNG decoding on invalid scanline filterAndreas Kling
2020-06-11LibGfx: Minor tweaks in PNG decoderAndreas Kling
2020-06-11LibJS: Consolidate error messages into ErrorTypes.hMatthew Olsson
2020-06-10LibGfx: Return correct color for palette.hover_highlight()thankyouverycool
2020-06-10LibWeb: Don't try to expand shorthands from non-string CSS valuesAndreas Kling
2020-06-10LibGfx: Visual enhancement to buttonsthankyouverycool
2020-06-10LibGfx: Use size_t for the Streamer offset and sizesAndreas Kling
2020-06-10LibWeb: Expand "background: url()" into "background-image: url()"Andreas Kling
2020-06-10AK: URL should urldecode data: URL payloadsAndreas Kling
2020-06-10LibWeb: Expand 2-part border-width shorthand CSS propertiesAndreas Kling
2020-06-10LibWeb: Apply style rules in order of specificity (kinda)Andreas Kling
2020-06-10LibWeb: Expand border-{top,right,bottom-left} CSS shorthand propertiesAndreas Kling
2020-06-10Base: Put the ACID2 test on the browser bookmarks bar :^)Andreas Kling
2020-06-10LibWeb: Ignore backslashes (\) in attribute selectorsAndreas Kling
2020-06-10LibWeb: Parse and match basic "contains" attribute selectors (~=)Andreas Kling
2020-06-10LibWeb: Constrain block height by the max-height if specifiedAndreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-06-10LibWeb: Rework the layout engine to use relative offsetsAndreas Kling
2020-06-10LibWeb: Fix parser interpreting "&quot;" as "&quot"Andreas Kling
2020-06-10LibGfx: Add FloatSize::to_int_size()Andreas Kling
2020-06-09LibWeb: Add LayoutTableRowGroup to implement display: table-row-groupAndreas Kling
2020-06-09LibWeb: Add some iteration helpers to LayoutNodeAndreas Kling
2020-06-09Base: Document new SystemServer abilitiesSergey Bugaev