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
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::create()
Linus Groh
2022-12-07
LibJS: Replace standalone js_bigint() with BigInt::create()
Linus Groh
2022-12-07
UserspaceEmulator: Implement MOV_RM16_seg
Andreas Kling
2022-12-07
UserspaceEmulator: Implement MOV_seg_RM32 and MOV_seg_RM16
Andreas Kling
2022-12-07
UserspaceEmulator: Implement PUSH_{CS,DS,ES,FS,GS,SS}
Andreas Kling
2022-12-07
UserspaceEmulator: Add SoftCPU getters for FS and GS
Andreas Kling
2022-12-07
UserspaceEmulator: Initialize the FS segment on startup
Andreas Kling
2022-12-07
LibSQL+SQLServer+sql: Send and parse the correct number of changed rows
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Send result rows over IPC as SQL::Value
Timothy Flynn
2022-12-07
SQLServer: Do not store statement execution results at the class level
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Propagate connection errors immediately
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Allocate per-statement-execution IDs
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Use proper types for SQL IPC and IDs
Timothy Flynn
2022-12-07
SQLServer+SQLStudio+sql: Allow sending placeholder values to SQLServer
Timothy Flynn
2022-12-07
SQLServer: Parse SQL a single time to actually "prepare" the statement
Timothy Flynn
2022-12-07
LibSQL: Add an IPC encoder/decoder for SQL::Value
Timothy Flynn
2022-12-07
LibSQL: Parse and execute sequential placeholder values
Timothy Flynn
2022-12-07
LibSQL: Partially implement the UPDATE command
Timothy Flynn
2022-12-07
Meta+Userland: Pass Gfx::FloatSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::FloatPoint by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::Color by value
MacDue
2022-12-07
LibGL: Generate GL_OUT_OF_MEMORY error in `glBufferData` when OOM
Marcus Nilsson
2022-12-07
LibJS: Remove redundant AK_MAKE_NON{COPYABLE,MOVABLE} from Symbol class
Linus Groh
2022-12-07
LibJS: Move creation of global symbols into Symbol.for()
Linus Groh
2022-12-07
LibJS: Add const/non-const VM::global_symbol_registry() getters
Linus Groh
2022-12-07
LibJS: Store NonnullGCPtr<Symbol> values in m_global_symbol_registry
Linus Groh
2022-12-07
LibJS: Rename m_global_symbol_map to m_global_symbol_registry
Linus Groh
2022-12-07
LibJS: Convert MarkupGenerator to the new String
Linus Groh
2022-12-07
LibJS: Move initialize_instance_elements() from VM to Object
Linus Groh
2022-12-07
LibJS: Add spec link and comment to VM::execution_context_stack()
Linus Groh
2022-12-07
LibJS: Add spec link and comment to VM::running_execution_context()
Linus Groh
2022-12-06
LibJS: Remove forgotten VM::construct() declaration
Linus Groh
2022-12-06
LibJS: Remove unused VM::join_arguments() function
Linus Groh
2022-12-06
LibWeb: Ignore -Wshadow in TRY_OR_RETURN_OOM()
Linus Groh
2022-12-06
3DFileViewer: Properly propagate errors from WavefrontOBJLoader
Maciej
2022-12-06
LibJS: Intercept returns through finally blocks in Bytecode
Hendiadyoin1
2022-12-06
LibJS: Don't try to manage unwind contexts in the execution loop in BC
Hendiadyoin1
2022-12-06
LibJS: Remove FinishUnwind instruction
Hendiadyoin1
2022-12-06
LibJS: Leave unwind contexts on enter of finally blocks in Bytecode
Hendiadyoin1
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-06
LibWeb: Do not try to place out-of-flow blocks in anonymous nodes
Aliaksandr Kalenik
2022-12-05
LibAudio: Use `NonnullOwnPtr` to keep track of LoaderPlugin streams
Tim Schumacher
2022-12-05
LibAudio: Switch LoaderPlugin to a more traditional constructor pattern
Tim Schumacher
2022-12-05
LibAudio: Stop passing `Bytes` by reference
Tim Schumacher
2022-12-05
LibWeb: Fix box-shadows where the border-radius is < the blur-radius
MacDue
2022-12-05
LibWeb: Inherit TableFormattingContext from FC instead of BFC
Aliaksandr Kalenik
2022-12-05
LibWeb: Add vertical-align support for table cells
Aliaksandr Kalenik
[next]