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
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
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
2023-01-10
LibCore: Rename InputBitStream.h to BitStream.h
Tim Schumacher
2023-01-10
LibWeb+LibGfx: Migrate (most of) the CSS gradient painting to LibGfx
MacDue
2023-01-10
AK: Add Span::first()
MacDue
2023-01-10
LibWeb: Fix y position calculation for blocks with clearance
Aliaksandr Kalenik
2023-01-09
LibJS: Verify that objects are only initialized once
Linus Groh
2023-01-09
LibJS: Make namespace object initialization lazy as well
Linus Groh
2023-01-09
LibJS: Use intrinsic namespace objects in set_default_global_bindings()
Linus Groh
2023-01-09
Kernel/FileSystem: Fix kernel panic during FS init or mount failure
Taj Morton
2023-01-09
AK+LibUnicode: Provide Unicode-aware String case transformations
Timothy Flynn
2023-01-09
LibUnicode: Move Unicode-aware case transformations to a helper file
Timothy Flynn
2023-01-09
Toolchain: Do not use `install -D` in BuildIt.sh
Nico Weber
2023-01-09
Toolchain: Add macOS definitions of MD5SUM and NPROC in BuildIt.sh
Nico Weber
2023-01-09
Toolchain: Make BuildCMake.sh work on macOS without brew on PATH
Nico Weber
[next]