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
2022-06-17
LibC: Add printf and scanf format macros for "fast" and "least" types
kleines Filmröllchen
2022-06-17
LibJS/Tests: Remove outdated FIXME
Linus Groh
2022-06-17
LibGfx: Rename DO_PATH macro to ENCODE_PATH to match ThemeEditor
networkException
2022-06-17
LibGUI: Support setting an in memory theme in AbstractThemePreview
networkException
2022-06-17
LibGUI: Actually update the selection in ComboBox::set_selected_index
networkException
2022-06-17
LibGUI: Add on_theme_change callback to Application
networkException
2022-06-17
LibGUI: Add clear_selection helper for ComboBox
networkException
2022-06-17
LibC: Allow parsing numbers right on the cutoff
Tim Schumacher
2022-06-17
LibC: Add POSIX spec links to `wait`, `waitpid` and `waitid`
SeekingBlues
2022-06-17
LibC: Make `waitpid`'s return value more POSIX-compliant
SeekingBlues
2022-06-17
LibC: Add `WIFCONTINUED` macro
SeekingBlues
2022-06-17
LibGUI: End Scrollbar gutter tinting when target is reached
FrHun
2022-06-17
LibGUI: Fix crash on Scrollbar shift click and re enable jumping
FrHun
2022-06-17
LibWeb: Fix 'background-repeat: round' calculation
MacDue
2022-06-17
LibWeb: Only paint the background image on integer steps
MacDue
2022-06-16
LibWeb: Add deprecated `image-rendering` values
Sam Atkins
2022-06-16
LibWeb: Disable unused error on temporarily unused variable from spec
FrHun
2022-06-16
LibWeb: Use SmoothPixels scaling mode as the pixelated rendering
Karol Kosek
2022-06-16
LibGfx: Implement SmoothPixels scaling mode
Karol Kosek
2022-06-16
LibGfx: Pass scaling mode as an enum in do_draw_scaled_bitmap
Karol Kosek
2022-06-16
LibWeb: Support using border-radius on <img> tags
MacDue
2022-06-16
LibWeb: Make PaintableBox::normalized_border_radii_data() protected
MacDue
2022-06-16
LibWeb: Support using border-radius with a background-image
MacDue
2022-06-16
LibWeb: Add BorderRadiusCornerClipper
MacDue
2022-06-16
LibWeb: Move border corner bitmap getter/cache to function
MacDue
2022-06-16
LibGfx: Add Painter::get_pixel()
MacDue
2022-06-15
LibWeb: Parse rgb and hsl functions according to CSS Module Level 4
Thomas Fach-Pedersen
2022-06-15
LibWeb: Fix calculation of degrees from radians
Thomas Fach-Pedersen
2022-06-15
LibJS: Mark AddInstant in AddZonedDateTime as fallible
Linus Groh
2022-06-15
LibJS: Fix Instant rounding modes
Linus Groh
2022-06-15
LibJS: Mark two calls as infallible in DifferenceTemporalPlainTime
Linus Groh
2022-06-15
LibJS: Assume options is an object in the DifferenceZonedDateTime AO
Linus Groh
2022-06-15
LibJS: Assume options is an object in the MergeLargestUnitOption AO
Linus Groh
2022-06-15
LibJS: Adjust order of operations in ISO{Date,MonthDay}FromFields
Linus Groh
2022-06-15
LibJS: Mark a call of CreateDurationRecord as fallible
Linus Groh
2022-06-15
LibJS: Mark a call of CreateDateDurationRecord as fallible
Linus Groh
2022-06-15
LibJS: Make options mandatory in Difference{Zoned,ISO}DateTime
Linus Groh
2022-06-15
LibJS: Move assertion step around in Calendar.prototype.mergeFields
Linus Groh
2022-06-15
LibJS: Use consistent alias names for object-copy steps
Linus Groh
2022-06-15
LibJS: Update AvailableCalendars AO to reflect spec changes
Linus Groh
2022-06-15
LibJS: Add an explicit operation for merging calendar field names
Linus Groh
2022-06-15
LibJS: Remove unnecessary variable initialization in DifferenceISODate
Linus Groh
2022-06-15
LibJS: Mark AO calls creating a copy of built-in objects as infallible
Linus Groh
2022-06-15
LibJS: Handle absent options in DifferenceZonedDateTime
Linus Groh
2022-06-15
LibJS: Remove constant arguments from CalculateOffsetShift
Linus Groh
2022-06-15
LibJS: Use existing variable instead of re-reading internal slot
Linus Groh
2022-06-15
LibJS: Switch branches in RegulateISODate
Linus Groh
2022-06-15
LibJS: Inline ConstrainISOYearMonth into RegulateISOYearMonth
Linus Groh
2022-06-15
LibJS: Add parentheses around modulo operation
Linus Groh
2022-06-15
LibJS: Use nsMinInstant / nsMaxInstant constants in ParseTemporalInstant
Linus Groh
[next]