summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-11-24LibGUI: Remove redundant set_title() call in FilePicker (#4153)Zac
2020-11-23LibGUI: Widget::action_for_key_event() should fail for invalid shortcuts (#4137)Jakub Berkop
2020-11-23LibIPC: Support sending file descriptors :^)Sergey Bugaev
2020-11-23LibIPC: Prepend each message with its sizeSergey Bugaev
2020-11-23LibGUI: Set FilePicker window icon based on mode (#4148)Zac
2020-11-22LibJS: Forward receiver value to native property getters/settersLinus Groh
2020-11-22LibJS: Make call_native_property_{g,s}etter() take a NativeProperty&Linus Groh
2020-11-22LibWeb: Add the submit event to HTMLFormElementLuke
2020-11-22LibWeb: Add HTML::EventNames and UIEvents::EventNamesLuke
2020-11-22LibWeb: Expose ParentNode.{first,last}ElementChildLuke
2020-11-22LibWeb: Make event dispatching spec-compliantLuke
2020-11-22LibWeb: Fix build with DEBUG_HIGHLIGHT_FOCUSED_FRAMEAndreas Kling
2020-11-22LibGUI: Fix undo stackBenJilks
2020-11-22LibGfx: Add BMPWriterBenJilks
2020-11-22LibWeb: Rename LayoutNode classes and move them into Layout namespaceAndreas Kling
2020-11-22LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node()Andreas Kling
2020-11-22LibWeb: Run clang-format on FormattingContext.hAndreas Kling
2020-11-22LibWeb: Reorganize layout system in terms of formatting contextsAndreas Kling
2020-11-22LibWeb: Avoid some heap churn during text splittingAndreas Kling
2020-11-22LibJS: Fix build with VM_DEBUG definedLuke
2020-11-20LibGfx: Make some GIFLoader magic numbers a bit less magicNico Weber
2020-11-20LibGfx: Put GIFLoader logging behind GIF_DEBUGNico Weber
2020-11-20LibGfx: De-constexpr Gamma.hNico Weber
2020-11-19LibWeb: Remove ancient HTML_DEBUG debug loggingAndreas Kling
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