summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-08LibGfx: Validate type of cicpTag in ICC ProfileNico Weber
2023-02-08js: Remove DeprecatedString usage in `load_json_impl()`Evan Smal
2023-02-08js: Use const where possible in `parse_and_run()`Evan Smal
2023-02-08js: Convert `s_history_path` to String and propagate errorsEvan Smal
2023-02-08js: Use `Core::Stream::File` in place of POSIX in `write_to_file()`Evan Smal
2023-02-08js: Use String in `prompt_for_level()` and `read_next_piece()`Evan Smal
2023-02-08LibGfx+icc: Read cicpTypeNico Weber
2023-02-08LibGfx: Add another profile ID to ICC quirk listNico Weber
2023-02-08LibGfx: Add ICC v2 tags to tag listNico Weber
2023-02-08LibGfx+icc: Read signatureTypeNico Weber
2023-02-08LibGfx+icc: Read namedColor2TypeNico Weber
2023-02-08Settings: Improve default window sizeCubic Love
2023-02-07LibWeb: Null check `nearest_sibling` in `generate_missing_parents`Aliaksandr Kalenik
2023-02-07LibWeb: Table wrappers should not be ignored in auto height calculationAliaksandr Kalenik
2023-02-07SpaceAnalyzer: "Open Containing Folder" => "Reveal in File Manager"Andreas Kling
2023-02-07TextEditor: "Open Containing Folder" => "Reveal in File Manager"Andreas Kling
2023-02-07LibGUI: Add 9 and 11 to the list of suggested sizes in FontPickerAndreas Kling
2023-02-07SoundPlayer: Remove AutoSlider for the seek bar in favor of SliderZaggy1024
2023-02-07VideoPlayer: Pause while the user is dragging the seek barZaggy1024
2023-02-07LibGUI: Add callbacks for Slider drags starting and endingZaggy1024
2023-02-07LibGUI: Make sliders start a drag when jumping to the cursorZaggy1024
2023-02-07Ports: Update qemu to 7.2.0Kenneth Myhra
2023-02-07Ports: Update mc to 4.8.29Kenneth Myhra
2023-02-07Ports: Update glib to 2.75.2Kenneth Myhra
2023-02-07Meta: Automatically select best apt mirrorMacDue
2023-02-07LibGUI+About: Make AboutDialog creation fallibleSam Atkins
2023-02-07LibGUI: Convert AboutDialog layout to GMLSam Atkins
2023-02-07Browser: Use `GUI::CommonActions::make_about_action()`Sam Atkins
2023-02-06LibWeb: Add layout tests for floats, margins collapsing and positioningAliaksandr Kalenik
2023-02-06Ladybird: Specify window size in layout dump modeAliaksandr Kalenik
2023-02-06Kernel: Return ENAMETOOLONG when trying to set a too-long thread nameSam Atkins
2023-02-06Kernel: Protect Thread::m_name with a spinlockSam Atkins
2023-02-06Kernel: Protect Process::m_name with a spinlockSam Atkins
2023-02-06Kernel: Remove create_inode_watcher syscall from the big lockSam Atkins
2023-02-06Kernel: Remove pledge syscall from the big lockSam Atkins
2023-02-06LibGfx: Add table size validation for ICC lut16TypeNico Weber
2023-02-06Ports/grep: Update to 3.8Mr.UNIX
2023-02-06Ports/sed: Update to 4.9Mr.UNIX
2023-02-06Ports/nano: Update to 7.2Mr.UNIX
2023-02-06Ports/gawk: Update to 5.2.1Mr.UNIX
2023-02-06LibChess: Factorize the returned `StringView` for a drawLucas CHOLLET
2023-02-06Chess+LibChess: Avoid using `DeprecatedString` whenever possibleLucas CHOLLET
2023-02-06Chess: Move `ChessWidget` to the create patternLucas CHOLLET
2023-02-06Base: Add some characters to Katica Regular 10Cubic Love
2023-02-06Meta: Use proper abbreviation for WebAssembly in READMESteren
2023-02-05LibGfx: Fix comment typo in ICC codeNico Weber
2023-02-05Kernel: Pass `ipv4_packet_size` to `ipv4.set_length()`Iman Seyed
2023-02-05Kernel: Fix CPUInfo error propagation fixmeMacDue
2023-02-05AK: Always define ak_assertion_failed, even when NDEBUG is falseAndrew Kaster
2023-02-05Ports/nasm: Update to 2.16.01Mr.UNIX