summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-05-14LibGUI: Resize GUI::HeaderView section vector to final size immediatelyAndreas Kling
2021-05-14LibTLS: Actually verify the certificatsAli Mohammad Pur
2021-05-14LibCrypto+LibTLS: Avoid unaligned reads and writesAli Mohammad Pur
2021-05-14LibCrypto: Do not assume that the passed in IV is as long as a blockAli Mohammad Pur
2021-05-14LibJS: Make sure all allocators are 8-byte alignedAndrew Kaster
2021-05-13LibJS: Ensure function declarations don't leak outside function scopesLinus Groh
2021-05-13LibJS/Tests: Add details for toBeTrue() / toBeFalse() expectation errorLinus Groh
2021-05-13LibJS/Tests: Add details for toThrowWithMessage did-not-throw caseLinus Groh
2021-05-13LibJS/Tests: Add prefix to toThrowWithMessage expectation error detailsLinus Groh
2021-05-13LibCore+Inspector: Reverse the direction of Inspector connectionsAndreas Kling
2021-05-13LibGfx+Demos: Make Matrix4x4 a true alias for Matrix<4,T>Stephan Unverwerth
2021-05-13LibGfx: Make Matrix class consistently row-majorStephan Unverwerth
2021-05-13LibWasm: Stub out/implement parsing of all ElementSection segmentsAli Mohammad Pur
2021-05-13LibWasm: Add basic support for module instantiation and execution stubsAli Mohammad Pur
2021-05-13LibWasm: Make the Module ctor generate a list of module functionsAli Mohammad Pur
2021-05-13LibWasm: Implement parsing of the DataCount sectionAli Mohammad Pur
2021-05-13LibWasm: Add a module pretty printerAli Mohammad Pur
2021-05-13LibWasm: Un-nest the structured instructionsAli Mohammad Pur
2021-05-13LibCrypto: Reduce the UnsignedBigInteger inline size to 32 wordsDexesTTP
2021-05-13LibCrypto: Add the montgomery modular power algorithmDexesTTP
2021-05-13LibCrypto: Add a += operation to UnsignedBigIntegerAlgorithmsDexesTTP
2021-05-13LibCrypto: Add the UnsignedBigInteger::Word aliasDexesTTP
2021-05-13LibCrypto: Split BigInteger operations into an Algorithms classDexesTTP
2021-05-13LibCrypto: Fix an out-of-bounds access in UnsignedBigIntegerDexesTTP
2021-05-13LibTLS: Enable -Wvla for LibTLSAli Mohammad Pur
2021-05-13LibTLS: Remove all uses of VLAsAli Mohammad Pur
2021-05-13LibCrypto: Enable -Wvla for LibCryptoAli Mohammad Pur
2021-05-13LibCrypto: Remove all uses of VLAsAli Mohammad Pur
2021-05-13LibWeb: Propagate body background properties to root HTML elementTimothy Flynn
2021-05-13LibWeb: Fix off-by-one for alphabetical markers in <ol>sTobias Christiansen
2021-05-13LibGL: SoftwareRasterizer: Use perspective correct interpolationStephan Unverwerth
2021-05-13LibGL: Generate coverage and depth masks in the software rasterizerStephan Unverwerth
2021-05-13LibGL: Use integer math in rasterizer coverage calculationsStephan Unverwerth
2021-05-13LibGfx: Add Vector2 classStephan Unverwerth
2021-05-13LibGfx: Add component wise * and / operators to Vector3 and Vector4Stephan Unverwerth
2021-05-13LibGUI/Splitter: Support setting minimum resizee sizeJelle Raaijmakers
2021-05-12LibCore: Add unit to Core::Timer interval argumentssin-ack
2021-05-12Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0sin-ack
2021-05-12LibGUI: Never resolve Key_Invalid to a GUI::ActionAndreas Kling
2021-05-12LibGUI: Move action-from-key-event code to a separate functionAndreas Kling
2021-05-12Kernel+LibC: Make get_dir_entries syscall retriableMart G
2021-05-12LibCore: Don't use has_flag() with multiple flags (OpenMode::ReadWrite)Ali Mohammad Pur
2021-05-12LibCore+Everywhere: Move SeekMode out of IODeviceAli Mohammad Pur
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-12LibWeb: Position the ListItemMarkers according to their widthTobias Christiansen
2021-05-12LibWeb: Remove unused alphabet constants from ListItemMarkerBoxTobias Christiansen
2021-05-12LibWeb: Move clearing boxes below preceding floating boxesTimothy Flynn
2021-05-12RequestServer: Only attempt to flush() on a timerAli Mohammad Pur
2021-05-12LibTLS: Always send the signature_algorithms extensionAli Mohammad Pur
2021-05-11LibJS: Make super() in catch block workLinus Groh