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
2022-10-06
LibWeb: Honor CSS display value in is_inline() and is_inline_block()
Andreas Kling
2022-10-06
LibWeb: Base Layout::TreeBuilder decisions on CSS display property
Andreas Kling
2022-10-06
LibWeb: Simplify construction of :before and :after pseudo elements
Andreas Kling
2022-10-06
AK: Print VERIFY() error messages in release builds
Andreas Kling
2022-10-06
LibWeb: Split out helper functions in TreeBuilder::create_layout_tree()
Andreas Kling
2022-10-06
LibWeb: Make the initial containing block style have `display:block`
Andreas Kling
2022-10-06
Base: Adjust size of emoji flags
Xexxa
2022-10-06
Base: Adjust emoji
Xexxa
2022-10-06
Meta: Add my GitHub sponsor profile to the repository list
kleines Filmröllchen
2022-10-06
Tests: Add tests for LibUnicode's normalize
matcool
2022-10-06
LibUnicode: Add decomposition mappings and Unicode normalization
matcool
2022-10-06
Meta: Hide WebView behind ENABLE_LAGOM_LIBWEB CMake option
Timothy Flynn
2022-10-06
PixelPaint: Add actions to crop layer to selection/content
Sergiy Stupar
2022-10-06
LibGfx: Make should_wrap flag default as true on convolution filters
luiz
2022-10-06
LibGUI: Consider spacing for Toolbar overflow calculation
FrHun
2022-10-06
LibGUI: Include overflow button in overflow calculation only when shown
FrHun
2022-10-06
Base: Update Toolbar manpage
FrHun
2022-10-06
LibGUI: Make Breadcrumbbar resizable below current size
FrHun
2022-10-06
FileManager: Group Toolbar overflow
FrHun
2022-10-06
LibGUI: Add option to move Toolbar items to overflow menu in groups
FrHun
2022-10-06
HackStudio: Prevent closing the last editor group
Marco Cutecchia
2022-10-06
HackStudio: Remove the 'Open in a new tab' action
Marco Cutecchia
2022-10-06
HackStudio: Open files in dedicated tabs
Marco Cutecchia
2022-10-06
CMake: Don't mess with absolute compile_ipc() source paths
Andreas Kling
2022-10-06
LibIPC: Allow overriding the use of deferred_invoke()
Andreas Kling
2022-10-06
WebContent: Use Web::Platform::Timer instead of Core::Timer
Andreas Kling
2022-10-06
WebContent: Add ConnectionFromClient::fd() accessor
Andreas Kling
2022-10-06
LibCore: Add fd() and notifier() accessors to Core::Stream::LocalSocket
Andreas Kling
2022-10-06
LibIPC: Remove platform-specific #ifdefs around FD passing in Connection
Andreas Kling
2022-10-06
Lagom: Add Build WebContentClient as part of Lagom's LibWebView
Andreas Kling
2022-10-06
LibWebView: Add abstract virtual base for WebView implementations
Andreas Kling
2022-10-06
LibCore: Implement LocalSocket send_fd() and receive_fd() on Linux
Andreas Kling
2022-10-06
LibIPC: Allow giving Connection a separate socket for FD passing
Andreas Kling
2022-10-05
Base: Adjust sizing of more emoji flags
Xexxa
2022-10-05
LibWeb: Make Fetch::Infrastructure::{Request,Response} ref-counted
Linus Groh
2022-10-05
LibWeb: Add missing Request::policy_container() getter and setter
Linus Groh
2022-10-05
LibWeb: Make Fetch::Infrastructure::Request::set_client() take a pointer
Linus Groh
2022-10-05
LibWeb: Add missing link to Fetch::Infrastructure::Response member
Linus Groh
2022-10-05
LibWeb: Add missing links to Fetch::Infrastructure::Request members
Linus Groh
2022-10-05
LibWeb: Rename HighResolutionTime/{CoarsenTime => TimeOrigin}.cpp/h
Linus Groh
2022-10-05
LibWeb: Move unsafe_shared_current_time() to HighResolutionTime
Linus Groh
2022-10-05
LibWeb: Implement 'coarsened shared current time'
Linus Groh
2022-10-05
LibWeb: Add DOMHighResTimeStamp typedef
Linus Groh
2022-10-05
LibWeb: Pass status code to ResourceLoader error callback when available
Linus Groh
2022-10-05
LibWeb: Prepare to run callback in host_enqueue_promise_job()
Linus Groh
2022-10-04
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
Nico Weber
2022-10-04
LibGfx: Remove a workaround for clang before 11
Nico Weber
2022-10-04
LibWeb: Implement <input type=file> behavior
Andrew Kaster
2022-10-04
LibWeb: Add FileList from the FileAPI spec
Andrew Kaster
2022-10-04
LibWeb: Implement a simple version of Element.scrollIntoView()
Andreas Kling
[next]