ladybird/Userland/Libraries
martinfalisse 452150c632 LibGUI: Bring entire cell into view after auto scroll into view
On account of row and column headers, when a user navigates to
a cell (for example in the spreadsheet application) that is
outside of the view, the cell is not properly aligned and so
is partially cut-off. This fix takes into account the row and
column headers when calculating the Rect to pass to the
scroll_into_view function.
2022-01-03 15:49:07 +01:00
..
LibArchive
LibAudio LibAudio: Remove frame-wise copys from FlacLoader 2022-01-02 22:18:37 +01:00
LibC LibC: Support X modifier for scanf 2022-01-02 08:10:08 +02:00
LibCards
LibChess
LibCompress
LibConfig
LibCore LibCore: Mark 'Read options' parameter [[maybe_unused]] in Account.cpp 2022-01-02 22:02:16 +01:00
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 Kernel: Use Process::require_promise() instead of REQUIRE_PROMISE() 2021-12-29 18:08:15 +01:00
LibFileSystemAccessClient
LibGemini
LibGfx Theming: Add alignment section 2022-01-01 22:51:53 +01:00
LibGL LibGL+LibSoftGPU: Implement texture coordinate generation 2021-12-30 14:24:29 +01:00
LibGUI LibGUI: Bring entire cell into view after auto scroll into view 2022-01-03 15:49:07 +01:00
LibHTTP
LibImageDecoderClient
LibIMAP
LibIPC
LibJS LibJS: Implement the Extend TimeZoneName Option Proposal 2022-01-03 15:11:59 +01:00
LibKeyboard
LibLine LibLine: Avoid unnecessary copies in Editor 2022-01-01 15:40:39 +01:00
LibM LibM: Count fractions when exponent < -1 with mantissa == 0 2022-01-02 12:44:31 +03:30
LibMain
LibMarkdown
LibPCIDB
LibPDF
LibProtocol
LibPthread
LibRegex LibRegex: Make FailForks fail all forks up to the last save point 2021-12-25 18:41:10 +01:00
LibSanitizer
LibSoftGPU LibSoftGPU: Add option to render a debug overlay 2022-01-01 15:09:21 +01:00
LibSQL LibSQL: Avoid unnecessary copies in Heap 2022-01-01 15:40:39 +01:00
LibSymbolication
LibSyntax
LibSystem
LibTest
LibTextCodec
LibThreading
LibTLS
LibUnicode LibUnicode: Add minimal support for generic & offset-based time zones 2022-01-03 15:11:59 +01:00
LibUSBDB
LibVideo LibVideo/VP9: Do not null guard calls to free 2022-01-01 17:30:25 +00:00
LibVT Everywhere: Use 'decrease_slider_by()' method from AbstractSlider 2021-12-30 14:31:50 +01:00
LibWasm
LibWeb LibWeb: Support range syntax for media queries 2022-01-02 15:43:51 +01:00
LibWebSocket
LibX86
CMakeLists.txt