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-12-10
LibWeb: Check HTML parser position is equal to or after insertion point
Luke Wilde
2022-12-10
CI: Fix commit linting for multi-line commit messages
Lucas CHOLLET
2022-12-10
CI: Correct regex to retrieve git merge commit
Lucas CHOLLET
2022-12-10
AK: Remove HashMap::ensure_capacity
Thomas Queiroz
2022-12-10
Kernel: Use HashMap::try_ensure_capacity
Thomas Queiroz
2022-12-10
test-test262: Use HashMap::try_ensure_capacity
Thomas Queiroz
2022-12-10
LibWeb: Use HashMap::try_ensure_capacity in StyleComputer
Thomas Queiroz
2022-12-10
Lagom/CodeGenerators: Use HashMap::try_ensure_capacity
Thomas Queiroz
2022-12-10
SpaceAnalyzer: Consolidate the node context menus
Andreas Kling
2022-12-10
LibGUI+WindowServer: Add "visible" state to GUI actions
Andreas Kling
2022-12-10
TextEditor: Fix commenting shortcut `<Ctrl-/>`
Snow
2022-12-10
Meta: Switch to the Lagom directory before building fuzzers
Tim Schumacher
2022-12-10
LibGUI: Disable corresponding Scrollbar button when reaching min or max
DragonAlex98
2022-12-10
LibWeb: Use start-of-line in hit test of position directly to the left
Andreas Oppebøen
2022-12-10
LibWeb: Use correct end-of-fragment node index for HitTestResult
Andreas Oppebøen
2022-12-10
Magnifier: Add a manual to Help menu and propagate construction errors
thankyouverycool
2022-12-10
Magnifier: Standardize File menu
thankyouverycool
2022-12-10
WindowServer: Update checked state of m_window_menu_always_on_top_item
thankyouverycool
2022-12-10
Magnifier: Remove always_on_top_action
thankyouverycool
2022-12-10
Kernel: Set EFLAGS/RFLAGS to a known-good value on signal entry
Sergey Lisov
2022-12-10
CI: Add a check to report git merge commit
Lucas CHOLLET
2022-12-10
LibCompress: Port GzipDecompressor to `Core::Stream`
Tim Schumacher
2022-12-10
LibCore: Add a wrapper for adapting Core::Stream to AK::InputStream
Tim Schumacher
2022-12-10
AK: Add Byte accessors for BigEndian and LittleEndian
Tim Schumacher
2022-12-10
LibWeb: Allow creating Lengths from CSSPixels
Sam Atkins
2022-12-10
LibWeb: Use ceilf() instead of ceil() for float values
Sam Atkins
2022-12-10
LibWeb+WebContent+headless-browser: Remove PaintContext::scroll_offset()
Sam Atkins
2022-12-10
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
Sam Atkins
2022-12-10
LibWeb: Rename some variables to avoid shadowing
Sam Atkins
2022-12-10
LibWeb+WebContent+headless-browser: Make Page aware of the display scale
Sam Atkins
2022-12-10
KeyboardSettings: Disable "activate keymap" button if keymap is active
Arda Cinar
2022-12-10
Meta: Use absolute paths in Meta/analyze-qemu-coverage.sh
Andrew Kaster
2022-12-10
CMake: Force-link clang_rt.profile.a to LibC when building with coverage
Andrew Kaster
2022-12-10
Base: Add extra sync to run-tests-and-shutdown.sh
Andrew Kaster
2022-12-10
LibCore: Use `Core::Stream` for `ProcessStatisticsReader`
Tim Schumacher
2022-12-10
LibWeb: Remove unused StyleProperties::length_or_fallback function
Karol Kosek
2022-12-10
LibWeb: Support special border width identifiers
Karol Kosek
2022-12-10
LibJS: Rename same_value_non_{numeric => number}() and handle BigInts
Linus Groh
2022-12-10
LibJS: Add spec comments to Value::invoke_internal()
Linus Groh
2022-12-10
LibJS: Add spec comments to is_less_than()
Linus Groh
2022-12-10
LibJS: Add spec comments to is_strictly_equal()
Linus Groh
2022-12-10
LibJS: Add spec comments to same_value_non_numeric()
Linus Groh
2022-12-10
LibJS: Add spec comments to same_value_zero()
Linus Groh
2022-12-10
LibJS: Add spec comments to same_value()
Linus Groh
2022-12-10
LibJS: Add spec comments to ordinary_has_instance()
Linus Groh
2022-12-10
LibJS: Add spec comments to instance_of()
Linus Groh
2022-12-10
LibJS: Add spec comments to exp{,_double}()
Linus Groh
2022-12-10
LibJS: Add spec comments to mod()
Linus Groh
2022-12-10
LibJS: Add spec comments to div()
Linus Groh
2022-12-10
LibJS: Add spec comments to mul()
Linus Groh
[next]