summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-01-24LibJS: Implement the SetFunctionLength AOLinus Groh
2022-01-24LibJS: Implement the SetFunctionName AOLinus Groh
2022-01-24LibJS: Fix the execution context for the bytecode interpreterdavidot
2022-01-24LibEDID: Fix handling extension mapsTom
2022-01-24LibEDID: Fix calculating height and refresh rate for interlaced modesTom
2022-01-24Browser: Convert file-downloading code to Core::Stream :^)Sam Atkins
2022-01-24LibProtocol: Overload Request::stream_into() to accept a Core::StreamSam Atkins
2022-01-24Browser: Convert ad-filter loading to Core::Stream :^)Sam Atkins
2022-01-24Browser: Convert search-engines file loading to Core::Stream :^)Sam Atkins
2022-01-24LibWeb: Resolve a FIXME when determining target of an event handlerAndreas Kling
2022-01-24LibWeb: Treat SVG fill/stroke/stroke-width attributes as CSS propertiesSam Atkins
2022-01-24LibWeb: Add `none` as a valid identifier for `fill` and `stroke`Sam Atkins
2022-01-24LibWeb: Teach StyleComputer about "Automatic Box Type Transformation"Andreas Kling
2022-01-24Utilities/readelf: Add support for printing the content of sectionsDaniel Bertalan
2022-01-24mktemp: Port to LibMainKenneth Myhra
2022-01-24mkfifo: Port to LibMainKenneth Myhra
2022-01-24LibCore: Add mkfifo() syscall wrapperKenneth Myhra
2022-01-24mknod: Port to LibMainKenneth Myhra
2022-01-24LibCore: Add mknod() syscall wrapperKenneth Myhra
2022-01-24LibC: Add POSIX spec link for unistd mknod() APIKenneth Myhra
2022-01-24LibCore: Improve handling of parsing errors in FilePermissionsMaskXavier Defrang
2022-01-24LibCore: Restore support for multiple symbolic classesXavier Defrang
2022-01-24sort: Port to LibMainMichel Hermier
2022-01-24shuf: Port to LibMainMichel Hermier
2022-01-24rev: Port to LibMainMichel Hermier
2022-01-24UserspaceEmulator: Support ioctls TCSETSF and TCSETSWRummskartoffel
2022-01-24LibWeb: Make sure painted CSS borders are snapped to integer pixelsAndreas Kling
2022-01-24LibWeb: Use BFC root relative coordinates when flowing around floatsAndreas Kling
2022-01-24LibWeb: Place block-level boxes vertically before formatting them insideAndreas Kling
2022-01-24LibWeb: Unify placement of replaced and non-replaced elements in BFCAndreas Kling
2022-01-24LibWeb: Simplify code that compute initial child positions in BFCAndreas Kling
2022-01-24LibWeb: Unify code for assigning vertical box model metrics in BFCAndreas Kling
2022-01-24LibWeb: Make IFC aware that its parent is always a BFCAndreas Kling
2022-01-24LibWeb: Move rect-in-coordinate-space helper to Layout::BoxAndreas Kling
2022-01-24LibWeb: Remove unused InlineFormattingContext::available_width_at_line()Andreas Kling
2022-01-24LibWeb: Take full border box into account when vertically placing floatsAndreas Kling
2022-01-23DisplaySettings: Show display's manufacturer and size instead of deviceTom
2022-01-23Meta+LibEDID: Download and generate the PNP ID databaseTom
2022-01-23DisplaySettings: Show DPI for selected resolutionTom
2022-01-23LibEDID: Add API for conveniently querying EDID from framebuffer deviceTom
2022-01-23Kernel: Add ioctl to get the EDID from a framebufferTom
2022-01-23LibEDID: Add a library to parse EDID blobsTom
2022-01-23LibGUI: Fix typo in TextEditorTobias Christiansen
2022-01-23LibGUI: Fix broken text rendering in TextEditorTobias Christiansen
2022-01-23RequestServer: Unveil /etc/timezone for date-time usageTimothy Flynn
2022-01-23gunzip: Don't truncate output filename when input file suffix is omittedRummskartoffel
2022-01-23LibSoftGPU: Add const to Clipper where possibleLenny Maiorani
2022-01-23LibSoftGPU: Switch to using east const in Clipper.[h,cpp]Lenny Maiorani
2022-01-23LibSQL: Add simple REGEXP matchmnlrsn
2022-01-23LibJS+LibIMAP: Use the new Optional<U>(Optional<T>) constructorIdan Horowitz