summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-02-09WindowServer: Recompute occlusions and re-render shadows on theme changeTom
2021-02-09LibWeb: Reset the HTML editing cursor blink cycle on arrow key movementAndreas Kling
2021-02-09LibWeb: Remove duplicated locals in EventHandler::handle_mousedown()Andreas Kling
2021-02-09LibGUI: TextEditor widget should default to no wrappingAndreas Kling
2021-02-09WindowServer: Don't render shadow for frameless windowsTom
2021-02-09WindowServer: Try harder to avoid re-rendering window shadowTom
2021-02-09WindowServer: Implement simple window shadowsTom
2021-02-08LanguageServers/Cpp: ParserAutoComplete engine inspects header filesItamar
2021-02-08LanguageServers/Cpp: Use FileDB and AutoCompleteEngine base classItamar
2021-02-08LanguageServers/Cpp: Add FileDB and pass project_root in Greet()Itamar
2021-02-08LibCpp: Start working on a C preprocessorItamar
2021-02-08LibCpp: Include CPP_DEBUG in AK/Debug.hItamar
2021-02-08LibCpp: Parse If statementsItamar
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