summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-11-19TextEditor: Change cursor behaviour when clicking empty spaceZac
2020-11-19LibGUI: Remove AbstractTableView::doubleclick_event()Andreas Kling
2020-11-19LibGfx: Use gamma-corrected interpolation for color gradientsSahan Fernando
2020-11-19LibGfx: Bounds check component indices before using them in JPGLoaderNico Weber
2020-11-19LibGfx: Check for read failures after every read in jpg loaderNico Weber
2020-11-19LibGfx: Put remaining jpg logging behind JPG_DEBUGNico Weber
2020-11-19LibGfx: Move JPGLoader to a more regular JPG_DEBUG macro as used elsewhereNico Weber
2020-11-19LibGfx: Put PPM logs behind (default-off) PPM_DEBUGNico Weber
2020-11-17LibX86: Pack the Instruction data structureAndreas Kling
2020-11-17LibM: Define some floating point classification macrosry755
2020-11-16LibC: Notify UE at the start of free() instead of at the endAndreas Kling
2020-11-16LibTLS: Count the mac size towards the packet length in CBC modeAnotherTest
2020-11-16LibDebug: Use FlyString for file pathsAndreas Kling
2020-11-16LibDebug: Avoid creating the String("serenity/") a bazillion timesAndreas Kling
2020-11-15LibGUI/FileIconProvider: Add config file and use patternsLinus Groh
2020-11-15LibDebug: Oops, file:line info should have '/' between directory & fileAndreas Kling
2020-11-15LibDebug: Use StringBuilder in append_to_line_info()Andreas Kling
2020-11-15Everywhere: Add missing <AK/ByteBuffer.h> includesAndreas Kling
2020-11-15LibGfx: Don't leak malloc memory in cloned fontsAndreas Kling
2020-11-15LibC: Ensure mkstemp generates a pattern 6 characters in lengthBrendan Coles
2020-11-14LibC: Move some of malloc's data structures into mallocdefs.hAndreas Kling
2020-11-14LibC: strtok_r() should not go past the last tokenAndreas Kling
2020-11-14LibC: Fix OOB access in strerror() with invalid inputAndreas Kling
2020-11-14LibTLS: Add support for AEAD cipher suitesAnotherTest
2020-11-14LibCrypto: Implement GCM modeAnotherTest
2020-11-14LibCrypto: Move out 'VerificationConsistency' into its own header fileAnotherTest
2020-11-14LibCrypto: Templatise CTR<T> on the increment functionAnotherTest
2020-11-14LibWeb: Use standardized encoding names, add encoding attribute to documentLuke
2020-11-14LibTextCodec: Add a function to convert encodings to standardized namesLuke
2020-11-14LibGUI: Make FileIconProvider aware of all supported image formatsLinus Groh
2020-11-14LibGUI: Add more extensions to FileIconProviderLinus Groh
2020-11-14LibGfx: Make Bitmap path handling case insensitiveLinus Groh
2020-11-13LibGfx: Fail PPM decode if there's not enough pixel data in the inputAndreas Kling
2020-11-13LibGfx: Add missing stream error handling in GIF frame descriptor parseAndreas Kling
2020-11-13LibGfx: Refuse to decode PNG images with geometry outside i32 boundsAndreas Kling
2020-11-13LibC: Adjust malloc size classes to ensure 8-byte aligned pointersAndreas Kling
2020-11-13LibWeb: Add default values of URL and content type in documentLuke
2020-11-13LibWeb: Add initial implementation of document.implementationLuke
2020-11-13LibWeb: Add contentType attribute to DocumentLuke
2020-11-12LibWeb: Make Frame point weakly to PageAndreas Kling
2020-11-12LibJS: Handle symbol PropertyName in primitive assignment errorLinus Groh
2020-11-12LibWeb: Add almost all obsolete but required IDL attributesLuke
2020-11-12InputFileStream: Incorrectly defaulted constructorLenny Maiorani
2020-11-12LibJS/Tests: Use canParseSource() for toEval()Linus Groh
2020-11-12LibJS: Run prettier on test-common.jsLinus Groh
2020-11-12LibJS: Throw TypeError when calling class constructor without 'new'Linus Groh
2020-11-12LibJS: Refactor ScriptFunction::call() a bitLinus Groh
2020-11-11LibGUI: Set vertical distance between icons relative to scroll valueAmusedNetwork
2020-11-11LibWeb: Advertise to servers that we support gzip encodingLuke
2020-11-11LibWeb: Move innerText from DOM::Element to HTML::HTMLElementLuke