summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-11WindowServer: Fix compositing of fullscreen windowLinus Groh
2021-02-11WindowServer: Blit backing bitmap with transparency for hung windowsTom
2021-02-11LibGfx: Painter::blit_filtered should take into account alpha valueTom
2021-02-11WindowServer: Fix clearing area not covered by backing bitmapTom
2021-02-10LanguageServers/Cpp: Autocomplete declarations from included headersItamar
2021-02-10LanguageServers/Cpp: Autocomplete function and struct/class namesItamar
2021-02-10HackStudio: Show notification if 'make' is not availableItamar
2021-02-10NotificationWindow: Set notification text as tooltip contentItamar
2021-02-10WindowServer: Don't re-render the window frame when not neededTom
2021-02-10AK: Make IsUnsigned<T> behave as you would expectAndreas Kling
2021-02-10LibWeb: Relayout document on CharacterData data changeAndreas Kling
2021-02-10LibWeb: Start implementing <input type=text> using a shadow DOMAndreas Kling
2021-02-10LibWeb: Include shadow DOM subtrees in DOM dumpsAndreas Kling
2021-02-10LibWeb: Generate layout nodes for shadow subtreesAndreas Kling
2021-02-10LibWeb: Add a way to make a DOM::Text always editableAndreas Kling
2021-02-10LibWeb: Add DOM::Node::parent_or_shadow_host()Andreas Kling
2021-02-10LibWeb: Add a way to give DOM::Element a ShadowRootAndreas Kling
2021-02-10LibWeb: Add DOM::ShadowRoot to forwarding headerAndreas Kling
2021-02-10LibWeb: Use the DOM::Node::node_name() a bit more in dumpsAndreas Kling
2021-02-10LibJS: Include <typeinfo> in AST.cpp againAndreas Kling
2021-02-10LibWeb: Respect the bgcolor attribute on <marquee> elementsAndreas Kling
2021-02-10LibWeb: Remove WidgetBox layout nodeAndreas Kling
2021-02-10LibWeb+WebContent: Support window.confirm() in OOPWVAndreas Kling
2021-02-10LibWeb: Move window.confirm() to using a PageClient callbackAndreas Kling
2021-02-10LibWeb: Remove low-hanging LibGUI fruit from LibWebAndreas Kling
2021-02-10AK: TypeCasts.h should include Assertions.hAndreas Kling
2021-02-10LibJS: Remove a whole bunch of unnecessary #includesAndreas Kling
2021-02-10LibWeb: Remove a whole bunch of unnecessary #includesAndreas Kling
2021-02-10WindowServer: Fix switching between shadows and no shadows with themesTom
2021-02-10WindowServer: Occlusion calculation fixesTom
2021-02-10AK: Fix build with Clang>=12AnotherTest
2021-02-09Userland: Use INET_ADDRSTRLEN for inet_ntop() buffersLinus Groh
2021-02-09LibWeb+WebContent: Don't relayout page on every scroll eventAndreas Kling
2021-02-09WindowServer: Allow specifying different shadows for menus and tooltipsTom
2021-02-09LibWeb: Make OOPWV resizing flicker-free :^)Andreas Kling
2021-02-09WindowServer: Vertically maximize windowCamisul
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-09Base: Fill in rightmost pixel in crosshair cursorNico Weber
2021-02-09Base: Add 2x versions of most cursorsNico Weber
2021-02-09Kernel: Remove unused root directory computation in Process creationAndreas Kling
2021-02-09Kernel: Convert all *Builder::appendf() => appendff()Andreas Kling
2021-02-09AK: Use StringBuilder::appendff() instead of appendf()Andreas 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