index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2023-01-12
LibWebView+Ladybird: Move page loading to ViewImplementation
Linus Groh
2023-01-12
LibWebView+Ladybird: Move DOM inspection helpers to ViewImplementation
Linus Groh
2023-01-12
LibWebView+Ladybird: Move get source request to ViewImplementation
Linus Groh
2023-01-12
LibWebView+Ladybird: Move zoom logic to ViewImplementation
Linus Groh
2023-01-12
LibWebView+Ladybird: Begin de-duplicate WebView implementations
Linus Groh
2023-01-12
LibWeb: Don't mark layout tree as selected when selection is zero-length
Andreas Kling
2023-01-12
LibWeb: Remove now-unused LayoutRange and LayoutPosition classes :^)
Andreas Kling
2023-01-12
LibWeb: Use DOM Selection instead of ad-hoc layout tree selection
Andreas Kling
2023-01-12
LibWeb: Implement BrowsingContext::select_all() in terms of Selection
Andreas Kling
2023-01-12
LibWeb: Implement BrowsingContext::selected_text() in terms of Selection
Andreas Kling
2023-01-12
LibWeb: Add convenient Selection::range() accessor
Andreas Kling
2023-01-12
Browser: Implement zoom :^)
Linus Groh
2023-01-12
LibAudio: Don't assume that a non-full span means EOF
Tim Schumacher
2023-01-12
LibGUI: Port AbstractThemePreview::set_theme_from_file to Core::Stream
Karol Kosek
2023-01-12
LibGUI: Remove unused AbstractThemePreview::on_theme_load_from_file
Karol Kosek
2023-01-12
LibGfx: Provide accessors to instruction data to OpenType::Font
MacDue
2023-01-12
LibGfx: Parse the TTF fpgm and prep tables
MacDue
2023-01-12
LibGfx: Add OpenType opcodes and helpers to parse instruction streams
MacDue
2023-01-12
Userland: Replace remaining Core::Timer::construct()s with try_create()
Sam Atkins
2023-01-12
Userland: Use Core::Timer::create_foo() factory functions where possible
Sam Atkins
2023-01-12
LibCore+Userland: Don't auto-start new Core::Timers
Sam Atkins
2023-01-12
LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr
Sam Atkins
2023-01-12
LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOr
Sam Atkins
2023-01-11
LibCore: Add StandardPaths::font_directories()
Linus Groh
2023-01-11
LibGUI: Update the AboutDialog copyright year
Tim Ledbetter
2023-01-11
LibWeb: Make Paintable visit its cached containing block pointer
Andreas Kling
2023-01-11
LibWeb: Make a handful of paintable leaf classes `final`
Andreas Kling
2023-01-11
LibWeb: Make a handful of layout node leaf classes `final`
Andreas Kling
2023-01-11
LibWeb: Make the paint tree GC-allocated
Andreas Kling
2023-01-11
LibWeb: Remove unused declaration Node::removed_last_ref()
Andreas Kling
2023-01-11
LibCore: Explain EventLoop and reorder some members in the header
kleines Filmröllchen
2023-01-11
LibGUI: Lex INI files as Utf8
Sam Atkins
2023-01-11
HackStudio: Hide autocomplete popup when switching tabs
Matthew Olsson
2023-01-10
LibJS: Use a work queue instead of the C++ stack for the GC mark phase
Andreas Kling
2023-01-10
Kernel+LibCore: Make %sid path parsing not take ages
Andreas Kling
2023-01-10
LibWeb: Remove all whitespace from input in decode_forgiving_base64
Arda Cinar
2023-01-10
AK+LibWeb: Move decode forgiving base64 under Web::Infra namespace
Arda Cinar
2023-01-10
LibWeb: Generate exposed Window/Worker interfaces as lazy objects
Timothy Flynn
2023-01-10
LibWeb: Remove Intrinsics::cached_web_prototype
Timothy Flynn
2023-01-10
LibWeb: Convert uses of cached_web_prototype to ensure_web_prototype
Timothy Flynn
2023-01-10
LibWeb: Move passing of Web object prototypes out of constructors
Timothy Flynn
2023-01-10
LibWeb: Move setting of Web object prototypes to initialize()
Timothy Flynn
2023-01-10
LibWeb: Generate dedicated methods to create Web constructors/prototypes
Timothy Flynn
2023-01-10
LibWeb: Use correct arguments in WEB_PLATFORM_OBJECT invocations
Timothy Flynn
2023-01-10
LibJS: Update ISODaysInMonth in Calendar.cpp
BodilessSleeper
2023-01-10
LibCompress: Move compressor construction out of `ZlibCompressor()`
Tim Schumacher
2023-01-10
LibCompress: Switch `DeflateCompressor` to a fallible constructor
Tim Schumacher
2023-01-10
LibCompress: Port `DeflateCompressor` to `Core::Stream`
Tim Schumacher
2023-01-10
LibCompress: Port `GzipCompressor` to `Core::Stream`
Tim Schumacher
2023-01-10
LibCore: Add `{Big,Little}EndianOutputBitStream`
Tim Schumacher
[next]