ladybird/Userland/Libraries
Lucas CHOLLET 9fa375b844 LibGfx: Differentiate scan-level and frame-level data for components
This patch brings us closer to the spec point of view. And while it
makes no functional changes, it reduces the number of places where you
can misuse scan-specific data and improve support for multiple scans.
2023-02-27 13:39:22 +01:00
..
LibArchive
LibAudio
LibC Kernel+Userland: Unify declarations for KCOV in Kernel/API/kcov.h 2023-02-24 20:35:45 +01:00
LibCards LibCards: Make find_card_stack_to_drop_on() non-const 2023-02-21 00:54:04 +01:00
LibChess
LibCodeComprehension Shell: Fix (and paper over) various const-correctness issues 2023-02-21 00:54:04 +01:00
LibCompress
LibConfig
LibCore LibCore+Utilities: Replace uses of strpbrk with find_any_of() 2023-02-25 22:31:17 +01:00
LibCoredump
LibCpp LibCpp: Make C++ AST (mostly) const-correct 2023-02-21 00:54:04 +01:00
LibCrypt
LibCrypto Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
LibDebug HackStudio: Add 'pause debuggee' button 2023-02-24 19:09:27 +01:00
LibDesktop
LibDeviceTree LibDeviceTree: Use unchecked_append() in path parsing 2023-02-24 23:56:37 +01:00
LibDiff
LibDNS
LibDSP LibDSP: Don't crash on out-of-bounds parameter value 2023-02-25 20:49:41 -07:00
LibEDID
LibELF Kernel+Userland: Refine preventing syscall annotations of Regions option 2023-02-24 22:26:07 +01:00
LibFileSystemAccessClient LibFileSystemAccessClient: Remove the deprecated API 2023-02-16 20:11:52 +01:00
LibGemini
LibGfx LibGfx: Differentiate scan-level and frame-level data for components 2023-02-27 13:39:22 +01:00
LibGL LibGL: Fix minor const-correctness issues 2023-02-21 00:54:04 +01:00
LibGLSL Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
LibGPU
LibGUI LibGUI: Don't show non-visible actions in CommandPalette 2023-02-27 13:37:24 +01:00
LibHTTP
LibIDL LibWeb+LibIDL: Fix (or paper over) various const-correctness issues 2023-02-21 00:54:04 +01:00
LibImageDecoderClient LibImageDecoderClient: Fix minor const-correctness issue 2023-02-21 00:54:04 +01:00
LibIMAP
LibIPC LibIPC: Add a built-in encoder/decoder for AK::Time 2023-02-24 15:50:42 -05:00
LibJS LibJS: Use a pseudo top-level UnwindFrame in GenerateCFG 2023-02-26 23:09:37 +01:00
LibKeyboard
LibLine
LibLocale
LibMain
LibManual Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
LibMarkdown
LibPartition LibPartition: Make Kernel parts const-correct re: StorageDevice& 2023-02-21 00:54:04 +01:00
LibPCIDB
LibPDF LibGfx: Return bool not ErrorOr<bool> from ImageDecoderPlugin::sniff() 2023-02-26 19:43:17 +01:00
LibProtocol
LibRegex LibRegex: Add to_string method for RegexStringView 2023-02-17 16:32:02 +00:00
LibSanitizer
LibSoftGPU LibSoftGPU: Use multiplication instead of division for linear fog 2023-02-18 01:45:00 +01:00
LibSQL LibSQL: Fix minor const-correctness issues 2023-02-21 00:54:04 +01:00
LibSymbolication Kernel+Userland: Add constants subdirectory at /sys/kernel directory 2023-02-19 13:47:11 +01:00
LibSyntax
LibSystem
LibTest LibTest: Fix minor const-correctness issue in TestSuite::find_cases() 2023-02-21 00:54:04 +01:00
LibTextCodec LibTextCodec+Everywhere: Port Decoders to new Strings 2023-02-19 17:15:47 +01:00
LibThreading
LibTimeZone
LibTLS
LibUnicode LibUnicode: Skip over emoji sequences in grapheme boundary segmentation 2023-02-25 22:23:39 +01:00
LibUSBDB
LibVideo
LibVirtGPU
LibVT
LibWasm LibWasm+LibWeb: Sneak a JS::Completion into Wasm::Result 2023-02-26 10:54:23 +03:30
LibWeb LibWeb: Implement the js-api portion of Wasm multi-value 2023-02-26 10:54:23 +03:30
LibWebSocket
LibWebView LibWebView: Display Accessible Name and Description 2023-02-19 15:58:20 +01:00
LibX86
LibXML
CMakeLists.txt