index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-02-18
LibGfx: Rename `JPGLoader` to `JPEGLoader`
Lucas CHOLLET
2023-02-18
Kernel: Dont crash if power states gets set to an invalid value
Undefine
2023-02-18
LibJS: Use substrings-with-superstrings in Intl.NumberFormat's grouping
Timothy Flynn
2023-02-18
AK: Fix printing of negative FixedPoint values
Nico Weber
2023-02-18
Kernel/aarch64: Disable memory access alignment check
Timon Kruiper
2023-02-18
Kernel/aarch64: Call handle_crash on unknown exceptions
Timon Kruiper
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-18
AK: Fix 64-bit alignment issue in shared-superstring substrings
Andreas Kling
2023-02-17
PixelPaint: Propagate errors from making filter settings widgets
Karol Kosek
2023-02-17
AK: Remove unused `rehash_for_collision`
Jelle Raaijmakers
2023-02-17
AK: Reimplement `HashTable` with smart linear probing
Jelle Raaijmakers
2023-02-17
LibJS: Dereference intrinsic accessor before deleting it
Jelle Raaijmakers
2023-02-17
AK: Remove unused `HashTable.h` include from `StringImpl`
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-18
AK: Add an input() accessor to GenericLexer
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
AK: Add `AK::SIMD::exp_approximate`
Jelle Raaijmakers
2023-02-18
LibWeb: Convert FormData to String and Vector storage
Luke Wilde
2023-02-18
LibWeb: Add an extended attribute that makes interfaces use AK::String
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
2023-02-18
LibWeb: Make factory method of HTML::History fallible
Kenneth Myhra
[next]