summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-04TextEditor: Use GUI::MessageBox::ask_about_unsaved_changes()Andreas Kling
2022-01-04LibGUI: Add GUI::MessageBox::ask_about_unsaved_changes()Andreas Kling
2022-01-04Base: Add keymap for Norwegian Macintosh keyboardsJean-Paul Balabanian
2022-01-04PixelPaint: Add a Bloom filterTobias Christiansen
2022-01-04LibGfx: Add LumaFilterTobias Christiansen
2022-01-04LibGfx: Add BitmapMixerTobias Christiansen
2022-01-04PixelPaint: Add the FastBoxBlurFilter with configurable parameters :^)Tobias Christiansen
2022-01-04LibGfx: Add BitmapFormat::BGRx8888 support to the FastBoxBlurFilterTobias Christiansen
2022-01-04Calendar: Port to LibMain and TRY all the thingsRummskartoffel
2022-01-04Kernel: Update key_code_countAatos Majava
2022-01-04LibSoftGPU: Shift U/V coordinates just once in `Sampler`Jelle Raaijmakers
2022-01-04LibSoftGPU: Use `AK::mix` instead of manual interpolationJelle Raaijmakers
2022-01-04AK: Add `mix`Jelle Raaijmakers
2022-01-04Kernel: Scan ACPI memory ranges for the RSDP tableTom
2022-01-04Kernel: Fix possible buffer overrun when scanning a MappedROMTom
2022-01-04Kernel: Fix determining EBDA sizeTom
2022-01-04Toolchain: Fix building the aarch64 toolchainDaniel Bertalan
2022-01-04Kernel: Include correct header for DistinctNumeric in DeviceFileTypes.hDaniel Bertalan
2022-01-04Kernel: Align GDT to the size of a DescriptorIdan Horowitz
2022-01-04Kernel: Replace incorrect loop condition in write_raw_gdt_entryIdan Horowitz
2022-01-04Kernel: Use enum instead of magic numbers for GDT descriptor typesIdan Horowitz
2022-01-04LibC: Use NULL instead of nullptr in serenity.hIdan Horowitz
2022-01-04Kernel: Make Thread::m_kernel_stack_region a NonnullOwnPtrIdan Horowitz
2022-01-04PixelPaint: Fix crash on applying with no filter selectedTobias Christiansen
2022-01-04PixelPaint: Use the wrapped filters for the Filter GalleryTobias Christiansen
2022-01-04PixelPaint: Create wrappers for all supported filtersTobias Christiansen
2022-01-04PixelPaint: Create Filter base classTobias Christiansen
2022-01-04PixelPaint: Add filter iconTobias Christiansen
2022-01-04PixelPaint: Extend Filter Gallery dialog to accommodate settingsTobias Christiansen
2022-01-04LibJS: Implement Number.prototype.toExponentialTimothy Flynn
2022-01-04LibJS: Implement Number.prototype.toPrecisionTimothy Flynn
2022-01-04Kernel: Replace divide_rounded_up uses with ceil_div in Ext2FileSystemOwen Smith
2022-01-04unzip: Port to LibMainmjz19910
2022-01-04zip: Port to LibMain :^)mjz19910
2022-01-04LibCore: Impliment ErrorOr wrapper for chdirmjz19910
2022-01-04profile: Specify the /proc/profile path in the help messageMathieu PATUREL
2022-01-04profile: Don't print anything when disabling profilingMathieu PATUREL
2022-01-04Meta: Remove clang warnings with no violationsAndrew Kaster
2022-01-04SystemMonitor: Remove unused functions and enable warning globallyAndrew Kaster
2022-01-04Userland: Resolve unused-but-set-varaible warningsAndrew Kaster
2022-01-04Userland: Resolve tautological-constant-out-of-range-compare warningsAndrew Kaster
2022-01-04Userland: Locally suppress -Wc99-designator and re-enable globallyAndrew Kaster
2022-01-04Userland: Resolve -Woverloaded-virtual in LibGUI and SoundPlayerAndrew Kaster
2022-01-04Meta: Enable -Wexpansion-to-defined warning for ClangAndrew Kaster
2022-01-04Meta: Re-enable toolchain version checksAndrew Kaster
2022-01-04Userland: Fail Core::find_executable_in_path on empty inputsAndrew Kaster
2022-01-04wc: Port to LibMainmjz19910
2022-01-04which: Port to LibMainmjz19910
2022-01-04wsctl: Port to LibMainmjz19910
2022-01-04xargs: Port to LibMainmjz19910