summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-03-04LibGfx+GameOfLife: Remove Gfx::make_rgb() and its one userAndreas Kling
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-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: Add support for SA_SIGINFOAli Mohammad Pur
2022-03-04LibWeb: Implement setTimeout/setInterval with ESO according to the specTimothy 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
2022-03-04LibWeb: Measure intrinsic block width *around* children's border edgeAndreas Kling
2022-03-04Spreadsheet: Improve R function to support all of the examplesu9g
2022-03-04Spreadsheet: Add Range(s).toArray()u9g
2022-03-03reboot: Port to LibMainWuzado
2022-03-03Calculator: Add keyboard input for more operationsForLoveOfCats
2022-03-03Calculator: Avoid focusing any keypad button other than the equal buttonForLoveOfCats
2022-03-03Calculator: Utilize Button `mimic_pressed` to show when keys are pressedForLoveOfCats
2022-03-03LibGUI: Add `mimic_pressed` to Button to signify being virtually clickedForLoveOfCats
2022-03-03LibGUI: Use logical `and` instead of bitwise in `Button` paint callForLoveOfCats
2022-03-03Spreadsheet: Simplify enabling actions on selectionKarol Kosek
2022-03-03Spreadsheet: Move deselection instructions to on_selection_droppedKarol Kosek
2022-03-03Spreadsheet: Show the opened filename in the window titleKarol Kosek
2022-03-03LibWeb: Include cookies in form submissionLuke Wilde
2022-03-03LibWeb: Prevent crashes with progress element's value and max attributesJelle Raaijmakers
2022-03-03LibWeb: Forward-declare FormattingState as a structAndreas Kling
2022-03-03LibWeb: Reduce HashMap thrashing during custom property cascadeAndreas Kling
2022-03-03LibWeb: Use FlyString for CSS custom property namesAndreas Kling
2022-03-03LibSoftGPU: Add mipmap selection to sampler classStephan Unverwerth
2022-03-03LibSoftGPU: Add log2_approximate()Stephan Unverwerth
2022-03-03LibSoftGPU: Add ddx() and ddy() to calculate partial derivativesStephan Unverwerth
2022-03-03LibGL: Fix interpretation of mipmap filtering modesStephan Unverwerth