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-10-27
Piano: Fix typo in Copyright header
Ben Wiederhake
2021-10-27
LibWeb: Don't create anonymous table boxes around whitespace
Andreas Kling
2021-10-27
LibWeb: Remove Layout::Box::width_of_logical_containing_block()
Andreas Kling
2021-10-27
LibWeb: Add fast_is<T>() for HTML::HTMLHtmlElement
Andreas Kling
2021-10-27
LibWeb: Add fast_is<T>() for Layout::Label
Andreas Kling
2021-10-27
Kernel + WindowServer: Re-define the interface to framebuffer devices
Liav A
2021-10-26
LibWeb: Implement URLSearchParams.getAll
Luke Wilde
2021-10-26
LibJS: Clarify mathematical types in Temporal AOs and functions
Linus Groh
2021-10-26
LibWeb: Fix inline blocks swallowing trailing whitespace
Felix Rauch
2021-10-26
Demos: Remap mouse button events to physical buttons in MouseDemo
Idan Horowitz
2021-10-26
Demos: Change MouseDemo's window title to "Mouse demo"
Idan Horowitz
2021-10-26
LibC: Remove debug spam from openpty()
Andreas Kling
2021-10-26
WindowServer: Don't re-open screen device immediately after opening it
Andreas Kling
2021-10-26
WindowServer: Remove Screen::init()
Andreas Kling
2021-10-25
SystemServer: Rename 'BootModes' config option to 'SystemModes'
Ben Wiederhake
2021-10-25
Kernel+SystemServer: Change bootmode to system_mode
Ben Wiederhake
2021-10-25
SoundPlayer: Implement playlist shuffle mode
Leandro Pereira
2021-10-25
SoundPlayer: Make M3UParser more idiomatic
Leandro Pereira
2021-10-25
SoundPlayer: Fix inconsistencies and code duplication
Leandro Pereira
2021-10-25
LibCore: Add File::size()
Leandro Pereira
2021-10-25
Kernel+LibC: Default to 8-bit characters in TTY
Daniel Bertalan
2021-10-25
MouseSettings: Add option to reverse buttons
Andrew Pardoe
2021-10-25
LibJS: Support calling result of a computed MemberExpression in bytecode
Andreas Kling
2021-10-25
LibJS: Simplify MemberExpression::generate_bytecode()
Andreas Kling
2021-10-25
LibJS: Tweak Value::to_property_key() fast path for Int32
Andreas Kling
2021-10-25
LibJS: Support more assignment expressions in the bytecode VM
Andreas Kling
2021-10-25
LibJS: Generate bytecode for UpdateExpression with MemberExpression arg
Andreas Kling
2021-10-25
LibJS: Add BytecodeGenerator helpers for reference get/put
Andreas Kling
2021-10-25
LibJS: Add fast paths for <, >, <=, and >= with Int32 on both sides
Andreas Kling
2021-10-25
DHCPClient: Simplify DHCPv4PacketBuilder
Andreas Kling
2021-10-25
LibJS: Always inline the bytecode instruction iterator's operator++
Andreas Kling
2021-10-25
LibJS: Add default constructor for PrivateName
Andreas Kling
2021-10-25
Assistant: Fix adding sequential bonus in Fuzzy Match
Karol Kosek
2021-10-25
Assistant: Save match all match points in Fuzzy Match
Karol Kosek
2021-10-25
Assistant: Simplify the logic of calculating bonus points
Karol Kosek
2021-10-25
Assistant: Move score calculation logic to separate function
Karol Kosek
2021-10-25
Assistant: Make strings const referenced
Karol Kosek
2021-10-25
LibSQL: Add better error handling to `evaluate` and `execute` methods
Jan de Visser
2021-10-25
LibSQL: First cut of SQL `WHERE` clause
Jan de Visser
2021-10-25
LibSQL: Implement evaluate() method of BinaryOperatorExpression
Jan de Visser
2021-10-25
LibSQL: Implement binary operators for Value objects
Jan de Visser
2021-10-25
LibJS: Propagate exceptions across bytecode executable boundaries
Andreas Kling
2021-10-25
LibJS: Make eval() code run in the bytecode VM
Andreas Kling
2021-10-25
LibJS: Make bytecode interpreter leave unwind context immediately
Andreas Kling
2021-10-25
LibJS: Make bytecode VM throw TypeError on attempt to call non-callable
Andreas Kling
2021-10-25
LibJS: Fix bogus bytecode codegen for "catch" parameters
Andreas Kling
2021-10-25
Profiler: Fix disassembling objects with a non-zero `.text` vaddr
Daniel Bertalan
2021-10-25
LibX86: Take load base address into consideration during disassembly
Daniel Bertalan
2021-10-25
Profiler: Subtract the kernel's base address when searching for symbols
Daniel Bertalan
2021-10-24
LibC: Fix `%n` conversion specifier in scanf() format
Jelle Raaijmakers
[next]