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-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
2021-02-07
LibGfx: Don't reject valid GIF animations with interlaced frames
Andreas Kling
2021-02-06
LibWeb: Anonymous table cells should have colspan=1
Andreas Kling
2021-02-06
UserspaceEmulator: Implement a proper VM allocator
Andreas Kling
2021-02-06
UserspaceEmulator: Stub out virt$msyscall()
Andreas Kling
2021-02-06
Kernel: Use the resolved parent path when testing create veil (#5231)
William Bowling
2021-02-06
LookupServer: Unify DNSRequest & DNSResponse
Sergey Bugaev
2021-02-06
LookupServer: Rename DNSPacket -> DNSPacketHeader
Sergey Bugaev
2021-02-06
LookupServer+LibC: Pass IP addresses in binary
Sergey Bugaev
2021-02-06
LookupServer: Switch to LibIPC :^)
Sergey Bugaev
2021-02-06
LookupServer: Move into `LookupServer` namespace
Sergey Bugaev
2021-02-06
Profiler: Display timing information in ProfileTimelineWidget
Sahan Fernando
2021-02-05
LibJS: GlobalObject must mark builtin prototypes
Andreas Kling
2021-02-05
LibM: Implement nextafter() and nexttoward()
Andreas Kling
[next]