ladybird/Userland/Libraries
Jelle Raaijmakers 53edb41d40 LibGL: Support local viewer light model
We already had the implementation, but we were erroneously rejecting
`GL_LIGHT_MODEL_LOCAL_VIEWER` as a parameter to `glLightModel`.
2022-03-06 13:20:09 +01:00
..
LibArchive LibArchive: Implement a basic parser for tar extended headers 2022-03-05 13:17:13 +01:00
LibAudio LibAudio: Add an array conversion transitional API to Buffer 2022-02-26 17:57:55 +01:00
LibC LibC: Remove semicolon in definition of FD_ZERO 2022-03-06 13:00:42 +01:00
LibCards Libraries: Make CharacterBitmap instances at compile-time 2022-03-04 17:41:08 +01:00
LibChess
LibCompress
LibConfig Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer 2022-02-25 22:35:12 +01:00
LibCore LibCore: Add wrapper for posix_openpt(), grantpt() and unlockpt() 2022-03-02 18:08:05 +01:00
LibCoredump
LibCpp LibCpp: Don't include parameter type in FunctionType::to_string if null 2022-03-05 15:36:03 +01:00
LibCrypt
LibCrypto LibCrypto: Simplify and move CRC32 table to cpp file 2022-02-26 17:49:47 +00:00
LibDebug
LibDesktop LibDesktop: Rename LaunchServerConnection=>ConnectionToLaunchServer 2022-02-25 22:35:12 +01:00
LibDeviceTree
LibDiff
LibDl
LibDSP LibDSP: Allow ProcessorRangeParameter to specify if it's a log value 2022-02-28 13:59:31 +01:00
LibEDID LibEDID: Exclude DMT::MonitorTiming::name() from the Kernel 2022-02-16 22:21:37 +01:00
LibELF Kernel+LibELF+LibVT: Remove unused AK::String header includes 2022-02-16 22:21:37 +01:00
LibFileSystemAccessClient Userland: Rename WindowServerConnection=>ConnectionToWindowServer 2022-02-25 22:35:12 +01:00
LibGemini
LibGfx LibGfx: Don't mix up red/blue channels when blitting RGBA8888 bitmap 2022-03-06 00:15:12 +01:00
LibGL LibGL: Support local viewer light model 2022-03-06 13:20:09 +01:00
LibGUI Base+LibGUI+LibGfx: Improve disabled text readability 2022-03-05 10:25:14 +01:00
LibHTTP
LibImageDecoderClient Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer 2022-02-25 22:35:12 +01:00
LibIMAP
LibIPC Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer 2022-02-25 22:35:12 +01:00
LibJS LibJS: Actually override is_private_identifier() in PrivateIdentifier 2022-03-06 00:49:35 +01:00
LibKeyboard
LibLine LibLine: Update inline search cursor after kill_line (^U) command 2022-02-27 00:14:10 +03:30
LibM
LibMain LibMain: Update header includes 2022-02-26 17:49:58 +00:00
LibMarkdown LibMarkdown: Add terminal color formatting 2022-02-17 19:54:47 +01:00
LibPCIDB
LibPDF
LibProtocol Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer 2022-02-25 22:35:12 +01:00
LibPthread
LibRegex LibRegex: Make codegen+optimisation for alternatives much faster 2022-02-20 11:53:59 +01:00
LibSanitizer
LibSoftGPU LibSoftGPU: Use destination alpha for texture decal function 2022-03-06 01:38:01 +01:00
LibSQL Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer 2022-02-25 22:35:12 +01:00
LibSymbolication
LibSyntax LibGUI+LibSyntax: Stringify Highlighter::Language 2022-02-24 19:09:41 +01:00
LibSystem
LibTest LibTest+Spreadsheet: Add some basic spreadsheet runtime behaviour tests 2022-02-23 03:17:12 +03:30
LibTextCodec
LibThreading
LibTimeZone
LibTLS LibTLS: Add signature verification for DHE and ECDHE key exchange 2022-02-23 13:20:28 +03:30
LibUnicode LibUnicode: Use BCP 47 data to filter valid calendar names 2022-02-16 07:23:07 -05:00
LibUSBDB
LibVideo
LibVT LibVT: Fix crash from integer overflow in text wrapping 2022-02-28 10:29:48 +01:00
LibWasm LibWasm: Fix validation of if-else blocks 2022-02-16 22:48:32 +03:30
LibWeb LibWeb: Respect CSS image-rendering mode when painting canvas elements 2022-03-06 01:51:18 +01:00
LibWebSocket
LibX86
CMakeLists.txt