index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-05-24
LibGfx: Add Painter::fill_ellipse()
Sergey Bugaev
2020-05-24
LibJS: Use the new math constants
Sergey Bugaev
2020-05-24
LibM: Add M_SQRT2 and M_SQRT1_2
Sergey Bugaev
2020-05-24
LibJS: add Array.prototype.reduceRight()
Marcin Gasperowicz
2020-05-24
LibJS: Refactor Accessor
Linus Groh
2020-05-24
LibWeb: Fix copy-paste error in HTMLDocumentParser (#2358)
Daniel Gustafsson
2020-05-24
LibDebug: Make sure to not single step the program twice
Itamar
2020-05-24
LibDebug: Tolerate missing debug information
Itamar
2020-05-24
LibWeb: Improve support for white-space CSS property (#2348)
Jack Byrne
2020-05-24
LibWeb: HtmlTokenizer.cpp: fix ON_WHITESPACE macro
Emanuele Torre
2020-05-24
LibWeb: Add hook to HtmlView when a new document is set
FalseHonesty
2020-05-24
Browser: Add JS Console
FalseHonesty
2020-05-24
LibGUI: Use word breaks to intelligently navigate a TextEditor
FalseHonesty
2020-05-24
LibGUI: Add word break locator methods to TextDocument
FalseHonesty
2020-05-24
LibWeb: Implement enough HTML parsing to handle a small simple DOM :^)
Andreas Kling
2020-05-24
LibWeb: Start building the tree building part of the new HTML parser
Andreas Kling
2020-05-24
LibWeb: Add HTMLFormElement to forwarding header
Andreas Kling
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
LibWeb: Emit character/comment tokens lazily to accumulate more data
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
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+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
LibC: Declare ssize_t in a platform-agnostic way
Andreas Kling
2020-05-23
LibWeb: Fix HtmlView not scrolling to a url's anchor on page load
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
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
LibLine: Make suggest() utf8-aware
AnotherTest
2020-05-23
LibGUI: Improve double click selection on documents without spans
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
LibC: Add (empty) netinet/tcp.h back
Linus Groh
2020-05-22
LibWeb: Minor tweaks to HTMLToken declaration
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
[next]