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: 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
2021-02-09
WindowServer: Vertically maximize window
Camisul
2021-02-09
WindowServer: Recompute occlusions and re-render shadows on theme change
Tom
2021-02-09
LibWeb: Reset the HTML editing cursor blink cycle on arrow key movement
Andreas Kling
2021-02-09
LibWeb: Remove duplicated locals in EventHandler::handle_mousedown()
Andreas Kling
2021-02-09
LibGUI: TextEditor widget should default to no wrapping
Andreas Kling
2021-02-09
Base: Fill in rightmost pixel in crosshair cursor
Nico Weber
2021-02-09
Base: Add 2x versions of most cursors
Nico Weber
2021-02-09
Kernel: Remove unused root directory computation in Process creation
Andreas Kling
2021-02-09
Kernel: Convert all *Builder::appendf() => appendff()
Andreas Kling
2021-02-09
AK: Use StringBuilder::appendff() instead of appendf()
Andreas Kling
2021-02-09
WindowServer: Don't render shadow for frameless windows
Tom
2021-02-09
WindowServer: Try harder to avoid re-rendering window shadow
Tom
2021-02-09
WindowServer: Implement simple window shadows
Tom
2021-02-08
LanguageServers/Cpp: ParserAutoComplete engine inspects header files
Itamar
2021-02-08
LanguageServers/Cpp: Use FileDB and AutoCompleteEngine base class
Itamar
[next]