index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
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
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
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
LibC: Add struct ifconf in net/if.h
Gunnar Beutner
2021-08-13
SystemMonitor: Don't fail if we don't have ports installed
Daniel Bertalan
2021-08-13
LibCore+LibHTTP: Check the status of the socket after EINPROGRESS
brapru
2021-08-13
Utilities: Add program argument for netstat to display connection pid
brapru
2021-08-13
AK+Everywhere: Delete Variant's default constructor
Ali Mohammad Pur
2021-08-13
LibGL: Implement `glColor3fv`
Jesse Buhagiar
2021-08-13
SystemMonitor: Unveil /usr/local/bin so symbolization works on ports
Brian Gianforcaro
2021-08-13
LibC: Implement pause function
Jean-Baptiste Boric
2021-08-13
LibC: Implement sigsuspend function
Jean-Baptiste Boric
2021-08-13
Profiler: Store event type as enum
Andreas Kling
[next]