summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-01Base: Add Latin Extended Additional chrs to font Katica Regular 10Lady Gegga
2022-04-01Base: Add Georgian characters to font Katica Regular 10Lady Gegga
2022-04-01Base: Add Thai characters to font Katica Regular 10Lady Gegga
2022-04-01Base: Add Bengali characters to font Katica Regular 10Lady Gegga
2022-04-01Base: Add Arabic characters to font Katica Regular 10Lady Gegga
2022-04-01Toolchain: Fix the gdb build for aarch64 target on macOS hostJames Mintram
2022-04-01Kernel: Stop debug spam when using read on /dev/mem deviceLiav A
2022-04-01Kernel: Stop debug spam when using mmap on /dev/mem deviceLiav A
2022-04-01Documentation: Add Kernel/Userland quick switch to CLion configurationIdan Horowitz
2022-04-01Base: Add a quote to fortunes.jsonSam Atkins
2022-04-01Kernel: Declare Device major and minor data member numbers as constLiav A
2022-04-01LibGfx: Return kerning values as a `float` instead of `int`Jelle Raaijmakers
2022-04-01LibGfx: Implement font kerning for `Painter::draw_text_run`Jelle Raaijmakers
2022-04-01Kernel: Allow SysFS components to have non-zero sizeLiav A
2022-04-01Kernel: Declare DMI SysFS BIOS classes as finalLiav A
2022-04-01Kernel: Declare blob sizes of SysFS BIOS classes as constLiav A
2022-04-01Kernel: Initialize primitive data members of SysFS BIOS classesLiav A
2022-04-01Ports: Remove IPv6 patch for dmidecodeLiav A
2022-04-01Ports: Fix dmidecode SYS_FIRMWARE_DIR patched macroLiav A
2022-03-31Documentation: Update GML information and manpage links in FileFormatskleines Filmröllchen
2022-03-31Base: Extend and improve the GML documentationkleines Filmröllchen
2022-03-31Fuzzers: Add a basic input shim when running standaloneTim Schumacher
2022-03-31CMake: Allow building fuzzing targets without libFuzzer or OSS-FuzzTim Schumacher
2022-03-31Meta: Rename Fuzzer flags to `ENABLE_FUZZERS_{LIBFUZZER,OSSFUZZ}`Tim Schumacher
2022-03-31Base: Add new theme Chillychillydjwisdom
2022-03-31Meta: Fix format-string in the port linterEWouters
2022-03-31Toolchain: Add a gcc patch to fix linker error on M1 hostJames Mintram
2022-03-31Ports/cmake: Update cmake to version 3.23.0 and remove upstreamed patchEWouters
2022-03-31LibWeb: Flex fix minimum main size in min/max violations calculationEnver Balalic
2022-03-31Base: Add new glyphs to Ataraxia Lightdjwisdom
2022-03-31Base: Add new glyphs to Satori Regulardjwisdom
2022-03-31Base: Add new glyphs to Satori Mono Regulardjwisdom
2022-03-31Base: Add new glyphs to Satori Mono Bolddjwisdom
2022-03-31Base: Add new glyphs to Satori Bolddjwisdom
2022-03-31LanguageServers/Cpp: Add SemanticType::PreprocessorMacroItamar
2022-03-31LibCpp: Fix parsing of macro callsItamar
2022-03-31LibGUI: Add AutocompleteProvider::TokenInfo::type_to_string()Itamar
2022-03-31PixelPaint: Draw layer thumbnails with bilinear filteringAndreas Kling
2022-03-31LibJS: Allow JS::make_handle(T*) to be called with nullptrAndreas Kling
2022-03-313DFileViewer: Fix seam in normals of teapot.objSahan Fernando
2022-03-31LibJS: Don't assume that for-in/of target is a variable on LHS::AssignAli Mohammad Pur
2022-03-31LibJS: Implement codegen for MemberExpression binding patternsAli Mohammad Pur
2022-03-31LibJS: Implement bytecode generation for all ObjectExpression propertiesAli Mohammad Pur
2022-03-31LibPDF: Fix security-handler-related nullptr regressionMatthew Olsson
2022-03-31LibPDF: Fix mismatched class/struct declarationMatthew Olsson
2022-03-31PDFViewer: Use ArgsParserMatthew Olsson
2022-03-31LibPDF: Rename Command to OperatorMatthew Olsson
2022-03-31LibPDF: Fix some base-encoding-related crashesMatthew Olsson
2022-03-31LibPDF: Add Type0 and TrueType fontsMatthew Olsson
2022-03-31LibPDF: Abstract Type1 font dataMatthew Olsson