summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-05LibWeb: Implement LocationObject URL part getters closer to specLinus Groh
2022-03-05LibWeb: Add LocationObject::url()Linus Groh
2022-03-05LibWeb: Add LocationObject::relevant_document()Linus Groh
2022-03-05LibWeb: Add Window::browsing_context()Linus Groh
2022-03-05LibWeb: Add spec comments to LocationObjectLinus Groh
2022-03-05Spreadsheet: Allow integer() to throw in weird casesu9g
2022-03-05Spreadsheet: Add find, findIndex, indexOf, & has to CommonRangeu9g
2022-03-05Spreadsheet: Put common Range(s) functionality into CommonRange classu9g
2022-03-04LibWeb: Don't create unwanted layout nodes when recomputing styleAndreas Kling
2022-03-04LibGfx: Rename Color::from_rgba() => Color::from_argb()Andreas Kling
2022-03-04LibGfx: Rename RGBA32 => ARGB32Andreas Kling
2022-03-04LibGfx+GameOfLife: Remove Gfx::make_rgb() and its one userAndreas Kling
2022-03-04Base: Reduce Comma (U+002C) width from 12px to 4px in Katica Bold 12Karol Kosek
2022-03-04LibWeb: Implement CanvasRenderingContext2D.getImageData()Linus Groh
2022-03-04LibWeb: Change CanvasRenderingContext2D.createImageData() args to longLinus Groh
2022-03-04LibGfx: Support the RGBA8888 storage format in Bitmap::set_pixel()Linus Groh
2022-03-04LibWeb: Implement CanvasRenderingContext2D.drawImage() closer to specLinus Groh
2022-03-04LibWeb: Add CanvasRenderingContext2D's origin-clean flagLinus Groh
2022-03-04LibWeb: Remove dbgln() from ImageData::create_with_size()Linus Groh
2022-03-04LibWeb: Hide some debug logging behind CANVAS_RENDERING_CONTEXT_2D_DEBUGLinus Groh
2022-03-04LibWeb: Add HTMLMediaElement.canPlayType()Linus Groh
2022-03-04LibWeb: Correct SVG smooth curve reflected control point calculationIdan Horowitz
2022-03-04Kernel: Over-align the FPUState on the stack in sigreturnAli Mohammad Pur
2022-03-04UserspaceEmulator: Pass signal information through to emulated processAli Mohammad Pur
2022-03-04UserspaceEmulator: Update signal handlers to use the new stack layoutAli Mohammad Pur
2022-03-04UserspaceEmulator: Add a SoftMMU::read<T> functionAli Mohammad Pur
2022-03-04UserspaceEmulator: Wrap the GPRs in ValueWithShadowAli Mohammad Pur
2022-03-04UserspaceEmulator: Make it possible to wrap PODs in ValueWithShadowAli Mohammad Pur
2022-03-04UserspaceEmulator: Let SoftCPU.h include Emulator.hAli Mohammad Pur
2022-03-04Kernel: Fix silly unintentional use of operator,Ali Mohammad Pur
2022-03-04Kernel: Save and restore FPU state on signal dispatch on i386/x86_64Ali Mohammad Pur
2022-03-04Kernel: Fill some siginfo and ucontext fields on SA_SIGINFOAli Mohammad Pur
2022-03-04Kernel: Add support for SA_SIGINFOAli Mohammad Pur
2022-03-04Kernel: Comment the living daylights out of signal trampoline/sigreturnAli Mohammad Pur
2022-03-04Kernel: Make the signal trampoline stack alignment a bit more readableAli Mohammad Pur
2022-03-04Kernel: Reject sigaction() with SA_SIGINFOAli Mohammad Pur
2022-03-04Kernel: Move signal handlers from being thread state to process stateAli Mohammad Pur
2022-03-04LibWeb: Implement setTimeout/setInterval with ESO according to the specTimothy Flynn
2022-03-04Base: Replace setInterval test page with a more thorough timer test pageTimothy Flynn
2022-03-04LibWeb: Allow calling invoke-a-callback with an existing argument listTimothy Flynn
2022-03-04Spreadsheet: Ask about unsaved changes on "Open..." action activationKarol Kosek
2022-03-04CharacterMap+FontEditor: Switch current Unicode block on arrow pressKarol Kosek
2022-03-04CharacterMap: Go to character on arrow press in Search windowKarol Kosek
2022-03-04CharacterMap: Move search selection on arrow press in the search textboxKarol Kosek
2022-03-04Libraries: Make CharacterBitmap instances at compile-timeLenny Maiorani
2022-03-04LibGfx: Make Size constexpr-capableLenny Maiorani
2022-03-04LibWeb: Make stacking context tree dumps more readableAndreas Kling
2022-03-04LibWeb: Implement hit testing a bit closer to specAndreas Kling
2022-03-04LibWeb: Preserve z-index:auto in CSS::ComputedValuesAndreas Kling
2022-03-04LibGfx: Refactor Vector[2,3,4] to VectorN with specializationsLenny Maiorani