summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-08-14PixelPaint: Disable context menu for GuideTool when no guide is foundMarcus Nilsson
2021-08-14PixelPaint: Show Guides on GuideTool activationMarcus Nilsson
2021-08-14PixelPaint: Revert update rect tightening for SelectionMarcus Nilsson
2021-08-14LibWeb: Remove ValueListStyleValue :^)Sam Atkins
2021-08-14LibWeb: Parse multiple font-family valuesSam Atkins
2021-08-14LibWeb: Handle StyleValueList for background-imageSam Atkins
2021-08-14LibWeb: Implement and use BackgroundRepeatStyleValueSam Atkins
2021-08-14LibWeb: Implement and use OverflowStyleValueSam Atkins
2021-08-14LibWeb: Implement and use BorderRadiusStyleValueSam Atkins
2021-08-14LibWeb: Implement and use BorderStyleValueSam Atkins
2021-08-14LibWeb: Implement and use FlexFlowStyleValueSam Atkins
2021-08-14LibWeb: Correct initial values for flex CSS propertiesSam Atkins
2021-08-14LibWeb: Implement and use FlexStyleValueSam Atkins
2021-08-14LibWeb: Implement and use TextDecorationStyleValueSam Atkins
2021-08-14LibWeb: Implement and use ListStyleStyleValueSam Atkins
2021-08-14LibWeb: Implement and use BackgroundStyleValueSam Atkins
2021-08-14LibWeb: Implement and use FontStyleValueSam Atkins
2021-08-14LibWeb: Use new StyleValueList for simple propertiesSam Atkins
2021-08-14LibWeb: Implement new StyleValueListSam Atkins
2021-08-14LibWeb: Add StyleValue.is_builtin() convenience functionSam Atkins
2021-08-14LibWeb: Make 'auto' be both a Length and Identifier in CSSSam Atkins
2021-08-14LibWeb: Make '0' always be both a number and a length in CSSSam Atkins
2021-08-14Tests: Add regression tests for the LibCpp preprocessorItamar
2021-08-14LibCpp: Move parser tests to Userland/Libraries/LibCpp/Tests/parserItamar
2021-08-14Utilities: Add 'file' and 'definitions' arguments to cpp-preprocessorItamar
2021-08-14LibCpp: Evaluate function-like macro callsItamar
2021-08-14LibCpp: Understand preprocessor macro definition and invocationItamar
2021-08-14LibCpp: Add lexer option to ignore whitespace tokensItamar
2021-08-14Utilities: Rename PreprocessorTest=>cpp-preprocessorItamar
2021-08-14Profiler: Set the initial size of the timeline container to a snug fitAndreas Kling
2021-08-14Profiler: Add a "Signposts" tab next to the "Samples" tabAndreas Kling
2021-08-14Profiler: Don't lose sight of timeline tracks when zooming outAndreas Kling
2021-08-14Profiler: Don't include signposts in the samples listAndreas Kling
2021-08-14Profiler: Store signposts in the main event streamAndreas Kling
2021-08-14Profiler: Use AK::Variant for type-specific data in Profile::EventAndreas Kling
2021-08-13LibJS/Tests: Remove outdated FIXME commentLinus Groh
2021-08-13LibJS/Tests: Enable Proxy handler apply() thisArg test that now passesLinus Groh
2021-08-13LibJS/Tests: Test iteration order of Map.prototype.entries()Linus Groh
2021-08-13LibJS/Tests: Test iteration order of Map.prototype.values()Linus Groh
2021-08-13LibJS/Tests: Test iteration order of Map.prototype.keys()Linus Groh
2021-08-13LibC: Add struct ifconf in net/if.hGunnar Beutner
2021-08-13SystemMonitor: Don't fail if we don't have ports installedDaniel Bertalan
2021-08-13LibCore+LibHTTP: Check the status of the socket after EINPROGRESSbrapru
2021-08-13Utilities: Add program argument for netstat to display connection pidbrapru
2021-08-13AK+Everywhere: Delete Variant's default constructorAli Mohammad Pur
2021-08-13LibGL: Implement `glColor3fv`Jesse Buhagiar
2021-08-13SystemMonitor: Unveil /usr/local/bin so symbolization works on portsBrian Gianforcaro
2021-08-13LibC: Implement pause functionJean-Baptiste Boric
2021-08-13LibC: Implement sigsuspend functionJean-Baptiste Boric
2021-08-13Profiler: Store event type as enumAndreas Kling