index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
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
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
2021-02-08
LanguageServers/Cpp: Add FileDB and pass project_root in Greet()
Itamar
2021-02-08
LibCpp: Start working on a C preprocessor
Itamar
2021-02-08
LibCpp: Include CPP_DEBUG in AK/Debug.h
Itamar
2021-02-08
LibCpp: Parse If statements
Itamar
2021-02-08
LibCpp: Depend on LibSyntax
Itamar
2021-02-08
ping: Replace two magic numbers with ICMP_* macros
Linus Groh
2021-02-08
LibC: Define ICMP header type constants in netinet/ip_icmp.h
Linus Groh
2021-02-08
Revert "DynamicLoader: Remove unnecessary math functions"
Andreas Kling
2021-02-08
WindowServer: Cache rendered window frame in bitmap
Tom
2021-02-08
WindowServer: Calculate transparent frame occlusions
Tom
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-08
Everywhere: Fix obvious dbgln() bugs
AnotherTest
2021-02-08
UserspaceEmulator: Use vdbgln() instead of dbgln() when reporting
AnotherTest
2021-02-08
AK: Clean up includes around printf/vdbgprintf
Ben Wiederhake
2021-02-08
Everywhere: Remove unnecessary headers 1/4
Ben Wiederhake
2021-02-08
Everywhere: Fix weird includes
Ben Wiederhake
2021-02-08
Everywhere: Add semantically-missing includes
Ben Wiederhake
2021-02-08
LibTTF: Check if the given offset plus offset table size would overflow
Luke
2021-02-08
LibJS: Don't assume match for each capture group in RegExp.prototype.exec()
Linus Groh
2021-02-08
LibWeb: Implement Element.getElementsBy{Tag,Class}Name()
Linus Groh
2021-02-08
LibWeb: Make getElementsByClassName() case-insensitive in quirks mode
Linus Groh
2021-02-08
LibWeb: Make getElementsByTagName() case-insensitive for HTML elements
Linus Groh
2021-02-07
LibGUI: Add missing "final" in TextEditor
Andreas Kling
2021-02-07
Shell: Move Shell syntax highlighter LibShell
Andreas Kling
2021-02-07
LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS
Andreas Kling
2021-02-07
LibGfx: Make Palette::color(ColorRole) inline
Andreas Kling
2021-02-07
LibGfx: Make Color(NamedColor) inline and constexpr
Andreas Kling
2021-02-07
LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax
Andreas Kling
2021-02-07
LibGUI+LibCpp: Move C++ syntax highlighter to LibCpp
Andreas Kling
2021-02-07
DynamicLoader: Remove unnecessary math functions
Andreas Kling
2021-02-07
LibLine: Place the search editor prompt at the right line after ^L
AnotherTest
2021-02-07
LibLine: Close the search editor when it's interrupted
AnotherTest
2021-02-07
Shell: Make history index values not fitting in i32 a syntax error
AnotherTest
2021-02-07
WindowServer: Don't close menu when clicking on item with submenu (#5239)
DragonAlex98
2021-02-07
LibWeb: Don't assert on <colgroup> & friends
Andreas Kling
2021-02-07
LibWeb: Reorganize Element::create_layout_node() into a switch
Andreas Kling
2021-02-07
LibWeb: Use any_of() for DOM::Element::has_class()
Andreas Kling
2021-02-07
LibWeb: Use move semantics for QualifiedName more often
Andreas Kling
2021-02-07
LibGfx: Fix global-buffer-overflow in interlaced GIF decode
Andreas Kling
2021-02-07
LibWeb: Honor font sizes specified by CSS
Andreas Kling
2021-02-07
LibJS: Function must mark its home object
Andreas Kling
[next]