summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-23LibGUI+LibGfx+Base: Make tooltips color theme aware :^)Andreas Kling
2020-10-23LibGUI: Make GUI::Label respect the foreground color roleAndreas Kling
2020-10-23Base: Remove ugly 'Xmas' themeAndreas Kling
2020-10-23LibGfx: Filled checked toolbar buttons with a dither patternAndreas Kling
2020-10-23LibGUI: Add some horizontal padding to multi-line IconView item titlesAndreas Kling
2020-10-23LibGUI: Break IconView item titles into two lines if necessaryAndreas Kling
2020-10-23rm: Exit with status 0 if stat fails and force is setWesley Moore
2020-10-23LibWeb: Fix Document construction mishap in <template> elementAndreas Kling
2020-10-22LibLine: Support basic escaped characters in config fileAnotherTest
2020-10-22AK: Add `GenericLexer::consume_escaped_character()'AnotherTest
2020-10-22LibLine: Support multi-character key callbacksAnotherTest
2020-10-22LibWeb: Break reference cycles so DOM::Document actually gets deletedAndreas Kling
2020-10-22LibWeb: Make sure nodes are adopted when moving between documentsAndreas Kling
2020-10-22LibWeb: Forget frame selection when changing documentsAndreas Kling
2020-10-22LibWeb: Remove unused TreeNode::donate_all_children_to()Andreas Kling
2020-10-22LibWeb: Use smart pointers between DOM and Layout treeAndreas Kling
2020-10-22TmpFS: Don't allow file names longer than NAME_MAXAndreas Kling
2020-10-22LibC: Add NAME_MAX (255)Andreas Kling
2020-10-22FileManager: Ignore model updates during widget constructionAndreas Kling
2020-10-22LibWeb: Make Nodes actually ref/unref their DocumentAndreas Kling
2020-10-22FileManager: Update the error label overlay on back/forward navigationAndreas Kling
2020-10-22FileManager: Set up the model error/complete callbacks earlierAndreas Kling
2020-10-22LibGUI: Tolerate Window::set_icon(nullptr)Andreas Kling
2020-10-22Base: Add a manpage for 'printf'AnotherTest
2020-10-22Userland: Make `man` provide a `view_width` to `render_for_terminal()'AnotherTest
2020-10-22LibJS: Give VM a cache of single-ASCII-character PrimitiveStringAndreas Kling
2020-10-22LibJS: Simplify environment access a little bit in VM::construct()Andreas Kling
2020-10-22LibJS: Shrink sizeof(LexicalEnvironment) by reorganizing membersAndreas Kling
2020-10-22LibWeb: Add initial implementation of foreign content parsingLuke
2020-10-22LibWeb: Add namespace to ElementLuke
2020-10-22LibWeb: Use modern namespaces and fix clang-format comments in tag namesLuke
2020-10-22LibGUI: Implement searching/jumping as you type in viewsTom
2020-10-22LibGUI: Fix scroll_into_view flipping between left/top and right/bottomTom
2020-10-22LibGfx: Add colors for highlight-searching to palette and themesTom
2020-10-22LibGfx: Reduce code duplication in Painter::draw_textTom
2020-10-22AK: Enhance String::contains to allow case-insensitive searchesTom
2020-10-22AK: Make Utf8View and Utf32View more consistentTom
2020-10-22LibJS: Support all line terminators (LF, CR, LS, PS)Linus Groh
2020-10-21LibCore+WebServer+LibWeb: Make MIME type guesser take a StringViewAndreas Kling
2020-10-21WebServer: Force "text/html" mimetype for directories with index.htmlAndreas Kling
2020-10-21IPv4: Take the socket lock more (fixes TCP connection to localhost)Andreas Kling
2020-10-21TestArray: constexpr_sum using spanLenny Maiorani
2020-10-21HashFunctions: constexpr capabilityLenny Maiorani
2020-10-21TestHashFunctions: Tests to bind hash functionalityLenny Maiorani
2020-10-20LibJS: Rest parameter in setter functions is a syntax errorLinus Groh
2020-10-20LibJS: Move checks for invalid getter/setter params to parse_function_nodeLinus Groh
2020-10-20LibJS: Refactor parse_function_node() bool parameters into bit flagsLinus Groh
2020-10-20Userland: Run clang-format on tree.cppAndreas Kling
2020-10-20WindowServer: Return some event members by const referenceAndreas Kling
2020-10-20LibC: Fix a warning when building LibC with -O2Andreas Kling