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
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: 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
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
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
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
2022-04-12
LibWeb: Rename StyleRule -> Rule
Sam Atkins
2022-04-12
LibWeb: Break friendship between CSS StyleRule and Parser
Sam Atkins
2022-04-12
LibWeb: Make StyleRule.m_at_rule_name a FlyString
Sam Atkins
2022-04-12
LibWeb: Break friendship between CSS Function and Parser
Sam Atkins
2022-04-12
LibWeb: Make Function.m_name a FlyString
Sam Atkins
2022-04-12
LibWeb: Empend instead of Appending DeclarationOrAtRules
Sam Atkins
2022-04-12
LibWeb: Break friendship between CSS DeclarationOrAtRule and Parser
Sam Atkins
2022-04-12
LibWeb: Break friendship between CSS Declaration and Parser
Sam Atkins
2022-04-12
LibWeb: Make Declaration.m_name a FlyString
Sam Atkins
2022-04-12
LibWeb: Break friendship between CSS Block and Parser
Sam Atkins
2022-04-12
LibWeb: Break friendship between CSS Number and Tokenizer
Sam Atkins
2022-04-12
LibWeb: Move Token and Tokenizer into Parser namespace
Sam Atkins
2022-04-12
LibWeb: Move StyleRule to Parser namespace
Sam Atkins
2022-04-12
LibWeb: Move Declaration and DeclarationOrAtRule into Parser namespace
Sam Atkins
2022-04-12
LibWeb: Rename StyleRules.cpp -> StyleRule.cpp and tidy up
Sam Atkins
2022-04-12
LibWeb: Move DeclarationOrAtRule code into DeclarationOrAtRule.cpp
Sam Atkins
2022-04-12
LibWeb: Add missing include to ComponentValue.h
Sam Atkins
2022-04-12
LibWeb: Move Declaration code into Declaration.cpp
Sam Atkins
2022-04-12
LibWeb: Move/rename StyleBlockRule to Parser::Block
Sam Atkins
2022-04-12
LibWeb: Move StyleBlockRule code into StyleBlockRule.cpp
Sam Atkins
2022-04-12
LibWeb: Move/rename StyleFunctionRule to Parser::Function
Sam Atkins
2022-04-12
LibWeb: Move StyleFunctionRule code into StyleFunctionRule.cpp
Sam Atkins
2022-04-12
LibWeb: Add Formatter for ComponentValues
Sam Atkins
2022-04-12
LibWeb: Move ComponentValue to CSS::Parser namespace
Sam Atkins
2022-04-12
LibWeb: Move CSS Parser into new Web::CSS::Parser namespace
Sam Atkins
2022-04-12
LibWeb: Stop manually forward-declaring types in CSS Parser.h
Sam Atkins
2022-04-12
LibWeb: Move ComponentValue code into ComponentValue.cpp
Sam Atkins
[next]