index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-02-11
WindowServer: Allow different shadows for active/inactive windows
Tom
2021-02-11
Kernel: Don't call Thread::set_should_die() twice on every thread
Andreas Kling
2021-02-11
LibC: Remove FIXME spam in setlocale()
Andreas Kling
2021-02-11
Ext2FS: Convert #if EXT2_DEBUG => dbgln_if() and constexpr-if
Andreas Kling
2021-02-11
Kernel: Remove an unnecessary InterruptDisabler in early initialization
Andreas Kling
2021-02-11
Ext2FS: Shrink Ext2FSDirectoryEntry from 16 to 12 bytes
Andreas Kling
2021-02-11
Kernel: Remove CMake spam when setting up KUBSAN flags
Andreas Kling
2021-02-11
Kernel: Oops, add missing #include to fix ENABLE_ALL_THE_DEBUG_MACROS
Andreas Kling
2021-02-11
Kernel: Remove a handful of unused things in VM/ directory
Andreas Kling
2021-02-11
Kernel: Add explicit __serenity__ define to workaround CLion problem
Andreas Kling
2021-02-11
Kernel: Fix undefined signed overflow in KernelRng's RTC fallback
Jean-Baptiste Boric
2021-02-11
Kernel: Don't assert if RTC believes we're in the past
Jean-Baptiste Boric
2021-02-11
KUBSAN: Add nearly all missing -fsanitize handlers (#5254)
Hendiadyoin1
2021-02-11
LibGUI: Use Core::FileWatcher in FileSystemModel
DexesTTP
2021-02-11
LibCore: Added FileWatcher, a binding for the watch_file syscall
DexesTTP
2021-02-11
WindowServer: Fix compositing of fullscreen window
Linus Groh
2021-02-11
WindowServer: Blit backing bitmap with transparency for hung windows
Tom
2021-02-11
LibGfx: Painter::blit_filtered should take into account alpha value
Tom
2021-02-11
WindowServer: Fix clearing area not covered by backing bitmap
Tom
2021-02-10
LanguageServers/Cpp: Autocomplete declarations from included headers
Itamar
2021-02-10
LanguageServers/Cpp: Autocomplete function and struct/class names
Itamar
2021-02-10
HackStudio: Show notification if 'make' is not available
Itamar
2021-02-10
NotificationWindow: Set notification text as tooltip content
Itamar
2021-02-10
WindowServer: Don't re-render the window frame when not needed
Tom
2021-02-10
AK: Make IsUnsigned<T> behave as you would expect
Andreas Kling
2021-02-10
LibWeb: Relayout document on CharacterData data change
Andreas Kling
2021-02-10
LibWeb: Start implementing <input type=text> using a shadow DOM
Andreas Kling
2021-02-10
LibWeb: Include shadow DOM subtrees in DOM dumps
Andreas Kling
2021-02-10
LibWeb: Generate layout nodes for shadow subtrees
Andreas Kling
2021-02-10
LibWeb: Add a way to make a DOM::Text always editable
Andreas Kling
2021-02-10
LibWeb: Add DOM::Node::parent_or_shadow_host()
Andreas Kling
2021-02-10
LibWeb: Add a way to give DOM::Element a ShadowRoot
Andreas Kling
2021-02-10
LibWeb: Add DOM::ShadowRoot to forwarding header
Andreas Kling
2021-02-10
LibWeb: Use the DOM::Node::node_name() a bit more in dumps
Andreas Kling
2021-02-10
LibJS: Include <typeinfo> in AST.cpp again
Andreas Kling
2021-02-10
LibWeb: Respect the bgcolor attribute on <marquee> elements
Andreas Kling
2021-02-10
LibWeb: Remove WidgetBox layout node
Andreas Kling
2021-02-10
LibWeb+WebContent: Support window.confirm() in OOPWV
Andreas Kling
2021-02-10
LibWeb: Move window.confirm() to using a PageClient callback
Andreas Kling
2021-02-10
LibWeb: Remove low-hanging LibGUI fruit from LibWeb
Andreas Kling
2021-02-10
AK: TypeCasts.h should include Assertions.h
Andreas Kling
2021-02-10
LibJS: Remove a whole bunch of unnecessary #includes
Andreas Kling
2021-02-10
LibWeb: Remove a whole bunch of unnecessary #includes
Andreas Kling
2021-02-10
WindowServer: Fix switching between shadows and no shadows with themes
Tom
2021-02-10
WindowServer: Occlusion calculation fixes
Tom
2021-02-10
AK: Fix build with Clang>=12
AnotherTest
2021-02-09
Userland: Use INET_ADDRSTRLEN for inet_ntop() buffers
Linus Groh
2021-02-09
LibWeb+WebContent: Don't relayout page on every scroll event
Andreas Kling
2021-02-09
WindowServer: Allow specifying different shadows for menus and tooltips
Tom
2021-02-09
LibWeb: Make OOPWV resizing flicker-free :^)
Andreas Kling
[next]