summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-06-17LibC: Add printf and scanf format macros for "fast" and "least" typeskleines Filmröllchen
2022-06-17LibJS/Tests: Remove outdated FIXMELinus Groh
2022-06-17LibGfx: Rename DO_PATH macro to ENCODE_PATH to match ThemeEditornetworkException
2022-06-17LibGUI: Support setting an in memory theme in AbstractThemePreviewnetworkException
2022-06-17LibGUI: Actually update the selection in ComboBox::set_selected_indexnetworkException
2022-06-17LibGUI: Add on_theme_change callback to ApplicationnetworkException
2022-06-17LibGUI: Add clear_selection helper for ComboBoxnetworkException
2022-06-17LibC: Allow parsing numbers right on the cutoffTim Schumacher
2022-06-17LibC: Add POSIX spec links to `wait`, `waitpid` and `waitid`SeekingBlues
2022-06-17LibC: Make `waitpid`'s return value more POSIX-compliantSeekingBlues
2022-06-17LibC: Add `WIFCONTINUED` macroSeekingBlues
2022-06-17LibGUI: End Scrollbar gutter tinting when target is reachedFrHun
2022-06-17LibGUI: Fix crash on Scrollbar shift click and re enable jumpingFrHun
2022-06-17LibWeb: Fix 'background-repeat: round' calculationMacDue
2022-06-17LibWeb: Only paint the background image on integer stepsMacDue
2022-06-16LibWeb: Add deprecated `image-rendering` valuesSam Atkins
2022-06-16LibWeb: Disable unused error on temporarily unused variable from specFrHun
2022-06-16LibWeb: Use SmoothPixels scaling mode as the pixelated renderingKarol Kosek
2022-06-16LibGfx: Implement SmoothPixels scaling modeKarol Kosek
2022-06-16LibGfx: Pass scaling mode as an enum in do_draw_scaled_bitmapKarol Kosek
2022-06-16LibWeb: Support using border-radius on <img> tagsMacDue
2022-06-16LibWeb: Make PaintableBox::normalized_border_radii_data() protectedMacDue
2022-06-16LibWeb: Support using border-radius with a background-imageMacDue
2022-06-16LibWeb: Add BorderRadiusCornerClipperMacDue
2022-06-16LibWeb: Move border corner bitmap getter/cache to functionMacDue
2022-06-16LibGfx: Add Painter::get_pixel()MacDue
2022-06-15LibWeb: Parse rgb and hsl functions according to CSS Module Level 4Thomas Fach-Pedersen
2022-06-15LibWeb: Fix calculation of degrees from radiansThomas Fach-Pedersen
2022-06-15LibJS: Mark AddInstant in AddZonedDateTime as fallibleLinus Groh
2022-06-15LibJS: Fix Instant rounding modesLinus Groh
2022-06-15LibJS: Mark two calls as infallible in DifferenceTemporalPlainTimeLinus Groh
2022-06-15LibJS: Assume options is an object in the DifferenceZonedDateTime AOLinus Groh
2022-06-15LibJS: Assume options is an object in the MergeLargestUnitOption AOLinus Groh
2022-06-15LibJS: Adjust order of operations in ISO{Date,MonthDay}FromFieldsLinus Groh
2022-06-15LibJS: Mark a call of CreateDurationRecord as fallibleLinus Groh
2022-06-15LibJS: Mark a call of CreateDateDurationRecord as fallibleLinus Groh
2022-06-15LibJS: Make options mandatory in Difference{Zoned,ISO}DateTimeLinus Groh
2022-06-15LibJS: Move assertion step around in Calendar.prototype.mergeFieldsLinus Groh
2022-06-15LibJS: Use consistent alias names for object-copy stepsLinus Groh
2022-06-15LibJS: Update AvailableCalendars AO to reflect spec changesLinus Groh
2022-06-15LibJS: Add an explicit operation for merging calendar field namesLinus Groh
2022-06-15LibJS: Remove unnecessary variable initialization in DifferenceISODateLinus Groh
2022-06-15LibJS: Mark AO calls creating a copy of built-in objects as infallibleLinus Groh
2022-06-15LibJS: Handle absent options in DifferenceZonedDateTimeLinus Groh
2022-06-15LibJS: Remove constant arguments from CalculateOffsetShiftLinus Groh
2022-06-15LibJS: Use existing variable instead of re-reading internal slotLinus Groh
2022-06-15LibJS: Switch branches in RegulateISODateLinus Groh
2022-06-15LibJS: Inline ConstrainISOYearMonth into RegulateISOYearMonthLinus Groh
2022-06-15LibJS: Add parentheses around modulo operationLinus Groh
2022-06-15LibJS: Use nsMinInstant / nsMaxInstant constants in ParseTemporalInstantLinus Groh