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
2023-01-12
Browser: Implement zoom :^)
Linus Groh
2023-01-12
Ladybird: Replace ColorScheme enum with Web::CSS::PreferredColorScheme
Linus Groh
2023-01-12
SoundPlayer: Don't silently ignore parsing failures
Tim Schumacher
2023-01-12
LibAudio: Don't assume that a non-full span means EOF
Tim Schumacher
2023-01-12
Ladybird: Implement zoom :^)
Linus Groh
2023-01-12
Ladybird: Set 'device pixels per CSS pixel' to device pixel ratio :^)
Linus Groh
2023-01-12
WebContent: Add IPC for setting 'device pixels per CSS pixel'
Linus Groh
2023-01-12
LibWeb: Rename PageHost::m_screen_display_scale to match the getter name
Linus Groh
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
PixelPaint: Scale lasso tool preview path on zoom level change
Tim Ledbetter
2023-01-12
Utilities: Add ttfdisasm for disassembling OpenType instructions
MacDue
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-12
AK: Implement FlyString for the new String class
Timothy Flynn
2023-01-11
Ladybird: Use standard font paths in FontPluginQt
Linus Groh
2023-01-11
LibCore: Add StandardPaths::font_directories()
Linus Groh
2023-01-11
ThemeEditor: Warn about unsaved changes on file drop
Karol Kosek
2023-01-11
ThemeEditor: Fully load files on drop events
Karol Kosek
2023-01-11
ThemeEditor: Take drop events from the whole window
Karol Kosek
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
PDFViewer: Port to Core::Stream::File
Karol Kosek
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: Ensure legacy constructors are defined on the global object
Timothy Flynn
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
AK: Expose Base64 tables from Base64.h
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
ImageDecoder: Remove unused LibWeb forwarding header
Timothy Flynn
[next]