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
2022-10-03
Lagom: Change dl to ${CMAKE_DL_LIBS} for portability
vl-ms
2022-10-03
Calculator: Add a Shrinking action
Lucas CHOLLET
2022-10-03
Calculator: Add a "Custom" entry to the rounding menu
Lucas CHOLLET
2022-10-03
Calculator: Add a Rounding menu
Lucas CHOLLET
2022-10-03
LibWeb: Bring CSS tokenization preprocessing closer to spec
Sam Atkins
2022-10-03
LibWeb: Use the term "ident sequence" instead of "name"
Sam Atkins
2022-10-03
Userland: Unveil /proc/all in applications which require it
Timothy Flynn
2022-10-03
Userland: Tighten promises by removing 'proc' where it isn't used
Timothy Flynn
2022-10-03
LibWeb: Implement HTMLImageElement.complete
Andreas Kling
2022-10-03
LibWeb: Dispatch mouseenter and mouseleave events when required
Andreas Kling
2022-10-03
LibWeb: Don't add half-leading twice to inline block boxes
Andreas Kling
2022-10-03
Lagom: Work around gcc codegen bug
Nico Weber
2022-10-03
LibWasm: Use String::join in Printer where apropriate
Hendiadyoin1
2022-10-03
LibWasm: Use TRY in Module::parse
Hendiadyoin1
2022-10-03
Kernel: Do not require 'proc' promise in getsid() and getpgid()
Timothy Flynn
2022-10-03
Meta: Make x86-64 target the default
Liav A
2022-10-03
Kernel/Storage: Remove the ramdisk implementation
Liav A
2022-10-03
Documentation: Change references to uid based sockets to sids
Peter Elliott
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-10-03
Utilities/logout: Refactor to use Core::SessionManagement::logout
Peter Elliott
2022-10-03
LibCore: Create Core::SessionManagement for session management
Peter Elliott
2022-10-03
LibCore: Make usernames optional in ProcessStatisticsReader
Peter Elliott
2022-10-03
LibCore: Add Core::System wrapper for getsid()
Peter Elliott
2022-10-03
Toolchain: Update BuildMold to mold 1.5.1 and use CMake
Andrew Kaster
2022-10-03
Ports/mold: Update to 1.5.1 and use CMake instead of Makefile
Andrew Kaster
2022-10-03
Meta: Force -machine pc-i440fx-7.0 when using QEMU >= 7.1
Andrew Kaster
2022-10-03
LibWeb: It's AK_OS_MACOS, not AK_OS_MAC
Andreas Kling
2022-10-02
LibJS: Capture promise capability in new_promise_capability() executor
Linus Groh
2022-10-02
LibJS: Make PromiseCapability GC-allocated
Linus Groh
2022-10-02
LibJS: Add Visitor::visit(GCPtr<T>) and Visitor::visit(NonnullGCPtr<T>)
Linus Groh
2022-10-02
LibJS: Add Value(GCPtr<T>) and Value(NonnullGCPtr<T>) constructors
Linus Groh
2022-10-02
LibJS: Move PromiseCapability into its own cpp/h file
Linus Groh
2022-10-02
LibJS: Update outdated PROMISE_DEBUG logging
Linus Groh
2022-10-02
LibJS: Remove two outdated forward declarations
Linus Groh
2022-10-02
LibWeb: Fix string whitespace splitting mistake
MacDue
2022-10-02
Meta: Add Lucas Chollet to the contributors list :^)
Andreas Kling
2022-10-02
mount: Report error instead of crashing on failure
Lucas CHOLLET
2022-10-02
test: Support more options
implicitfield
2022-10-02
test: Print the correct operator on error
implicitfield
2022-10-02
LibWeb: Move strip_and_collapse_whitespace() to Infra/
Linus Groh
2022-10-02
LibWeb: Replace incorrect uses of split_view() for whitespace splitting
Linus Groh
2022-10-02
LibWeb: Replace incorrect uses of String::trim_whitespace()
Linus Groh
2022-10-02
LibWeb: Replace incorrect uses of AK::is_ascii_space()
Linus Groh
2022-10-02
LibWeb: Add is_ascii_whitespace() function
Linus Groh
2022-10-02
Keymaps: Improve pt-br keymap
matcool
2022-10-02
Snake: Show message box on game over
matcool
2022-10-02
Games: Wrong parent window passed to GUI::MessageBox
Monroe Clinton
2022-10-02
Base: Add example backdrop-filter using hue-rotate()
MacDue
2022-10-02
LibWeb: Support painting the hue-rotate() filter effect
MacDue
2022-10-02
LibGfx: Implement HueRotateFilter
MacDue
[next]