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
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
2021-08-13
Profiler: Remove "Signpost " prefix from timeline tooltips
Andreas Kling
2021-08-13
Shell: Make caller specify the string parsing end condition
sin-ack
2021-08-12
Shell: Remove dbgln related to process group IDs
sin-ack
2021-08-12
SystemServer: Generalize chown_all_framebuffer_devices function
Liav A
2021-08-12
LibC+DynamicLoader: Prevent GCC from removing null checks
Daniel Bertalan
2021-08-12
LibWeb: Remove pointless type casts
Daniel Bertalan
2021-08-12
LibC: Don't delete null check in `gettimeofday`
Daniel Bertalan
2021-08-12
LibWasm: Move some Values and Vector<Value>s instead of copying them
Ali Mohammad Pur
2021-08-12
LibWasm: Avoid calculating stack bounds on each wasm call
Ali Mohammad Pur
2021-08-12
LibWasm: Generate Value::type() on the fly instead of storing it
Ali Mohammad Pur
2021-08-12
LibWasm: Replace memory write macros with templated functions
Ali Mohammad Pur
2021-08-12
LibWasm: Make memory operation address calculation match the spec
Ali Mohammad Pur
2021-08-12
LibWasm: Replace memory read macros with templated functions
Ali Mohammad Pur
2021-08-12
LibWasm: Replace the numeric operation macros with templated functions
Ali Mohammad Pur
[next]