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
Kernel: Stop allowing implicit conversion from KResult to int
Andreas Kling
2021-08-14
Kernel: Make FileSystem::initialize() return KResult
Andreas Kling
2021-08-14
LibWeb: Treat multi-value CSS properties as StyleValueList by default
Sam Atkins
2021-08-14
Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>>
Andreas Kling
2021-08-14
Taskbar: Add keyboard shortcuts to the fixed items in the start menu
Andreas Kling
2021-08-14
Base: Add the serenity-application HackStudio template
sin-ack
2021-08-14
LibGL: Implement glDrawElements
Stephan Unverwerth
2021-08-14
LibGL: Implement glDrawArrays
Stephan Unverwerth
2021-08-14
LibGL: Implement glTexCoord4fv
Stephan Unverwerth
2021-08-14
LibGL: Implement glTexCoordPointer
Stephan Unverwerth
2021-08-14
LibGL: Implement glColorPointer
Stephan Unverwerth
2021-08-14
LibGL: Implement glVertexPointer
Stephan Unverwerth
2021-08-14
LibGL: Implement glEnableClientState and glDisableClientState
Stephan Unverwerth
2021-08-14
LibGL: Implement glDepthMask
Stephan Unverwerth
2021-08-14
LibGL: Add missing defines needed for glquake
Stephan Unverwerth
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
[next]