summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-02-16LibJS+Everywhere: Deprecate Value::to_string_without_side_effectsTimothy Flynn
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-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-15LibC: Add general implementation for memcpy and memsetTimon 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
2023-02-15LibWeb: Port CSS::Parser::Rule to new StringsSam Atkins
2023-02-15LibWeb: Port CSS::Parser::Declaration to new StringsSam Atkins
2023-02-15LibWeb: Port CSS::Parser::ComponentValue to new StringsSam Atkins
2023-02-15LibWeb: Port CSS::Parser::Function to new StringsSam Atkins
2023-02-15LibWeb: Port CSS::Parser::Block to new StringsSam Atkins
2023-02-15LibWeb: Port ComputedValues to new StringsSam Atkins
2023-02-15LibWeb: Remove unused includes for DeprecatedStringSam Atkins
2023-02-15LibWeb: Port CSS Tokenizer to new StringsSam Atkins
2023-02-15LibWeb: Implement ASCII case-insensitive matchingSam Atkins
2023-02-15AK+Tests+LibWeb: Make `URL::complete_url()` take a StringViewSam Atkins
2023-02-15LibWeb: Construct CSS Tokenizer and Parser with a StringView encodingSam Atkins
2023-02-15LibTextCodec+Everywhere: Make TextCodec::decoder_for() take a StringViewSam Atkins
2023-02-15LibJS: Keep escaping forward slashesNico Weber