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-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
2020-05-22
LibC: Sync file position when dropping read ahead buffer
Sergey Bugaev
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
LibJS: Add object literal getter/setter shorthand
Matthew Olsson
2020-05-22
LibJS: Disallow multiple parameters in paren-less arrow function
Linus Groh
2020-05-21
LibJS: Add getter/setter support
Matthew Olsson
2020-05-21
LibJS: Refactor Array.prototype callback functions and make them generic
Linus Groh
2020-05-21
LibJS: Treat missing arg in Array.prototype.includes() as undefined
Linus Groh
2020-05-21
LibLine: Hide debug output behind SUGGESTIONS_DEBUG define
Linus Groh
2020-05-21
LibGUI: Add hook when a context menu is requested on a tab
FalseHonesty
2020-05-21
LibGUI: Fix view column auto-sizing of icon-only columns
Andreas Kling
2020-05-21
LibGUI: Remove Model::row_name() since nothing used it
Andreas Kling
2020-05-21
LibGUI: Make all views use CenterLeft as the default text alignment
Andreas Kling
2020-05-21
LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing
Andreas Kling
2020-05-21
LibGUI: Replace ColumnMetadata::sortable => Model::is_column_sortable()
Andreas Kling
2020-05-21
LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadata
Andreas Kling
2020-05-21
LibGUI: Models should always specify font via Model::Role::Font
Andreas Kling
2020-05-21
LibJS: Add Array.prototype.every
Luke
2020-05-21
LibGUI: Always paint the cursor visible when focusing a TextEditor
Andreas Kling
[next]