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
/
Libraries
Age
Commit message (
Expand
)
Author
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
Linus Groh
2022-08-23
LibJS: Fix the prototype of AsyncFunctionDriverWrapper's Promise base
Linus Groh
2022-08-23
LibWeb: Fix the prototype of a couple of WebAssembly prototype objects
Linus Groh
2022-08-23
LibWeb: Remove done TODO and fix typo
MacDue
2022-08-23
LibWeb: Avoid infinite loops in background painting
MacDue
2022-08-23
LibGUI: Call on_segment_change handler from on_{click,focus_change}
networkException
2022-08-23
LibGUI: Don't call on_segment_change handler if the index did not change
networkException
2022-08-23
LibCore: Fix deadlock in SharedSingleProducerCircularQueue
kleines Filmröllchen
2022-08-23
LibWeb: Resolve double-position `linear-gradient()` color stops
MacDue
2022-08-23
LibWeb: Don't regenerate linear gradient data unless size changes
MacDue
2022-08-23
LibWeb: Add missing checks to LinearGradientStyleValue::equals()
MacDue
2022-08-23
LibWeb: Parse double-position `linear-gradient()` color stops
MacDue
2022-08-22
ChessEngine: Use reduced Board objects in MCTSTree
Lucas CHOLLET
2022-08-22
LibCards: Remove card-back-image scaling
Sam Atkins
2022-08-22
LibCards: Make the card back image configurable
Sam Atkins
2022-08-22
LibCards: Centralise card bitmap creation
Sam Atkins
2022-08-22
LibCards+Games: Replace card "value" int with a Rank enum
Sam Atkins
2022-08-22
LibCards: Add a CardGame base class
Sam Atkins
2022-08-22
LibGUI: Clear selected index of Breadcrumbbar if segment is removed
Jannis Weis
2022-08-22
LibGUI: Add on_segment_change handler to Breadcrumbbar
Jannis Weis
2022-08-21
LibWeb: Make window.performance replaceable and configurable
Luke Wilde
2022-08-20
LibJS: Use a synthetic constructor if class with parent doesn't have one
davidot
2022-08-20
LibJS: Add special cases for Math.cosh and add spec comments
davidot
2022-08-20
LibGfx: Always lookup emojis without emoji presentation specifiers
Ryan Liptak
2022-08-20
Kernel+LibC: Enforce a limit on the number of supplementary group IDs
Andreas Kling
2022-08-20
LibJS: Make IsHTMLDDA non-constructible
davidot
2022-08-18
LibGUI: Make Breadcrumbbar remember the selected segment index
Andreas Kling
2022-08-18
TextEditor: Change cursor when reaching the ruler area
Thomas Symalla
2022-08-18
LibWeb: Support painting `repeating-linear-gradient()`s
MacDue
2022-08-18
LibWeb: Avoid NaNs from zero-length gradient color stops
MacDue
2022-08-18
LibWeb: Parse `repeating-linear-gradient()`
MacDue
2022-08-18
LibGfx: Skip useless iterations during PNG::FilterType::Sub unfiltering
Ryan Liptak
2022-08-18
LibGfx: Unfilter PNG data before unpacking it to RGBA
Ryan Liptak
2022-08-17
LibCore: Make EventLoop's connection to InspectorServer work again
kleines Filmröllchen
2022-08-17
LibJS: Resolve the correct this value for calls in with statements
davidot
2022-08-17
LibJS: Implement tagged literals evaluation like the spec
davidot
2022-08-17
LibJS: Allow invalid string in tagged template literals
davidot
2022-08-17
LibJS: Make StringToNumber case sensitive when falling back to strtod
davidot
2022-08-17
LibJS: Don't assume a this argument for function.prototype.bind
davidot
2022-08-17
LibJS: Add the HostEnsureCanAddPrivateElement hook
davidot
2022-08-16
LibGUI: Don't let widgets hide tooltips they didn't show
David Smith
2022-08-16
LibGUI+WindowServer+DisplaySettings: Add Tooltips to SystemEffects
thankyouverycool
2022-08-16
LibGUI: Put DragOperation dbgln() behind DRAG_DEBUG
thankyouverycool
2022-08-16
LibCore: Add MIME sniffing for MP3 and WAV
kleines Filmröllchen
2022-08-16
LibCore: The MIME type is 'audio/flac', not 'extra/flac'
kleines Filmröllchen
2022-08-16
LibWeb: Render flex line items RTL (reversed items) for FlexEnd
watkinsr
2022-08-16
LibGUI: Retain the active input tracking widget's cursor
Andreas Kling
2022-08-15
LibCore: Add Directory::chown() API and use it in Core::Account
Andreas Kling
2022-08-15
LoginServer+LibCore: Only create user temp directory from LoginServer
Andreas Kling
[next]