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
2021-05-29
LibWeb: Call page_did_start_loading() before load_resource()
Linus Groh
2021-05-29
LibWeb: Improve performance of CSS custom property resolution
Tobias Christiansen
2021-05-29
LibWeb: Avoid unnecessary String copy in parsing CSS custom properties
Tobias Christiansen
2021-05-28
LibGUI: Add u64 type to LibGUI::Variant
Jesse Buhagiar
2021-05-28
LibWeb: Resolve custom properties
Tobias Christiansen
2021-05-28
LibWeb: StyleResolver: Keep track of specificity of matched selector
Tobias Christiansen
2021-05-28
LibWeb: Add parsing for custom properties
Tobias Christiansen
2021-05-28
LibWeb: Store custom properties in CSSStyleDeclaration
Tobias Christiansen
2021-05-28
LibWeb: Add CustomStyleValue
Tobias Christiansen
2021-05-28
LibWeb: Add PropertyID::Custom to code generator
Tobias Christiansen
2021-05-28
LibJS: Poison unused heap blocks until they are re-allocated
Andrew Kaster
2021-05-28
LibGfx: Make sure we use unique class names
Gunnar Beutner
2021-05-28
LibJS: Add inline capacity to BlockAllocator's blocks Vector
Idan Horowitz
2021-05-27
Userland: Treat inet_pton returning 0 as an error
Tim Schumacher
2021-05-27
LibJS: Update mmap name after recycling a HeapBlock :^)
Andreas Kling
2021-05-27
LibJS: Make sure aligned_alloc() doesn't return a null pointer
Gunnar Beutner
2021-05-27
LibJS: Remove unused HeapBlock::operator delete()
Andreas Kling
2021-05-27
LibJS: Make BlockAllocator use free() on non-Serenity platforms
Andreas Kling
2021-05-27
LibJS: Rename Allocator => CellAllocator
Andreas Kling
2021-05-27
LibJS: Recycle up to 64 HeapBlocks to improve performance :^)
Andreas Kling
2021-05-27
LibGfx: Copy into a u32 in LZWDecoder::next_code() instead of casting
Andrew Kaster
2021-05-27
LibC: Use u32 in arc4random instead of char[4]
Andrew Kaster
2021-05-27
Userland: Port UBSAN implementation to userspace
Andrew Kaster
2021-05-27
LibTest: Do not cleanly exit when abort() is called
Ali Mohammad Pur
2021-05-27
LibWasm: Avoid excessive pop()-then-push() on the stack
Ali Mohammad Pur
2021-05-27
LibWasm: Let the interpreter itself manage the call frame
Ali Mohammad Pur
2021-05-27
LibWasm: Add a copy assignment operator to Value
Ali Mohammad Pur
2021-05-27
LibWasm: Make Interpreter a virtual interface
Ali Mohammad Pur
2021-05-27
LibWasm: Use the current configuration to run call ops
Ali Mohammad Pur
2021-05-27
LibWasm: Make Frame a value type as well
Ali Mohammad Pur
2021-05-27
LibWasm: Don't put values and labels in OwnPtrs
Ali Mohammad Pur
2021-05-27
LibGUI+TextEditor: Add the calculation of selected words
ry-sev
2021-05-26
LibGUI: Paint some knurling in the middle of GUI::Splitter
Andreas Kling
2021-05-26
LibGUI: Have GUI::Splitter track all grabbable areas
Andreas Kling
2021-05-27
LibGfx: remove constexpr, add noexcept on interpolate method
Samuel Kelemen
2021-05-26
Hearts: Highlight cards when an invalid play is attempted
Gunnar Beutner
2021-05-26
LibGUI/AbstractView: Remove `on_selection`
Jelle Raaijmakers
2021-05-26
LibGL: Fix incorrect sign compare caused by GLsizei changes
Jesse Buhagiar
2021-05-26
LibGL: Add texture sampling to SW Rasterizer
Jesse Buhagiar
2021-05-26
LibGL: Implement glTexCoord2f
Jesse Buhagiar
2021-05-26
LibGL: Implement Texture State Management
Jesse Buhagiar
2021-05-26
LibGL: Add Texture Name Allocation
Jesse Buhagiar
2021-05-26
LibGL: Change GLsizei from unsigned to signed integral type
Jesse Buhagiar
2021-05-26
LibJS+LibWeb: Make Uint8ClampedArray use TypedArray
Ali Mohammad Pur
2021-05-26
LibWasm: Add execution hooks and a debugger mode to the wasm tool
Ali Mohammad Pur
2021-05-26
LibCore: Add a standard error stream getter
Ali Mohammad Pur
2021-05-26
LibWasm: Drop previous frame when a structured end instruction is run
Ali Mohammad Pur
2021-05-26
LibWasm: Turn memory read failures into traps
Ali Mohammad Pur
2021-05-26
LibWasm: Once more fix structured instruction label indices
Ali Mohammad Pur
2021-05-26
LibWasm: Drop the correct number of frames
Ali Mohammad Pur
[next]