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
Age
Commit message (
Expand
)
Author
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
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
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
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-09
AK+Everywhere: Rename Utf16View::to_utf8 to to_deprecated_string
Timothy Flynn
2023-01-09
LibPDF: Propagate errors in PDFFont::create()
Julian Offenhäuser
2023-01-09
LibPDF: Make glyphs from standard 14 fonts show up in Type1Font
Julian Offenhäuser
2023-01-09
LibPDF: Allow numbers to start with whitespace
Julian Offenhäuser
2023-01-09
LibWebView: Port to Core::Stream
Karol Kosek
2023-01-09
LibUnicode+LibJS: Propagate OOM from Unicode normalization
Timothy Flynn
2023-01-09
LibUnicode+LibJS+LibWeb: Propagate OOM from Unicode case transformations
Timothy Flynn
2023-01-09
LibJS: Handle OOM errors in String.prototype.replaceAll
Timothy Flynn
2023-01-09
LibJS: Handle OOM errors in the GetSubstitution AO
Timothy Flynn
2023-01-09
LibGfx: Implement TrimmedTable mappings for Cmaps
Julian Offenhäuser
2023-01-09
LibGfx: Implement ByteEncoding mappings for Cmaps
Julian Offenhäuser
2023-01-09
LibGfx: Select a valid TTF cmap subtable for the Macintosh platform
Julian Offenhäuser
2023-01-09
Presenter: Rearchitect on top of LibWeb
Andreas Kling
2023-01-09
LibWebView: Add OOPWV "content scales to viewport" hint
Andreas Kling
2023-01-09
LibGfx: Make Rect::align_within() correct for TopCenter and BottomCenter
Andreas Kling
2023-01-09
VideoPlayer: Port to GML
implicitfield
2023-01-09
VideoPlayer: Propagate errors from VideoPlayerWidget::initialize_menubar
implicitfield
2023-01-09
LibGUI: Register "jump_to_cursor" as a GML property
implicitfield
2023-01-09
SpaceAnalyzer: Do not reset the path to '/' after a refresh
Arda Cinar
2023-01-09
SpaceAnalyzer: Keep the current path via filenames, not indices
Arda Cinar
2023-01-09
SpaceAnalyzer: Add a method to TreeNode to get a child node by name
Arda Cinar
2023-01-09
SpaceAnalyzer: Make sure data fields of TreeNode are encapsulated
Arda Cinar
2023-01-09
SpaceAnalyzer: Remove an unnecessary level of inheritance
Arda Cinar
2023-01-09
LibWeb: Move clear property from table-root to table-wrapper
Aliaksandr Kalenik
2023-01-09
LibWeb: Use `table_box()` to get root box in TFC
Aliaksandr Kalenik
2023-01-09
LibWeb: Rename used_width to used_height in TFC row struct
Aliaksandr Kalenik
2023-01-09
LibWeb: Move cells positioning in separate function in TFC
Aliaksandr Kalenik
2023-01-09
LibWeb: Move rows positioning in separate function in TFC
Aliaksandr Kalenik
[prev]
[next]