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-10-23
LibGUI+LibGfx+Base: Make tooltips color theme aware :^)
Andreas Kling
2020-10-23
LibGUI: Make GUI::Label respect the foreground color role
Andreas Kling
2020-10-23
Base: Remove ugly 'Xmas' theme
Andreas Kling
2020-10-23
LibGfx: Filled checked toolbar buttons with a dither pattern
Andreas Kling
2020-10-23
LibGUI: Add some horizontal padding to multi-line IconView item titles
Andreas Kling
2020-10-23
LibGUI: Break IconView item titles into two lines if necessary
Andreas Kling
2020-10-23
rm: Exit with status 0 if stat fails and force is set
Wesley Moore
2020-10-23
LibWeb: Fix Document construction mishap in <template> element
Andreas Kling
2020-10-22
LibLine: Support basic escaped characters in config file
AnotherTest
2020-10-22
AK: Add `GenericLexer::consume_escaped_character()'
AnotherTest
2020-10-22
LibLine: Support multi-character key callbacks
AnotherTest
2020-10-22
LibWeb: Break reference cycles so DOM::Document actually gets deleted
Andreas Kling
2020-10-22
LibWeb: Make sure nodes are adopted when moving between documents
Andreas Kling
2020-10-22
LibWeb: Forget frame selection when changing documents
Andreas Kling
2020-10-22
LibWeb: Remove unused TreeNode::donate_all_children_to()
Andreas Kling
2020-10-22
LibWeb: Use smart pointers between DOM and Layout tree
Andreas Kling
2020-10-22
TmpFS: Don't allow file names longer than NAME_MAX
Andreas Kling
2020-10-22
LibC: Add NAME_MAX (255)
Andreas Kling
2020-10-22
FileManager: Ignore model updates during widget construction
Andreas Kling
2020-10-22
LibWeb: Make Nodes actually ref/unref their Document
Andreas Kling
2020-10-22
FileManager: Update the error label overlay on back/forward navigation
Andreas Kling
2020-10-22
FileManager: Set up the model error/complete callbacks earlier
Andreas Kling
2020-10-22
LibGUI: Tolerate Window::set_icon(nullptr)
Andreas Kling
2020-10-22
Base: Add a manpage for 'printf'
AnotherTest
2020-10-22
Userland: Make `man` provide a `view_width` to `render_for_terminal()'
AnotherTest
2020-10-22
LibJS: Give VM a cache of single-ASCII-character PrimitiveString
Andreas Kling
2020-10-22
LibJS: Simplify environment access a little bit in VM::construct()
Andreas Kling
2020-10-22
LibJS: Shrink sizeof(LexicalEnvironment) by reorganizing members
Andreas Kling
2020-10-22
LibWeb: Add initial implementation of foreign content parsing
Luke
2020-10-22
LibWeb: Add namespace to Element
Luke
2020-10-22
LibWeb: Use modern namespaces and fix clang-format comments in tag names
Luke
2020-10-22
LibGUI: Implement searching/jumping as you type in views
Tom
2020-10-22
LibGUI: Fix scroll_into_view flipping between left/top and right/bottom
Tom
2020-10-22
LibGfx: Add colors for highlight-searching to palette and themes
Tom
2020-10-22
LibGfx: Reduce code duplication in Painter::draw_text
Tom
2020-10-22
AK: Enhance String::contains to allow case-insensitive searches
Tom
2020-10-22
AK: Make Utf8View and Utf32View more consistent
Tom
2020-10-22
LibJS: Support all line terminators (LF, CR, LS, PS)
Linus Groh
2020-10-21
LibCore+WebServer+LibWeb: Make MIME type guesser take a StringView
Andreas Kling
2020-10-21
WebServer: Force "text/html" mimetype for directories with index.html
Andreas Kling
2020-10-21
IPv4: Take the socket lock more (fixes TCP connection to localhost)
Andreas Kling
2020-10-21
TestArray: constexpr_sum using span
Lenny Maiorani
2020-10-21
HashFunctions: constexpr capability
Lenny Maiorani
2020-10-21
TestHashFunctions: Tests to bind hash functionality
Lenny Maiorani
2020-10-20
LibJS: Rest parameter in setter functions is a syntax error
Linus Groh
2020-10-20
LibJS: Move checks for invalid getter/setter params to parse_function_node
Linus Groh
2020-10-20
LibJS: Refactor parse_function_node() bool parameters into bit flags
Linus Groh
2020-10-20
Userland: Run clang-format on tree.cpp
Andreas Kling
2020-10-20
WindowServer: Return some event members by const reference
Andreas Kling
2020-10-20
LibC: Fix a warning when building LibC with -O2
Andreas Kling
[next]