index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-08-14
PixelPaint: Disable context menu for GuideTool when no guide is found
Marcus Nilsson
2021-08-14
PixelPaint: Show Guides on GuideTool activation
Marcus Nilsson
2021-08-14
PixelPaint: Revert update rect tightening for Selection
Marcus Nilsson
2021-08-14
LibWeb: Remove ValueListStyleValue :^)
Sam Atkins
2021-08-14
LibWeb: Parse multiple font-family values
Sam Atkins
2021-08-14
LibWeb: Handle StyleValueList for background-image
Sam Atkins
2021-08-14
LibWeb: Implement and use BackgroundRepeatStyleValue
Sam Atkins
2021-08-14
LibWeb: Implement and use OverflowStyleValue
Sam Atkins
2021-08-14
LibWeb: Implement and use BorderRadiusStyleValue
Sam Atkins
2021-08-14
Base: Correct flipped values in border-radius.html
Sam Atkins
2021-08-14
LibWeb: Implement and use BorderStyleValue
Sam Atkins
2021-08-14
LibWeb: Implement and use FlexFlowStyleValue
Sam Atkins
2021-08-14
LibWeb: Correct initial values for flex CSS properties
Sam Atkins
2021-08-14
LibWeb: Implement and use FlexStyleValue
Sam Atkins
2021-08-14
LibWeb: Implement and use TextDecorationStyleValue
Sam Atkins
2021-08-14
LibWeb: Implement and use ListStyleStyleValue
Sam Atkins
2021-08-14
LibWeb: Implement and use BackgroundStyleValue
Sam Atkins
2021-08-14
LibWeb: Implement and use FontStyleValue
Sam Atkins
2021-08-14
LibWeb: Use new StyleValueList for simple properties
Sam Atkins
2021-08-14
LibWeb: Implement new StyleValueList
Sam Atkins
2021-08-14
LibWeb: Add StyleValue.is_builtin() convenience function
Sam Atkins
2021-08-14
LibWeb: Make 'auto' be both a Length and Identifier in CSS
Sam Atkins
2021-08-14
LibWeb: Make '0' always be both a number and a length in CSS
Sam Atkins
2021-08-14
Tests: Add regression tests for the LibCpp preprocessor
Itamar
2021-08-14
LibCpp: Move parser tests to Userland/Libraries/LibCpp/Tests/parser
Itamar
2021-08-14
Utilities: Add 'file' and 'definitions' arguments to cpp-preprocessor
Itamar
2021-08-14
LibCpp: Evaluate function-like macro calls
Itamar
2021-08-14
LibCpp: Understand preprocessor macro definition and invocation
Itamar
2021-08-14
LibCpp: Add lexer option to ignore whitespace tokens
Itamar
2021-08-14
Utilities: Rename PreprocessorTest=>cpp-preprocessor
Itamar
2021-08-14
Ports: Fix building the wget port
Gunnar Beutner
2021-08-14
Ports: Fix building the nano port
Gunnar Beutner
2021-08-14
Ports: Make sure to remove the .la file after building libxml2
Gunnar Beutner
2021-08-14
Ports: Add missing dependency for libxml2
Gunnar Beutner
2021-08-14
Ports: Make sure to remove the .la file after building libiconv
Gunnar Beutner
2021-08-14
Kernel/ProcFS: Get unveil stats instead of FDs stats for unveil data
Luke
2021-08-14
Profiler: Set the initial size of the timeline container to a snug fit
Andreas Kling
2021-08-14
Profiler: Add a "Signposts" tab next to the "Samples" tab
Andreas Kling
2021-08-14
Profiler: Don't lose sight of timeline tracks when zooming out
Andreas Kling
2021-08-14
Profiler: Don't include signposts in the samples list
Andreas Kling
2021-08-14
Profiler: Store signposts in the main event stream
Andreas Kling
2021-08-14
Profiler: Use AK::Variant for type-specific data in Profile::Event
Andreas Kling
2021-08-13
LibJS/Tests: Remove outdated FIXME comment
Linus Groh
2021-08-13
LibJS/Tests: Enable Proxy handler apply() thisArg test that now passes
Linus Groh
2021-08-13
LibJS/Tests: Test iteration order of Map.prototype.entries()
Linus Groh
2021-08-13
LibJS/Tests: Test iteration order of Map.prototype.values()
Linus Groh
2021-08-13
LibJS/Tests: Test iteration order of Map.prototype.keys()
Linus Groh
2021-08-13
Meta: Tell user which Toolchain ARCH they need to build
Brian Gianforcaro
2021-08-13
Kernel: Allow `kfree_aligned` to be called on null pointers
Daniel Bertalan
2021-08-13
Kernel: Allow aligned `operator new` to return nullptr
Daniel Bertalan
[next]