summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-16LibJS+Everywhere: Deprecate Value::to_string_without_side_effectsTimothy Flynn
2023-02-16su: Document the [-c command] optionKarol Baraniecki
2023-02-16su: Correct brackets in documentation for the user optionKarol Baraniecki
2023-02-16su: Only check for an interactive tty if a password is actually neededKarol Baraniecki
2023-02-16su: Allow to specify a command to be executed by -cKarol Baraniecki
2023-02-16ImageViewer: Rename "Go Back" and "Go Forward" actionsTim Ledbetter
2023-02-16ImageViewer: Make arrow key shortcuts workTim Ledbetter
2023-02-16Base: Improve eye emoji and add mouth emojiRyan Liptak
2023-02-16Base: Add some emojiNiko
2023-02-16Ports/dos2unix: Update to 7.4.4Nathan Ell
2023-02-16Ladybird: Close tab clicking wheel of the mouseFederico Guerinoni
2023-02-163DFileViewer: Don't unveil "/home/anon/Documents/3D Models"Lucas CHOLLET
2023-02-163DFileViewer: Set the window title name in `load_file()`Lucas CHOLLET
2023-02-163DFileViewer: Don't try to open textures without `LibFSASC`Lucas CHOLLET
2023-02-163DFileViewer: Port to `Core::File`Lucas CHOLLET
2023-02-16LibGfx: Add a stream compatible overload of `Bitmap::load_from_file()`Lucas CHOLLET
2023-02-16LibCore: Add `MappedFile::map_from_file()`Lucas CHOLLET
2023-02-16LibCore: Allow `MappedFile` to make `File` leak its fdLucas CHOLLET
2023-02-16LibCore: Forward declare `MappedFile`Lucas CHOLLET
2023-02-163DFileViewer: Remove unnecessary tests when loading filesLucas CHOLLET
2023-02-163DFileViewer: Use `LibFSAC` in `GLContextWidget::load_path()`Lucas CHOLLET
2023-02-163DFileViewer: Port `MeshLoader` and its child to the new `Core::File`Lucas CHOLLET
2023-02-16PixelPaint: Add an option for making a Gradient with a secondary colorKarol Kosek
2023-02-16PixelPaint: Put the main gradient color at the cursorKarol Kosek
2023-02-16PixelPaint: Set Tool on_*_color_change logic using virtual functionsKarol Kosek
2023-02-16LibGUI: Add highlighting to `UrlBox`Cameron Youell
2023-02-16LibGUI: Account for `glyph_spacing()` in spansCameron Youell
2023-02-16LibUnicode: Remove non-iterative text segmentation algorithmsTimothy Flynn
2023-02-16LibUnicode: Use iterative text segmentation algorithms for titlecasingTimothy Flynn
2023-02-16LibJS: Use iterative text segmentation algorithms for Intl.SegmenterTimothy Flynn
2023-02-15Everywhere: Change all XXX into FIXME or remove as appropriateBen Wiederhake
2023-02-15LibELF: Implement _invoke_entry for aarch64Timon Kruiper
2023-02-15LibELF+LibC: Add support for aarch64 relocationsTimon Kruiper
2023-02-15Kernel/aarch64: Implement Thread Local StorageTimon Kruiper
2023-02-15Kernel/aarch64: Remove tpidr_el0 from RegisterStateTimon Kruiper
2023-02-15LibC: Add general implementation for memcpy and memsetTimon Kruiper
2023-02-15Kernel/aarch64: Add implementations for safe_memset and safe_strnlenTimon Kruiper
2023-02-15Kernel/aarch64: Implement storing and restoring floating-point registersTimon Kruiper
2023-02-15Kernel/aarch64: Do not trap floating-point instructionsTimon Kruiper
2023-02-15CMake: Add -mstrict-align flag to compile options for aarch64 buildTimon Kruiper
2023-02-15Kernel/aarch64: Handle SVC exception by calling syscall_handlerTimon Kruiper
2023-02-15LibELF+LibC: Add support for relative relocations in aarch64 binariesTimon Kruiper
2023-02-15DynamicLoader: Disable stack protector in some files for aarch64 buildTimon Kruiper
2023-02-15LibGfx: Move QOIWriter implementation-only things into cpp fileNico Weber
2023-02-15LibWeb: Port CSS/Serialize.{h,cpp} to new Strings, and propagate errorsSam Atkins
2023-02-15LibWeb: Port CSS::MediaQuery to new StringsSam Atkins
2023-02-15LibWeb: Port CSS::Supports to new StringsSam Atkins
2023-02-15LibWeb: Port CSS::UnicodeRange to new StringsSam Atkins
2023-02-15LibWeb: Use StringView in CSS::PreferredColorSchemeSam Atkins
2023-02-15LibWeb: Port CSS::Display to new StringsSam Atkins