summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-11WindowServer: Allow different shadows for active/inactive windowsTom
2021-02-11Kernel: Don't call Thread::set_should_die() twice on every threadAndreas Kling
2021-02-11LibC: Remove FIXME spam in setlocale()Andreas Kling
2021-02-11Ext2FS: Convert #if EXT2_DEBUG => dbgln_if() and constexpr-ifAndreas Kling
2021-02-11Kernel: Remove an unnecessary InterruptDisabler in early initializationAndreas Kling
2021-02-11Ext2FS: Shrink Ext2FSDirectoryEntry from 16 to 12 bytesAndreas Kling
2021-02-11Kernel: Remove CMake spam when setting up KUBSAN flagsAndreas Kling
2021-02-11Kernel: Oops, add missing #include to fix ENABLE_ALL_THE_DEBUG_MACROSAndreas Kling
2021-02-11Kernel: Remove a handful of unused things in VM/ directoryAndreas Kling
2021-02-11Kernel: Add explicit __serenity__ define to workaround CLion problemAndreas Kling
2021-02-11Kernel: Fix undefined signed overflow in KernelRng's RTC fallbackJean-Baptiste Boric
2021-02-11Kernel: Don't assert if RTC believes we're in the pastJean-Baptiste Boric
2021-02-11KUBSAN: Add nearly all missing -fsanitize handlers (#5254)Hendiadyoin1
2021-02-11LibGUI: Use Core::FileWatcher in FileSystemModelDexesTTP
2021-02-11LibCore: Added FileWatcher, a binding for the watch_file syscallDexesTTP
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