summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-02-08LibCpp: Depend on LibSyntaxItamar
2021-02-08ping: Replace two magic numbers with ICMP_* macrosLinus Groh
2021-02-08LibC: Define ICMP header type constants in netinet/ip_icmp.hLinus Groh
2021-02-08Revert "DynamicLoader: Remove unnecessary math functions"Andreas Kling
2021-02-08WindowServer: Cache rendered window frame in bitmapTom
2021-02-08WindowServer: Calculate transparent frame occlusionsTom
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-02-08Everywhere: Fix obvious dbgln() bugsAnotherTest
2021-02-08UserspaceEmulator: Use vdbgln() instead of dbgln() when reportingAnotherTest
2021-02-08AK: Clean up includes around printf/vdbgprintfBen Wiederhake
2021-02-08Everywhere: Remove unnecessary headers 1/4Ben Wiederhake
2021-02-08Everywhere: Fix weird includesBen Wiederhake
2021-02-08Everywhere: Add semantically-missing includesBen Wiederhake
2021-02-08LibTTF: Check if the given offset plus offset table size would overflowLuke
2021-02-08LibJS: Don't assume match for each capture group in RegExp.prototype.exec()Linus Groh
2021-02-08LibWeb: Implement Element.getElementsBy{Tag,Class}Name()Linus Groh
2021-02-08LibWeb: Make getElementsByClassName() case-insensitive in quirks modeLinus Groh
2021-02-08LibWeb: Make getElementsByTagName() case-insensitive for HTML elementsLinus Groh
2021-02-07LibGUI: Add missing "final" in TextEditorAndreas Kling
2021-02-07Shell: Move Shell syntax highlighter LibShellAndreas Kling
2021-02-07LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJSAndreas Kling
2021-02-07LibGfx: Make Palette::color(ColorRole) inlineAndreas Kling
2021-02-07LibGfx: Make Color(NamedColor) inline and constexprAndreas Kling
2021-02-07LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntaxAndreas Kling
2021-02-07LibGUI+LibCpp: Move C++ syntax highlighter to LibCppAndreas Kling
2021-02-07DynamicLoader: Remove unnecessary math functionsAndreas Kling
2021-02-07LibLine: Place the search editor prompt at the right line after ^LAnotherTest
2021-02-07LibLine: Close the search editor when it's interruptedAnotherTest
2021-02-07Shell: Make history index values not fitting in i32 a syntax errorAnotherTest
2021-02-07WindowServer: Don't close menu when clicking on item with submenu (#5239)DragonAlex98
2021-02-07LibWeb: Don't assert on <colgroup> & friendsAndreas Kling
2021-02-07LibWeb: Reorganize Element::create_layout_node() into a switchAndreas Kling
2021-02-07LibWeb: Use any_of() for DOM::Element::has_class()Andreas Kling
2021-02-07LibWeb: Use move semantics for QualifiedName more oftenAndreas Kling
2021-02-07LibGfx: Fix global-buffer-overflow in interlaced GIF decodeAndreas Kling
2021-02-07LibWeb: Honor font sizes specified by CSSAndreas Kling
2021-02-07LibJS: Function must mark its home objectAndreas Kling
2021-02-07LibGfx: Don't reject valid GIF animations with interlaced framesAndreas Kling
2021-02-06LibWeb: Anonymous table cells should have colspan=1Andreas Kling
2021-02-06UserspaceEmulator: Implement a proper VM allocatorAndreas Kling
2021-02-06UserspaceEmulator: Stub out virt$msyscall()Andreas Kling
2021-02-06Kernel: Use the resolved parent path when testing create veil (#5231)William Bowling
2021-02-06LookupServer: Unify DNSRequest & DNSResponseSergey Bugaev
2021-02-06LookupServer: Rename DNSPacket -> DNSPacketHeaderSergey Bugaev
2021-02-06LookupServer+LibC: Pass IP addresses in binarySergey Bugaev
2021-02-06LookupServer: Switch to LibIPC :^)Sergey Bugaev
2021-02-06LookupServer: Move into `LookupServer` namespaceSergey Bugaev
2021-02-06Profiler: Display timing information in ProfileTimelineWidgetSahan Fernando
2021-02-05LibJS: GlobalObject must mark builtin prototypesAndreas Kling
2021-02-05LibM: Implement nextafter() and nexttoward()Andreas Kling