ladybird/Userland/Libraries
Conor Byrne faad7a3ed1 LibDiff: Fix error when parsing a 'new' hunk location
If the location started at 0, and / or the length was 0, it would
originally turn out to be a location of { -1, -1 } when LibDiff was
finished parsing, which was incorrect.

To fix this, we only subtract 1 if `start` or `length` isn't 0.
2021-12-31 14:12:54 +01:00
..
LibArchive
LibAudio
LibC
LibCards
LibChess
LibCompress
LibConfig
LibCore LibCore: Add Core::System::setpgid() 2021-12-31 02:19:45 +03:30
LibCoredump
LibCpp
LibCrypt
LibCrypto
LibDebug
LibDesktop
LibDeviceTree
LibDiff LibDiff: Fix error when parsing a 'new' hunk location 2021-12-31 14:12:54 +01:00
LibDl
LibDSP
LibELF
LibFileSystemAccessClient
LibGemini
LibGfx LibGfx: Mark some Matrix functions as [[nodiscard]] 2021-12-30 14:24:29 +01:00
LibGL LibGL+LibSoftGPU: Implement texture coordinate generation 2021-12-30 14:24:29 +01:00
LibGUI LibGUI: Fix leading whitespaces when text is wrapped 2021-12-30 14:34:01 +01:00
LibHTTP
LibImageDecoderClient
LibIMAP
LibIPC
LibJS LibJS: Fix the Now.plainDateTime in case they go over a year boundary 2021-12-31 12:26:26 +01:00
LibKeyboard
LibLine
LibM
LibMain
LibMarkdown
LibPCIDB
LibPDF
LibProtocol
LibPthread
LibRegex
LibSanitizer
LibSoftGPU LibGL+LibSoftGPU: Implement texture coordinate generation 2021-12-30 14:24:29 +01:00
LibSQL
LibSymbolication
LibSyntax
LibSystem
LibTest
LibTextCodec
LibThreading
LibTLS
LibUnicode
LibUSBDB
LibVideo
LibVT Everywhere: Use 'decrease_slider_by()' method from AbstractSlider 2021-12-30 14:31:50 +01:00
LibWasm
LibWeb LibGUI+LibWeb: Use 'decrease_slider_by_steps()' method 2021-12-30 14:31:50 +01:00
LibWebSocket
LibX86
CMakeLists.txt