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-02-19
LibGfx: Implement serialization of ChromaticityTagData
Nico Weber
2023-02-19
LibGfx: Implement serialization of ParametricCurveTagData
Nico Weber
2023-02-19
LibGfx: Implement serialization of S15Fixed16ArrayTagData
Nico Weber
2023-02-19
LibGfx: Implement serialization of XYZTagData
Nico Weber
2023-02-19
LibGfx: Implement serialization of MultiLocalizedUnicodeTagData
Nico Weber
2023-02-19
LibGfx: Move MultiLocalizedUnicodeRawRecord to BinaryFormat.h
Nico Weber
2023-02-19
LibGfx: Add scaffolding for writing tag data
Nico Weber
2023-02-19
LibGfx: Write ICC tag table
Nico Weber
2023-02-19
LibGfx: Move ICC TagTableEntry to BinaryFormat.h
Nico Weber
2023-02-19
LibGfx: Extract encode_header() function in ICC writing code
Nico Weber
2023-02-18
LibGfx: Rename format name from `jpg` to `jpeg`
Lucas CHOLLET
2023-02-18
SpiceAgent: Rename `ClipboardType::JPG` to `ClipboardType::JPEG`
Lucas CHOLLET
2023-02-18
LibGfx: Rename `JPGLoader` to `JPEGLoader`
Lucas CHOLLET
2023-02-18
LibJS: Use substrings-with-superstrings in Intl.NumberFormat's grouping
Timothy Flynn
2023-02-18
LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()`
Sam Atkins
2023-02-18
Userland: Specify margins and spacing in the GUI::Layout constructor
Sam Atkins
2023-02-18
Userland: Use Widget::add_spacer() everywhere
Sam Atkins
2023-02-18
LibGUI: Allow specifying Layout margins and spacing in the constructor
Sam Atkins
2023-02-18
LibGUI: Add Widget::add_spacer() wrapper
Sam Atkins
2023-02-18
LibGfx: Add `ALWAYS_INLINE` to Color::mixed_with()/interpolate()
MacDue
2023-02-18
LibGfx: De-duplicate color interpolation code
MacDue
2023-02-18
LibGfx: Move Color::mixed_with() inline
MacDue
2023-02-18
LibGUI: Skip over grapheme clusters on left/right arrow key presses
Timothy Flynn
2023-02-17
PixelPaint: Propagate errors from making filter settings widgets
Karol Kosek
2023-02-17
LibJS: Dereference intrinsic accessor before deleting it
Jelle Raaijmakers
2023-02-18
Shell: Correct the out-of-bounds expansion bailing condition
Ali Mohammad Pur
2023-02-18
Shell: Allow underscores in normal expansion names
Ali Mohammad Pur
2023-02-18
Shell: Correctly keep track of special parameter length
Ali Mohammad Pur
2023-02-18
Shell: Clear expansions after committing a word in the POSIX parser
Ali Mohammad Pur
2023-02-18
Shell: Add support for heredocs to the POSIX parser
Ali Mohammad Pur
2023-02-18
Shell: Add a '--posix' mode to the 'dump' builtin
Ali Mohammad Pur
2023-02-18
Shell: Allow the heredoc node to act as a redirection too
Ali Mohammad Pur
2023-02-17
icc: Add flags for writing and dumping profiles
Nico Weber
2023-02-17
LibGfx: Add start of an ICC profile writer
Nico Weber
2023-02-17
LibGfx: Add an accessor for the raw ICC Version minor_and_bugfix byte
Nico Weber
2023-02-17
LibGfx: Add a XYZ->XYZNumber conversion constructor
Nico Weber
2023-02-17
LibGfx: Move ICC ProfileFileSignature into a constant in BinaryFormat.h
Nico Weber
2023-02-17
LibGfx: Make ICCHeader use RenderingIntent enum
Nico Weber
2023-02-17
LibGfx: Move ICC on-disk structs to new BinaryFormat.h
Nico Weber
2023-02-18
LibGfx: Minorly simplify BMPLoader's decode_bmp_dib()
Nico Weber
2023-02-18
LibSoftGPU: Use multiplication instead of division for linear fog
Jelle Raaijmakers
2023-02-18
LibSoftGPU: Use `AK::SIMD::exp_approximate` instead of `::exp`
Jelle Raaijmakers
2023-02-18
LibWeb: Convert FormData to String and Vector storage
Luke Wilde
2023-02-18
LibWeb: Make factory method of XHR::ProgressEvent fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of URL::URLSearchParams fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of SVG::SVGLength fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of HTML::ModuleScript fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of HTML::Window fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of HTML::Storage fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of HTML::Navigator fallible
Kenneth Myhra
[next]