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
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
2023-01-25
PixelPaint: Use background color when cropping layer to content
Tim Ledbetter
2023-01-25
LibGfx: Port GIFLoader to Core::Stream
Karol Kosek
2023-01-25
UserspaceEmulator: Use Core::Process::set_name()
Sam Atkins
2023-01-25
FileManager: Use Core::Process::set_name()
Sam Atkins
2023-01-25
LibCore: Add nice get/set_process_name() wrappers in Core::Process
Sam Atkins
2023-01-25
icc: Print each tag signature's spec name
Nico Weber
2023-01-25
LibGfx: Add names for all tag signatures in the v4 spec
Nico Weber
2023-01-25
LibWeb: Use rect of containing block instead of parent to clip overflow
Aliaksandr Kalenik
2023-01-25
LibWeb: Fix clip of hidden overflow when translated boxes are involved
Aliaksandr Kalenik
2023-01-24
LibWeb: Propagate more StringBuilder errors in from StyleValues
MacDue
2023-01-24
LibWeb: Remove some unchecked .value() calls in StyleValue
MacDue
2023-01-24
LibJS+LibLocale: Port Intl.NumberFormat to String
Timothy Flynn
2023-01-24
LibJS: Use correct type for NumberFormat's UseGrouping internal slot
Timothy Flynn
2023-01-24
LibJS: Propagate OOM errors from all Intl.Locale *OfLocale AOs
Timothy Flynn
2023-01-24
LibJS: Add a fallible variant of Array::create_from
Timothy Flynn
2023-01-24
LibJS: Propagate OOM errors from ApplyUnicodeExtensionToTag
Timothy Flynn
2023-01-24
LibJS: Remove DeprecatedString usage from Intl.PluralRules
Timothy Flynn
2023-01-24
FileManager+HackStudio+SpaceAnalyzer: Use File::can_delete_or_move
Karol Kosek
2023-01-24
LibCore: Implement File::can_delete_or_move()
Karol Kosek
2023-01-24
FileManager: Calculate file action permissions for subsequent columns
Karol Kosek
2023-01-24
LibWeb: Improve column width distribution
Aliaksandr Kalenik
2023-01-24
LibWeb: Avoid division by zero in `distribute_width_to_columns`
Aliaksandr Kalenik
2023-01-24
LibWeb: Use table wrapper box width to resolve cells width
Aliaksandr Kalenik
2023-01-24
LibWeb: Use percentage column widths in `compute_table_measures`
Aliaksandr Kalenik
2023-01-24
LibJS: Add missing MUST in DisposableStack.prototype.use
davidot
2023-01-24
LibVideo/VP9: Move TreeSelection class to TreeParser.cpp
Zaggy1024
2023-01-24
icc: Print every TagData object only once
Nico Weber
2023-01-24
LibGfx: Dedupe ICC TagData objects
Nico Weber
2023-01-24
LibGfx: Move TagTableEntry into read_tag_table
Nico Weber
2023-01-24
LibGfx: Pass offset and size instead of full TagTableEntry to read_tag
Nico Weber
2023-01-24
WindowServer: Reuse existing `WindowManager::desktop_rect()` method
Sam Atkins
2023-01-24
LibGfx: Use `Core::Stream` to decode QOI images
Tim Schumacher
2023-01-24
LibGfx: Pass the first QOI chunk byte to the operation implementation
Tim Schumacher
2023-01-24
LibGfx: Use x-mac-roman TextCodec for decoding MacRoman text
Nico Weber
2023-01-24
LibTextCodec: Add a MacRoman decoder
Nico Weber
[next]