summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-04LibUnicode: Convert UnicodeDateTimeFormat to link with weak symbolsTimothy Flynn
2022-01-04LibUnicode: Convert UnicodeNumberFormat to link with weak symbolsTimothy Flynn
2022-01-04Tests: Link some tests directly against LibUnicodeDataTimothy Flynn
2022-01-04LibWeb: Implement CanvasRenderingContext2D.measureTextsin-ack
2022-01-04ls: Fix duplicated error message when opening a directory failsMarco Cutecchia
2022-01-04stat: Print an error if 'stat' failsMarco Cutecchia
2022-01-05LibCrypto: Make `Digest`s able to return `bytes`Michel Hermier
2022-01-05LibCrypto: Mutualize `Digest`sMichel Hermier
2022-01-05LibCrypto: Make `MultiHashDigestVariant` getters `const` and `nodiscard`Michel Hermier
2022-01-05LibCrypto: Remove spurious `;`Michel Hermier
2022-01-05checksum: Use `:hex-dump` to format `digest` valueMichel Hermier
2022-01-05checksum: Make name detection working even with a pathMichel Hermier
2022-01-04LibGUI: Don't show "last saved" information for never-saved documentsAndreas Kling
2022-01-04FontEditor: Use GUI::MessageBox::ask_about_unsaved_changes()Andreas Kling
2022-01-04PixelPaint: Make ImageEditor::m_undo_stack a regular value memberAndreas Kling
2022-01-04PixelPaint: Use GUI::MessageBox::ask_about_unsaved_changes()Andreas Kling
2022-01-04PixelPaint: Add "save" actionAndreas Kling
2022-01-04TextEditor: Use early return style in "save" action callbackAndreas Kling
2022-01-04TextEditor: Show time-since-last-save in "unsaved changes" dialogs :^)Andreas Kling
2022-01-04LibGUI: Add optional unmodified timestamp to "unsaved changes" dialogsAndreas Kling
2022-01-04LibGUI: Make GUI::UndoStack remember time it was last set to unmodifiedAndreas Kling
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