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-23
LibJS: Add an initialize binding hint to all initialize_binding methods
davidot
2023-01-23
LibJS: Add SuppressedError{, Prototype, Constructor}
davidot
2023-01-23
LibJS: Add custom details to toBe{True, False} shown on failure
davidot
2023-01-23
LibJS: Clarify more errors in test-common
davidot
2023-01-23
LibWeb: Use CSS Pixels for overflow clip rect
Aliaksandr Kalenik
2023-01-22
LibCards: Use AK::shuffle() for shuffling new decks
Sam Atkins
2023-01-22
LibCards+Games: Return ErrorOr from CardStack::add_all_grabbed_cards()
Sam Atkins
2023-01-22
LibCards+Games: Return ErrorOr from deck-creation factory functions :^)
Sam Atkins
2023-01-22
LibCards+Game: Return ErrorOr from CardGame::drop_cards_on_stack()
Sam Atkins
2023-01-22
LibCards+Games+GamesSettings: Return ErrorOr from CardStack::push()
Sam Atkins
2023-01-22
LibCards+Solitaire: Rename `CardStack::move_to_stack()` -> `take_all()`
Sam Atkins
2023-01-22
LibTextCodec: Make utf-16be and utf-16le codecs actually work
Nico Weber
2023-01-22
LibJS: Use is_unicode_surrogate more
Nico Weber
2023-01-22
LibJS: Add spec comments to quote_json_string
Nico Weber
2023-01-22
LibJS: Add spec comments to CodePointAt
Nico Weber
2023-01-22
LibGfx: Port JPGLoader to Core::Stream
Karol Kosek
2023-01-22
LibGfx: Return stream errors when reading a marker in JPGLoader
Karol Kosek
2023-01-22
LibDebug: Use `Core::Stream` to read opcodes for expression evaluation
Tim Schumacher
2023-01-22
LibDebug: Port the rest of DWARF parsing to `Core::Stream`
Tim Schumacher
2023-01-22
LibDebug: Propagate errors throughout DWARF parsing
Tim Schumacher
2023-01-22
LibDebug: Parse DWARF address ranges using `Core::Stream`
Tim Schumacher
2023-01-22
LibDebug: Use `Core::Stream` to read the DWARF abbreviations map
Tim Schumacher
2023-01-22
LibWeb: Implement the canvas gradients
MacDue
2023-01-22
LibWeb: Update CRC2D .fillStyle and .strokeStyle to accept gradients
MacDue
2023-01-22
LibGfx: Implement paint styles required for HTML canvas gradients
MacDue
2023-01-22
LibGfx: Add Painter::fill_rect(rect, paint_style)
MacDue
2023-01-22
LibGfx: Update fill_path() to support taking a PaintStyle
MacDue
2023-01-22
LibGfx: Add paint styles and allow gradients to be used as them
MacDue
2023-01-22
icc: Print MultiLocalizedUnicodeTagData contents
Nico Weber
2023-01-22
icc: Print TextTagData contents
Nico Weber
2023-01-22
LibGfx: Add ICCProfile support for multiLocalizedUnicodeType
Nico Weber
2023-01-22
LibGfx: Add ICCProfile support for textType
Nico Weber
2023-01-21
LibGfx: Minorly simplify a line of code in ICCProfile with OptionalNone
Nico Weber
2023-01-21
LibGfx+icc: Make device manufacturer and device model clickable
Nico Weber
2023-01-22
LibJS: Port the VM's single-character ASCII strings to String
Timothy Flynn
2023-01-22
LibJS+LibWeb: Convert empty PrimitiveString invocators to String
Timothy Flynn
2023-01-22
LibJS: Port ListFormat and PatternPartition to String
Timothy Flynn
2023-01-22
LibJS+LibLocale: Port remaining locale APIs to String
Timothy Flynn
2023-01-21
LibC: Remove #ifdef KERNEL guard from stddef.h
Andrew Kaster
2023-01-21
LibC: Don't include sys/cdefs.h in ttydefaults as it is used in Kernel
Andrew Kaster
2023-01-21
Kernel+Libraries: Don't include limits.h from LibELF/Validation.h
Andrew Kaster
2023-01-21
Kernel+Libraries: Move defines and types from sys/auxv.h to Kernel/API
Andrew Kaster
2023-01-21
Everywhere: Remove string.h include from AK/Traits.h and resolve fallout
Andrew Kaster
2023-01-21
LibC: Remove duplicate declaration of clock_t and time_t
Andrew Kaster
2023-01-21
Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h
Andrew Kaster
2023-01-21
Kernel+LibC: Move name length constants to Kernel/API from limits.h
Andrew Kaster
2023-01-21
Kernel+LibC: Move LibC/signal_numbers.h to Kernel/API/POSIX
Andrew Kaster
2023-01-21
LibGUI: Mimic a user click when calling `Button::click()`
Lucas CHOLLET
2023-01-21
LibGUI: Rename `Button` method `set_mimic_pressed` => `mimic_pressed`
Lucas CHOLLET
2023-01-21
LibGUI: Remove public getter `Button::is_mimic_pressed()`
Lucas CHOLLET
[next]