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
2021-07-12
LibJS: Add Temporal.Instant.prototype.round()
Idan Horowitz
2021-07-12
LibCrypto: Add the >= operator to UnsignedBigInteger
Idan Horowitz
2021-07-12
LibJS: Add the GetOptionsObject & GetOption Temporal AbstractOperations
Idan Horowitz
2021-07-12
LibJS: Add Temporal.Instant.prototype.equals()
Idan Horowitz
2021-07-12
LibJS: Add Temporal.Instant.from()
Idan Horowitz
2021-07-12
LibJS: Add Temporal.Instant.compare()
Idan Horowitz
2021-07-12
LibJS: Add the ToTemporalInstant Abstract Operation & its requirements
Idan Horowitz
2021-07-12
AK: Add a DateTimeLexer
Idan Horowitz
2021-07-12
HackStudio: Activate window only on file drop
Karol Kosek
2021-07-12
SoundPlayer: Activate window only on file drop
Karol Kosek
2021-07-12
ImageViewer: Activate window only on file drop
Karol Kosek
2021-07-12
HexEditor: Accept file drops
Karol Kosek
2021-07-12
ls: Add option to list subdirectories recursively
Ariel Don
2021-07-12
LibCore: Implement File::is_link()
Ariel Don
2021-07-12
LibWasm: Adjust signed integer operations to avoid UB
Andrew Kaster
2021-07-12
LibWasm: Skip initializing active empty data sections
Ali Mohammad Pur
2021-07-12
LibWasm: Use AK::StackInfo to track stack size
Ali Mohammad Pur
2021-07-12
LibCore: Tolerate misaligned addresses in struct hostent
Andrew Kaster
2021-07-12
Utilities: Make `less` accept 'page up' and 'page down' keys
Brandon van Houten
2021-07-12
LibGUI: Ignore drop events by default
Karol Kosek
2021-07-12
LibGUI: Use wrapped text rect for paint invalidation
LuK1337
2021-07-12
UserspaceEmulator: Fix stack for new processes
Gunnar Beutner
2021-07-12
IPCCompiler: Use GENERATE_DEBUG from AK/Debug instead of custom defines
Andrew Kaster
2021-07-12
LibC: Use correct macro to disable assert()
Andrew Kaster
2021-07-12
Breakout: Only paint areas that needs to be updated
Karol Kosek
2021-07-12
Revert "LibThreading: Fix BackgroundAction result use-after-free"
Andreas Kling
2021-07-12
TaskbarWindow: Redraw start button when default font changes
LuK1337
2021-07-12
LibGUI: Redraw widgets when default font changes
LuK1337
2021-07-12
LibGUI: Add FontsChanged event and deliver it to windows and widgets
LuK1337
2021-07-12
HackStudio: Disable debug specific context entries
Maurice Hieronymus
2021-07-12
HackStudio: Disable run button while debugging
Maurice Hieronymus
2021-07-11
LibWeb: Correct parsing invalid list of declarations
Sam Atkins
2021-07-11
LibWeb: Correct escape handling in CSS Tokenizer
Sam Atkins
2021-07-11
LibWeb: Add more logging to CSS parser
Sam Atkins
2021-07-11
LibWeb: Implement CSS::Parse::parse_nth_child_pattern()
Sam Atkins
2021-07-11
LibWeb: Convert StyleFunctionRule.m_values to ComponentValues
Sam Atkins
2021-07-11
LibWeb: Increase clarity with CSS token debug logging
Sam Atkins
2021-07-11
LibWeb: Fix CSS attribute and ID selector parsing
Sam Atkins
2021-07-11
LibWeb: Remove non-compliant whitespace stripping in CSS Parser
Sam Atkins
2021-07-11
LibWeb: Fix whitespace handling in CSS selectors
Sam Atkins
2021-07-11
LibWeb: Implement remaining CSS parse_as...() entry points
Sam Atkins
2021-07-11
LibWeb: Enabling @import in new CSS parser
Sam Atkins
2021-07-11
LibWeb: Implement CSS::parse_css_value()
Sam Atkins
2021-07-11
LibWeb: Remove unnecessary CSS:: namespace from CSS Parser code
Sam Atkins
2021-07-11
LibWeb: Convert style declarations and at rules into CSSRules
Sam Atkins
2021-07-11
LibWeb: Add accessors to CSS::DeclarationOrAtRule
Sam Atkins
2021-07-11
LibWeb: Use TokenStream in CSS Parser
Sam Atkins
2021-07-11
LibWeb: Add TokenStream class to CSS Parser
Sam Atkins
2021-07-11
LibWeb: Give CSS Token and StyleComponentValueRule matching is() funcs
Sam Atkins
2021-07-11
LibWeb: Rename CSS::Token::TokenType -> Type
Sam Atkins
[next]