summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-05-29LibWeb: Call page_did_start_loading() before load_resource()Linus Groh
2021-05-29LibWeb: Improve performance of CSS custom property resolutionTobias Christiansen
2021-05-29LibWeb: Avoid unnecessary String copy in parsing CSS custom propertiesTobias Christiansen
2021-05-28LibGUI: Add u64 type to LibGUI::VariantJesse Buhagiar
2021-05-28LibWeb: Resolve custom propertiesTobias Christiansen
2021-05-28LibWeb: StyleResolver: Keep track of specificity of matched selectorTobias Christiansen
2021-05-28LibWeb: Add parsing for custom propertiesTobias Christiansen
2021-05-28LibWeb: Store custom properties in CSSStyleDeclarationTobias Christiansen
2021-05-28LibWeb: Add CustomStyleValueTobias Christiansen
2021-05-28LibWeb: Add PropertyID::Custom to code generatorTobias Christiansen
2021-05-28LibJS: Poison unused heap blocks until they are re-allocatedAndrew Kaster
2021-05-28LibGfx: Make sure we use unique class namesGunnar Beutner
2021-05-28LibJS: Add inline capacity to BlockAllocator's blocks VectorIdan Horowitz
2021-05-27Userland: Treat inet_pton returning 0 as an errorTim Schumacher
2021-05-27LibJS: Update mmap name after recycling a HeapBlock :^)Andreas Kling
2021-05-27LibJS: Make sure aligned_alloc() doesn't return a null pointerGunnar Beutner
2021-05-27LibJS: Remove unused HeapBlock::operator delete()Andreas Kling
2021-05-27LibJS: Make BlockAllocator use free() on non-Serenity platformsAndreas Kling
2021-05-27LibJS: Rename Allocator => CellAllocatorAndreas Kling
2021-05-27LibJS: Recycle up to 64 HeapBlocks to improve performance :^)Andreas Kling
2021-05-27LibGfx: Copy into a u32 in LZWDecoder::next_code() instead of castingAndrew Kaster
2021-05-27LibC: Use u32 in arc4random instead of char[4]Andrew Kaster
2021-05-27Userland: Port UBSAN implementation to userspaceAndrew Kaster
2021-05-27LibTest: Do not cleanly exit when abort() is calledAli Mohammad Pur
2021-05-27LibWasm: Avoid excessive pop()-then-push() on the stackAli Mohammad Pur
2021-05-27LibWasm: Let the interpreter itself manage the call frameAli Mohammad Pur
2021-05-27LibWasm: Add a copy assignment operator to ValueAli Mohammad Pur
2021-05-27LibWasm: Make Interpreter a virtual interfaceAli Mohammad Pur
2021-05-27LibWasm: Use the current configuration to run call opsAli Mohammad Pur
2021-05-27LibWasm: Make Frame a value type as wellAli Mohammad Pur
2021-05-27LibWasm: Don't put values and labels in OwnPtrsAli Mohammad Pur
2021-05-27LibGUI+TextEditor: Add the calculation of selected wordsry-sev
2021-05-26LibGUI: Paint some knurling in the middle of GUI::SplitterAndreas Kling
2021-05-26LibGUI: Have GUI::Splitter track all grabbable areasAndreas Kling
2021-05-27LibGfx: remove constexpr, add noexcept on interpolate methodSamuel Kelemen
2021-05-26Hearts: Highlight cards when an invalid play is attemptedGunnar Beutner
2021-05-26LibGUI/AbstractView: Remove `on_selection`Jelle Raaijmakers
2021-05-26LibGL: Fix incorrect sign compare caused by GLsizei changesJesse Buhagiar
2021-05-26LibGL: Add texture sampling to SW RasterizerJesse Buhagiar
2021-05-26LibGL: Implement glTexCoord2fJesse Buhagiar
2021-05-26LibGL: Implement Texture State ManagementJesse Buhagiar
2021-05-26LibGL: Add Texture Name AllocationJesse Buhagiar
2021-05-26LibGL: Change GLsizei from unsigned to signed integral typeJesse Buhagiar
2021-05-26LibJS+LibWeb: Make Uint8ClampedArray use TypedArrayAli Mohammad Pur
2021-05-26LibWasm: Add execution hooks and a debugger mode to the wasm toolAli Mohammad Pur
2021-05-26LibCore: Add a standard error stream getterAli Mohammad Pur
2021-05-26LibWasm: Drop previous frame when a structured end instruction is runAli Mohammad Pur
2021-05-26LibWasm: Turn memory read failures into trapsAli Mohammad Pur
2021-05-26LibWasm: Once more fix structured instruction label indicesAli Mohammad Pur
2021-05-26LibWasm: Drop the correct number of framesAli Mohammad Pur