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-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
2020-05-23
LibJS: Fix Array.prototype.lastIndexOf() implementation
Linus Groh
2020-05-23
LibJS: Treat missing arg in Array.prototype.{indexOf,lastIndexOf}() as undefined
Linus Groh
2020-05-22
AK: Fix .. handling in FileSystemPath
Sergey Bugaev
2020-05-22
LibC: Add (empty) netinet/tcp.h back
Linus Groh
2020-05-22
LibWeb: Minor tweaks to HTMLToken declaration
Andreas Kling
2020-05-22
Userland: Add a missing license header
Andreas Kling
2020-05-22
LibWeb: Begin work on a spec-compliant HTML parser
Andreas Kling
2020-05-22
LibWeb: Move Attribute to its own header file
Andreas Kling
2020-05-22
LibC: Sync file position when dropping read ahead buffer
Sergey Bugaev
2020-05-22
Kernel: Return ESPIPE when seeking an unseekable
Sergey Bugaev
2020-05-22
Browser: Pop up a context menu when requested on a bookmark button
FalseHonesty
2020-05-22
LibGUI: Add hook when a context menu is requested on a button
FalseHonesty
2020-05-22
LibJS: Make Array.prototype.{join,toString}() generic
Linus Groh
2020-05-22
LibJS: Make Array.prototype.pop() generic
Linus Groh
2020-05-22
LibJS: Make Array.prototype.push() generic
Linus Groh
2020-05-22
LibJS: Let Array.prototype.join() ignore additional arguments
Linus Groh
2020-05-22
PixelPaint: Make the EllipseTool previews work while zoomed in
Andreas Kling
2020-05-22
PixelPaint: Make the RectangleTool previews work while zoomed in
Andreas Kling
2020-05-22
PixelPaint: Make the LineTool previews work while zoomed in
Andreas Kling
2020-05-22
Kernel: Remove some now-unnecessary casts in ProcFS
Andreas Kling
2020-05-22
AK: Make JsonValue and JsonObjectSerializer speak int/long/long long
Andreas Kling
2020-05-22
Kernel: Remove outdated FIXME's in the static ACPI parser
Andreas Kling
[next]