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
2020-05-24
LibWeb: Add "name" to DocumentType nodes
Andreas Kling
2020-05-23
LibWeb: Make hit-testing work with display: inline-block;
Andreas Kling
2020-05-23
LibWeb: Colorize tag names in layout tree dumps + show element IDs
Andreas Kling
2020-05-23
LibWeb: Implement a bit more of DOCTYPE tokenization
Andreas Kling
2020-05-23
Base: Add a really bad, but yummy Slice of Pizza emoji 🍕
Bryan Steele
2020-05-23
LibWeb: Emit character/comment tokens lazily to accumulate more data
Andreas Kling
2020-05-23
Userland: Allow passing a specific HTML file to the "ht" test program
Andreas Kling
2020-05-23
LibJS: Use __APPLE__ instead of __MACH__ for MacOS build
Marcin Gasperowicz
2020-05-23
LibLine: Default to resetting styles when a cell has no styles set
AnotherTest
2020-05-23
LibC: Move ssize_t from <stddef.h> to <sys/types.h>
Andreas Kling
2020-05-23
LibJS: Add Array.prototype.reduce() (#2334)
Marcin Gasperowicz
2020-05-23
LibJS: Treat NaN in Value::to_i32() as zero
Linus Groh
2020-05-23
Base: Add red heart emoji ❤️
Spencer Dixon
2020-05-23
Kernel: Use TypedMapping for accessing IOAPIC registers
Andreas Kling
2020-05-23
Kernel: Add non-const version of TypedMapping::operator->()
Andreas Kling
2020-05-23
Kernel: Oops, we need to use map_typed_writable() for write access :^)
Andreas Kling
2020-05-23
Kernel: Use TypedMappings when looking for APIC information
Andreas Kling
2020-05-23
Build: Make Lagom build under macOS (#2341)
Marcin Gasperowicz
2020-05-23
Kernel+LibC: Fix various build issues introduced by ssize_t
Andreas Kling
2020-05-23
Kernel: Use TypedMappings in the very unfinished APIC code
Andreas Kling
2020-05-23
Kernel+LibC: Let's say that off_t is a ssize_t
Andreas Kling
2020-05-23
LibWeb: Make BEGIN_STATE and END_STATE include some {{{ and }}}
Andreas Kling
2020-05-23
Kernel: Add missing casts when calling AK::min()
Andreas Kling
2020-05-23
AK: Fix inconsistent signature for dbgputstr()
Andreas Kling
2020-05-23
LibC: Declare ssize_t in a platform-agnostic way
Andreas Kling
2020-05-23
Kernel: Tweak some suspicious casts in InterruptManagement
Andreas Kling
2020-05-23
Kernel: Dont't static_assert that size_t is 32-bit :^)
Andreas Kling
2020-05-23
Kernel: Use a FlatPtr for the "argument" to ioctl()
Andreas Kling
2020-05-23
Kernel: Simplify MP table parser a little bit more
Andreas Kling
2020-05-23
Kernel: Make dump_backtrace_impl() take base pointer as a FlatPtr
Andreas Kling
2020-05-23
AK: Simplify Types.h a little bit
Andreas Kling
2020-05-23
AK: Add MakeSigned<T> helper template
Andreas Kling
2020-05-23
AK: Allow NumericLimits.h to compile in a kernel context
Andreas Kling
2020-05-23
Browser: An anchor link should open in a new tab when required
FalseHonesty
2020-05-23
LibWeb: Fix HtmlView not scrolling to a url's anchor on page load
FalseHonesty
2020-05-23
AK: Fix URL::complete_url behaviour for when a fragment is passed
FalseHonesty
2020-05-23
LibWeb: Add missing END_STATE for TagName
Andreas Kling
2020-05-23
LibWeb: Teach HTMLTokenizer how to tokenize comments
Andreas Kling
2020-05-23
LibLine: Make the comments follow the project style
AnotherTest
2020-05-23
LibLine: Properly paginate suggestions in XtermSuggestionDisplay
AnotherTest
2020-05-23
Userland/js: Do not construct a full CompletionSuggestion just to compare aga...
AnotherTest
2020-05-23
LibLine: Add a constructor for CompletionSuggestions purely for comparison
AnotherTest
2020-05-23
LibLine: Refactor suggestion handling and display logic out
AnotherTest
2020-05-23
LibLine: Correctly handle multibyte codepoints in suggestions
AnotherTest
2020-05-23
Shell: Take whitespace into account when suggesting tokens
AnotherTest
2020-05-23
LibLine: Make suggest() utf8-aware
AnotherTest
2020-05-23
LibGUI: Improve double click selection on documents without spans
FalseHonesty
2020-05-23
Browser: Add "Paste & Go" action to the location box
FalseHonesty
2020-05-23
LibWeb: Teach HTMLTokenizer how to tokenize attributes
Andreas Kling
2020-05-23
LibJS: Add missing exception check to ArrayPrototype's for_each_item()
Linus Groh
[prev]
[next]