ladybird/Libraries
Peter Nelson 06eea59a65 LibGfx: return clone from frame() instead of underlying framebuffer
This prevents frame() from modifying the contents of the same bitmap
that was returned from previous calls to frame()
2020-09-12 20:26:14 +02:00
..
LibAudio
LibC LibC: Avoid write-back of unused value 2020-09-12 13:46:15 +02:00
LibChess
LibCompress LibCompress: Move CanonicalCode out of DeflateDecompressor. 2020-09-11 16:07:45 +02:00
LibCore LibCore: Fixed DeferredInvoke debug message (#3456) 2020-09-11 18:41:50 +02:00
LibCrypt Everywhere: Port to String::copy_characters_to_buffer() 2020-08-30 17:35:27 +02:00
LibCrypto LibCrypto: Do not silently ignore key size mismatch 2020-08-28 11:36:57 +02:00
LibDebug Kernel: Fix various forward declarations 2020-09-12 13:46:15 +02:00
LibDesktop
LibELF Libraries: Unbreak building with extra debug macros 2020-08-30 09:43:49 +02:00
LibGemini
LibGfx LibGfx: return clone from frame() instead of underlying framebuffer 2020-09-12 20:26:14 +02:00
LibGUI LibGUI: Use new Bitmap::minimum_pitch method 2020-09-12 11:35:41 +02:00
LibHTTP
LibImageDecoderClient
LibIPC LibIPC: Remove unused DisconnectedEvent mechanism 2020-09-12 14:49:29 +02:00
LibJS LibJS: Check validity of computed_property_name() result before using it 2020-09-12 11:29:39 +02:00
LibKeyboard
LibLine LibLine: Make ^R search match the input anywhere in a given line 2020-09-07 11:42:56 +02:00
LibM
LibMarkdown LibMarkdown: Make warning messages conditional 2020-09-12 13:46:15 +02:00
LibPCIDB
LibProtocol
LibPthread
LibTextCodec
LibThread
LibTLS
LibUnwind
LibVT LibVT: Show an I-beam cursor over TerminalWidget 2020-09-11 14:26:37 +02:00
LibWeb LibWeb: cache in-process decoded images in ImageResource 2020-09-12 20:26:14 +02:00
LibX86
CMakeLists.txt