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-26
LibJS: Port format_seconds_string_part() to String
Linus Groh
2023-01-26
LibJS: Port merge_largest_unit_option() to String
Linus Groh
2023-01-26
LibJS: Port get_temporal_unit() to String
Linus Groh
2023-01-26
LibJS: Port to_show_offset_option() to String
Linus Groh
2023-01-26
LibJS: Port to_time_zone_name_option() to String
Linus Groh
2023-01-26
LibJS: Port to_calendar_name_option() to String
Linus Groh
2023-01-26
LibJS: Port to_temporal_offset() to String
Linus Groh
2023-01-26
LibJS: Port to_temporal_rounding_mode() to String
Linus Groh
2023-01-26
LibJS: Port to_temporal_disambiguation() to String
Linus Groh
2023-01-26
LibJS: Port to_temporal_overflow() to String
Linus Groh
2023-01-26
LibGfx: Enforce type of 'cprt' and 'desc' type in v4 files
Nico Weber
2023-01-26
LibGfx: Check the types of tags in ICCProfile
Nico Weber
2023-01-26
icc: Align "else" for Type3 with "if"
Nico Weber
2023-01-26
icc: Indent ParametricCurveTagData the same amount as the other types
Nico Weber
2023-01-26
LibJS: Make Value::typeof() return a StringView
Linus Groh
2023-01-26
LibWebView: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-26
LibWeb: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-26
LibTest: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-26
LibSymbolication: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-26
LibKeyboard: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-26
LibGUI: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-26
LibDesktop: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-26
LibDebug: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-26
LibCoreDump: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-26
LibCore: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-26
PixelPaint: Let the move tool optionally select the active layer
Tim Ledbetter
2023-01-26
LibWeb: Use available space in FFC remaining space calculations
Andreas Kling
2023-01-26
LibWeb: Use available_inner_space_or_constraints_from() for flex items
Andreas Kling
2023-01-26
LibWeb: Always pass some available space to flex item fit-content sizing
Andreas Kling
2023-01-26
LibWeb: Always pass *some* available width to flex item intrinsic sizing
Andreas Kling
2023-01-26
LibWeb: Take used width into account for flex item intrinsic heights
Andreas Kling
2023-01-26
LibWeb: Ignore only anonymous blocks in block auto height calculation
Aliaksandr Kalenik
2023-01-26
LibWeb: Fix reset of floats y offset
Aliaksandr Kalenik
2023-01-26
LibSQL: Don't interpret AK::Error codes as SQL error codes
Timothy Flynn
2023-01-26
PixelPaint: Add a GradientTool
Torstennator
2023-01-26
LibGfx: Add small convenience functions for Lines and AA Painter
Torstennator
2023-01-25
LibGfx: Fix typo in name of DeviceClass::InputDevice
Nico Weber
2023-01-25
LibGfx: Add checking for required tags to ICCProfile
Nico Weber
2023-01-25
LibPDF: Load Type1C fonts when found
Rodrigo Tobar
2023-01-25
LibPDF: Add initial CFF parsing
Rodrigo Tobar
2023-01-25
LibPDF: Add name -> char code conversion in Encoding
Rodrigo Tobar
2023-01-25
LibPDF: Add Reader::try_read for easier error propagation
Rodrigo Tobar
2023-01-25
LibPDF: Augment Type11FontProgram with Type2 capabilities
Rodrigo Tobar
2023-01-25
LibPDF: Remove unused member
Rodrigo Tobar
2023-01-25
LibPDF: Add new Type1FontProgram base class
Rodrigo Tobar
2023-01-25
LibPDF: Avoid reading fields from moved-from Data object
Rodrigo Tobar
2023-01-25
LibPDF: Record base font name read from document
Rodrigo Tobar
2023-01-25
LibWasm: Use `Core::Stream` to read values in the bytecode interpreter
Tim Schumacher
2023-01-25
LibWasm: Port the parser to `Core::Stream`
Tim Schumacher
2023-01-25
LibWasm: Port `Wasm::Printer` to `Core::Stream`
Tim Schumacher
[next]