summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-17BrowserSettings: Avoid adding empty domain to content filterferhatgec
2022-06-17Ports: Add VVVVVV portGrigoris Pavlakis
2022-06-17LibC: Allow parsing numbers right on the cutoffTim Schumacher
2022-06-17Kernel: Add missing #include in SysFS.cppAndreas Kling
2022-06-17Kernel/SysFS: Remove derived BIOSSysFSComponent classesLiav A
2022-06-17Kernel/SysFS: Migrate components code from SysFS.cpp to the SysFS folderLiav A
2022-06-17Kernel/SysFS: Split the bulky BIOS.h file into multiple filesLiav A
2022-06-17Kerenl/Firmware: Add map_ebda and map_bios methods in the original placeLiav A
2022-06-17Kernel/Interrupts: Add missing include for IRQController header fileLiav A
2022-06-17Kernel/SysFS: Split bulky SysFSPCI file into separate filesLiav A
2022-06-17Kernel/SysFS: Split bulky SysFSUSB file into two separate class filesLiav A
2022-06-17Kernel/SysFS: Stop cluttering the codebase with pieces of SysFS partsLiav A
2022-06-17LibC: Add POSIX spec links to `wait`, `waitpid` and `waitid`SeekingBlues
2022-06-17LibC: Make `waitpid`'s return value more POSIX-compliantSeekingBlues
2022-06-17LibC: Add `WIFCONTINUED` macroSeekingBlues
2022-06-17LibGUI: End Scrollbar gutter tinting when target is reachedFrHun
2022-06-17LibGUI: Fix crash on Scrollbar shift click and re enable jumpingFrHun
2022-06-17Ports: Ensure that `core.autocrlf` is disabled before handling patchesTim Schumacher
2022-06-17LibWeb: Fix 'background-repeat: round' calculationMacDue
2022-06-17LibWeb: Only paint the background image on integer stepsMacDue
2022-06-16LibWeb: Add deprecated `image-rendering` valuesSam Atkins
2022-06-16LibWeb: Disable unused error on temporarily unused variable from specFrHun
2022-06-16Keymap: Fix switching selected keymapPaweł Łukasik
2022-06-16PixelPaint: Add Smooth Pixels scaling optionKarol Kosek
2022-06-16ImageViewer: Add Smooth Pixels image scaling optionKarol Kosek
2022-06-16LibWeb: Use SmoothPixels scaling mode as the pixelated renderingKarol Kosek
2022-06-16LibGfx: Implement SmoothPixels scaling modeKarol Kosek
2022-06-16LibGfx: Pass scaling mode as an enum in do_draw_scaled_bitmapKarol Kosek
2022-06-16HackStudio: Add "Open in New Tab" context menu entryhhsdev
2022-06-16Base: Add <img> tag + border-radius HTML exampleMacDue
2022-06-16LibWeb: Support using border-radius on <img> tagsMacDue
2022-06-16LibWeb: Make PaintableBox::normalized_border_radii_data() protectedMacDue
2022-06-16Base: Add background-image + border-radius HTML examplesMacDue
2022-06-16LibWeb: Support using border-radius with a background-imageMacDue
2022-06-16LibWeb: Add BorderRadiusCornerClipperMacDue
2022-06-16LibWeb: Move border corner bitmap getter/cache to functionMacDue
2022-06-16LibGfx: Add Painter::get_pixel()MacDue
2022-06-16Base: Add new font Katica Bold Oblique 10Xexxa
2022-06-16Base: Add Mathematical Alphanumeric Symbols to font Katica Regular 10Xexxa
2022-06-16Base: Add 1f785-1F78B, 1F517 to Katica Bold 12Xexxa
2022-06-16Base: Add 2713, 2714 to Katica Bold 10Xexxa
2022-06-16Base: Remove painted parts outside of view in Katica Bold 10Xexxa
2022-06-15LibWeb: Test parsing of CSS Level 4 rgb and hsl syntaxThomas Fach-Pedersen
2022-06-15LibWeb: Parse rgb and hsl functions according to CSS Module Level 4Thomas Fach-Pedersen
2022-06-15LibWeb: Fix calculation of degrees from radiansThomas Fach-Pedersen
2022-06-15Kernel: Don't VERIFY that the DMA channel is running on AC'97 interruptkleines Filmröllchen
2022-06-15LibJS: Mark AddInstant in AddZonedDateTime as fallibleLinus Groh
2022-06-15LibJS: Fix Instant rounding modesLinus Groh
2022-06-15LibJS: Mark two calls as infallible in DifferenceTemporalPlainTimeLinus Groh
2022-06-15LibJS: Assume options is an object in the DifferenceZonedDateTime AOLinus Groh