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
2022-04-15
Pong: Add 'New Game' action
Martin Frederic
2022-04-14
LibGUI: Don't try to get link target value if read_link failed
Marco Rebhan
2022-04-14
LibWeb: Allow multiple text-decoration-lines
Sam Atkins
2022-04-14
TelnetServer: Ignore null and \n when parsing
Aatos Majava
2022-04-14
LibWeb: Make StyleProperties::property() always return a value
Sam Atkins
2022-04-14
LibWeb: Use generated enum code for property value validation
Sam Atkins
2022-04-14
LibWeb: Stop including StyleValue.h in a few places
Sam Atkins
2022-04-14
LibWeb: Assign an underlying type to generated CSS enums
Sam Atkins
2022-04-14
LibWeb: Generate and use to_string(css_enum) functions
Sam Atkins
2022-04-14
LibWeb: Use generated to_value_id() functions
Sam Atkins
2022-04-14
LibWeb: Generate to_value_id() functions
Sam Atkins
2022-04-14
LibWeb: Use generated value_id_to_foo() functions
Sam Atkins
2022-04-14
LibWeb: Return Optional from StyleProperties::box_sizing()
Sam Atkins
2022-04-14
LibWeb: Generate ValueID-to-enum conversion functions
Sam Atkins
2022-04-14
LibWeb: Use the generated enums instead of defining them in StyleValue.h
Sam Atkins
2022-04-14
LibWeb: Add a new code generator for CSS enums
Sam Atkins
2022-04-14
Tests: Add a test for printf truncation
Tim Schumacher
2022-04-14
LibC: Define correct limits for `long` on `x86_64`
Tim Schumacher
2022-04-14
AK: Differ between long and long long formats
Tim Schumacher
2022-04-14
AK: Deduplicate formatting hexadecimal values
Tim Schumacher
2022-04-14
AK: Merge print_i64 into print_signed_number
Tim Schumacher
2022-04-13
LibGUI: Make class final and seperate from GML Playground
SimonFJ20
2022-04-13
LibGUI: Rename function to make intention clearer
SimonFJ20
2022-04-13
LibGUI+GMLPlayground: Reset cursor to end of text after replace
SimonFJ20
2022-04-13
LibGUI+GMLPlayground: Replace text using ReplaceAllTextCommand
SimonFJ20
2022-04-13
LibJS: Add missing Vector::in_reverse() in ensure_property_table()
Andreas Kling
2022-04-13
LibWeb: Use Vector::in_reverse() in DOM::EventDispatcher
Andreas Kling
2022-04-13
LibJS: Tidy up Shape::ensure_property_table() a little bit
Andreas Kling
2022-04-13
LibWeb: Use Vector::in_reverse() in HTML::StackOfOpenElements
Andreas Kling
2022-04-13
LibWeb: Make reverse iterators work for const NonnullPtrVectors
Andreas Kling
2022-04-13
LibWeb: Tidy up Layout::TreeBuilder ancestor stack a little bit
Andreas Kling
2022-04-13
LibArchive: Stop null-terminating StringView tar file header fields
Idan Horowitz
2022-04-13
Ports: Add mGBA
Luke Wilde
2022-04-13
LibWeb: Map <pre wrap> presentational hint to CSS white-space:pre-wrap
Andreas Kling
2022-04-13
LibWeb: Fix typo in CSS::Display::is_outside_and_inside() name
Andreas Kling
2022-04-13
PixelPaint: Add exporting to the QOI image format
Olivier De Canniere
2022-04-13
LibGfx: Add a QOI image format encoder
Olivier De Canniere
2022-04-13
Ports: Add port libyaml version 0.2.5
EWouters
2022-04-13
LibJS: Allow TypeArray to become detached in TypedArray.prototype.set
Timothy Flynn
2022-04-13
Utilities/unzip: Use Core::Directory to create output directory
Sam Atkins
2022-04-13
LibCore: Add an optional permissions mask to Directory::create()
Sam Atkins
2022-04-13
LibCore: Prevent infinite recursion in Directory::ensure_directory()
Sam Atkins
2022-04-13
Base: Add some Bamum Supplement to font Katica Regular 10
Lady Gegga
2022-04-13
Base: Add Hanunoo to font Katica Regular 10
Lady Gegga
2022-04-13
Base: Add Ogham to font Katica Regular 10
Lady Gegga
2022-04-13
LibGUI: Disable editing cell when ctrl key is pressed
martinfalisse
2022-04-13
Spreadsheet: Implement undo functionality where missing
martinfalisse
2022-04-13
Spreadsheet: Make undo operation handle multiple cells at a time
martinfalisse
2022-04-13
LibCrypto: Add ChaCha20
stelar7
2022-04-12
LibJS: Update spec comments to use ToZeroPaddedDecimalString AO
Linus Groh
[next]