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
/
Libraries
Age
Commit message (
Expand
)
Author
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
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
2022-12-05
LibWeb: Move box_baseline from LineBuilder.cpp to LayoutState.cpp
Aliaksandr Kalenik
2022-12-05
LibWeb: Implement intrinsic width calculation for TFC
Aliaksandr Kalenik
2022-12-05
LibWeb: Take rowspan into account while table formatting
Aliaksandr Kalenik
2022-12-05
LibWeb: Start implementation of CSS Table 3 spec
Aliaksandr Kalenik
2022-12-05
LibGUI: Fix a typo
Cameron Youell
2022-12-04
WebContent+WebDriver: Implement `POST /session/{id}/window` endpoint
Victor Song
2022-12-04
LibGUI: Swap Next and Previous button on IncrementalSearchBanner
Štěpán Balážik
2022-12-03
Everywhere: Remove 'clang-format off' comments that are no longer needed
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-12-03
LibCodeComprehension: Add .clang-format to disable formatting for tests
Linus Groh
2022-12-03
LibC: Add definitions for missing ELF constants
Andrew Kaster
2022-12-03
LibJS: Add a function to ensure calls are made within the same second
davidot
2022-12-03
LibC: Return h_aliases array from gethostbyname() and gethostbyaddr()
Taj Morton
2022-12-03
LibWeb: Fix integer overflow in gradient painting
MacDue
2022-12-03
LibGfx: Fix some more antialiased line off-by-ones
MacDue
2022-12-03
LibGfx: Remove some unused AntiAliasingPainter methods
MacDue
2022-12-03
LibGfx: Add some AntiAliasingPainter FIXMEs
MacDue
2022-12-03
LibJS: Add an EliminateLoads pass to Bytecode
Hendiadyoin1
2022-12-03
LibJS: Expose some internals of Instructions
Hendiadyoin1
2022-12-03
LibJS: Add a way to replace references to registers in Bytecode
Hendiadyoin1
2022-12-03
LibJS: Make Register comparable
Hendiadyoin1
2022-12-03
LibWeb: Support `repeating-radial-gradient()`s
MacDue
2022-12-03
LibJS: Don't try to merge blocks not ending in Jumps
Hendiadyoin1
[next]