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-07-06
LibJS: Convert Reflect object tests to new testing framework
Linus Groh
2020-07-06
LibJS: Add more test matchers
Matthew Olsson
2020-07-06
LibJS: Hide some debug output behind flags
Matthew Olsson
2020-07-06
LibJS: Convert Proxy tests
Matthew Olsson
2020-07-06
LibJS: Add test-common.js tests, remove unused matchers
Matthew Olsson
2020-07-06
LibJS: Convert some top-level tests to the new system
Matthew Olsson
2020-07-06
LibJS: Refactor run-tests.sh to use the new test-js program
Matthew Olsson
2020-07-06
LibJS/test-js: Create test-js program, prepare for test suite refactor
Matthew Olsson
2020-07-06
LibWeb: Make WebContentView show the hover hand over links :^)
Andreas Kling
2020-07-06
LibCore: Don't fire Socket::on_ready_to_read if !can_read()
Andreas Kling
2020-07-06
LibCore: Only deliver Read/Write events to listening notifiers
Andreas Kling
2020-07-06
LibLine: Support Ctrl-b/f and Ctrl-d
Nico Weber
2020-07-06
LibLine: Extract lambdas for cursor-left, cursor-right, delete
Nico Weber
2020-07-06
LibLine: Put ctrl-key handlers in alphabetical order
Nico Weber
2020-07-06
LibLine: Replace some magic numbers with a magic function
Nico Weber
2020-07-06
LibLine: Avoid refreshing the display when resizing
AnotherTest
2020-07-06
LibWeb: Don't show unnecessary scrollbars in WebContentView
Andreas Kling
2020-07-06
LibWeb: Make the WebContentView::on_load_start hook actually work :^)
Andreas Kling
2020-07-06
Browser+LibWeb: Pave the way for using WebContentView in Browser
Andreas Kling
2020-07-06
LibWeb: Add a shared WebViewHooks base class for both web view widgets
Andreas Kling
2020-07-06
LibWeb: Move WebContentView from Demos/WebView into LibWeb
Andreas Kling
2020-07-06
LibWeb: Make the link context menu hook include the destination URL
Andreas Kling
2020-07-06
LibWeb: Make the link click hooks include the destination URL
Andreas Kling
2020-07-06
LibWeb: Move "Stop parsing!" behind PARSER_DEBUG
Nico Weber
2020-07-06
LibIPC+Services: Make ClientConnection take socket as NonnullRefPtr
Andreas Kling
2020-07-06
Add manpages for posix_spawn
Nico Weber
2020-07-05
Terminal+LibVT: Add "clear including history" action (Ctrl+Shift+K) :^)
Andreas Kling
2020-07-05
LibWeb: Use LayoutTableRowGroup for display:table-{header,footer}-group
Andreas Kling
2020-07-05
LibWeb: Always fire the link hover hooks when moving between links
Andreas Kling
2020-07-05
LibWeb: Tweak PageView::on_link_hover hook
Andreas Kling
2020-07-05
LibWeb: Move fragment link handling to Frame
Andreas Kling
2020-07-05
LibCore: Stop select()'ing after an interrupt if a quit was requested
AnotherTest
2020-07-04
LibGUI: Sort FileSystemModel alphabetically internally
Andreas Kling
2020-07-04
LibGUI: Fix glitchy behavior in ScrollableWidget::scroll_into_view()
Andreas Kling
2020-07-04
LibGUI: Add SortingProxyModel::sort_role()
Andreas Kling
2020-07-04
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
Andreas Kling
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-07-04
LibGUI: Turn GUI::Application::the() into a pointer
Andreas Kling
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-07-04
LibGUI: Respect per-index font when computing TreeView item rects
Andreas Kling
2020-07-04
LibC: Implement cf{g,s}et{i,o}speed
AnotherTest
2020-07-03
LibWeb: Insert newlines at <br> and block boundaries in copied text :^)
Andreas Kling
2020-07-03
LibWeb: Add a "select all" action to the Web::PageView
Andreas Kling
2020-07-03
LibGUI: Add GUI::CommonActions::make_select_all_action() :^)
Andreas Kling
2020-07-03
LibWeb: Implement basic text copying :^)
Andreas Kling
2020-07-03
LibC: Minor style fix for getresuid/getresgid
Nico Weber
2020-07-03
LibJS: Reformat run-tests.sh output
Matthew Olsson
2020-07-03
LibJS: Hide interpreter exception debug output behind a flag
Matthew Olsson
2020-07-03
LibJS: Reorganize tests into subfolders
Matthew Olsson
2020-07-03
LibJS: Use correct MarkedValueList append method
Matthew Olsson
[next]