summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-07-06LibJS: Convert Reflect object tests to new testing frameworkLinus Groh
2020-07-06LibJS: Add more test matchersMatthew Olsson
2020-07-06LibJS: Hide some debug output behind flagsMatthew Olsson
2020-07-06LibJS: Convert Proxy testsMatthew Olsson
2020-07-06LibJS: Add test-common.js tests, remove unused matchersMatthew Olsson
2020-07-06LibJS: Convert some top-level tests to the new systemMatthew Olsson
2020-07-06LibJS: Refactor run-tests.sh to use the new test-js programMatthew Olsson
2020-07-06LibJS/test-js: Create test-js program, prepare for test suite refactorMatthew Olsson
2020-07-06LibWeb: Make WebContentView show the hover hand over links :^)Andreas Kling
2020-07-06LibCore: Don't fire Socket::on_ready_to_read if !can_read()Andreas Kling
2020-07-06LibCore: Only deliver Read/Write events to listening notifiersAndreas Kling
2020-07-06LibLine: Support Ctrl-b/f and Ctrl-dNico Weber
2020-07-06LibLine: Extract lambdas for cursor-left, cursor-right, deleteNico Weber
2020-07-06LibLine: Put ctrl-key handlers in alphabetical orderNico Weber
2020-07-06LibLine: Replace some magic numbers with a magic functionNico Weber
2020-07-06LibLine: Avoid refreshing the display when resizingAnotherTest
2020-07-06LibWeb: Don't show unnecessary scrollbars in WebContentViewAndreas Kling
2020-07-06LibWeb: Make the WebContentView::on_load_start hook actually work :^)Andreas Kling
2020-07-06Browser+LibWeb: Pave the way for using WebContentView in BrowserAndreas Kling
2020-07-06LibWeb: Add a shared WebViewHooks base class for both web view widgetsAndreas Kling
2020-07-06LibWeb: Move WebContentView from Demos/WebView into LibWebAndreas Kling
2020-07-06LibWeb: Make the link context menu hook include the destination URLAndreas Kling
2020-07-06LibWeb: Make the link click hooks include the destination URLAndreas Kling
2020-07-06LibWeb: Move "Stop parsing!" behind PARSER_DEBUGNico Weber
2020-07-06LibIPC+Services: Make ClientConnection take socket as NonnullRefPtrAndreas Kling
2020-07-06Add manpages for posix_spawnNico Weber
2020-07-05Terminal+LibVT: Add "clear including history" action (Ctrl+Shift+K) :^)Andreas Kling
2020-07-05LibWeb: Use LayoutTableRowGroup for display:table-{header,footer}-groupAndreas Kling
2020-07-05LibWeb: Always fire the link hover hooks when moving between linksAndreas Kling
2020-07-05LibWeb: Tweak PageView::on_link_hover hookAndreas Kling
2020-07-05LibWeb: Move fragment link handling to FrameAndreas Kling
2020-07-05LibCore: Stop select()'ing after an interrupt if a quit was requestedAnotherTest
2020-07-04LibGUI: Sort FileSystemModel alphabetically internallyAndreas Kling
2020-07-04LibGUI: Fix glitchy behavior in ScrollableWidget::scroll_into_view()Andreas Kling
2020-07-04LibGUI: Add SortingProxyModel::sort_role()Andreas Kling
2020-07-04Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includesAndreas Kling
2020-07-04Kernel: Move headers intended for userspace use into Kernel/API/Andreas Kling
2020-07-04LibGUI: Turn GUI::Application::the() into a pointerAndreas Kling
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-07-04LibGUI: Respect per-index font when computing TreeView item rectsAndreas Kling
2020-07-04LibC: Implement cf{g,s}et{i,o}speedAnotherTest
2020-07-03LibWeb: Insert newlines at <br> and block boundaries in copied text :^)Andreas Kling
2020-07-03LibWeb: Add a "select all" action to the Web::PageViewAndreas Kling
2020-07-03LibGUI: Add GUI::CommonActions::make_select_all_action() :^)Andreas Kling
2020-07-03LibWeb: Implement basic text copying :^)Andreas Kling
2020-07-03LibC: Minor style fix for getresuid/getresgidNico Weber
2020-07-03LibJS: Reformat run-tests.sh outputMatthew Olsson
2020-07-03LibJS: Hide interpreter exception debug output behind a flagMatthew Olsson
2020-07-03LibJS: Reorganize tests into subfoldersMatthew Olsson
2020-07-03LibJS: Use correct MarkedValueList append methodMatthew Olsson