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-11-21
LibWeb: Rename HTMLScriptElement "non-blocking" to "force async"
Andreas Kling
2022-11-21
LibWeb: Add spec links to HTMLScriptElement member variables
Andreas Kling
2022-11-20
LibWeb: Return content box position from calculate_static_position
Aliaksandr Kalenik
2022-11-20
LibJS/Temporal: Unroll the loop in to_temporal_time_record
Jonah
2022-11-20
LibJS/Temporal: Unroll the loop in to_temporal_duration_record
Jonah
2022-11-20
LibJS/Temporal: Unroll the loop in to_temporal_partial_dictation_record
Jonah
2022-11-20
LibJS/Temporal: Rename ToIntegerWithRounding to ToIntegerIfIntegral
Jonah
2022-11-20
LibJS/Temporal: Reorder Tables by Order of Magnitude
Jonah
2022-11-20
LibVT/LibLine: Delete words when pressing Ctrl+Backspace in Terminal
Zaggy1024
2022-11-19
LibJS: Fix UTF-16 corruption in String.prototype.replace()
Andreas Kling
2022-11-19
LibCore: Add a ConfigFile::open() overload for Core::Stream::File
Sam Atkins
2022-11-19
LibWebView: Update OOPWV's URL when a page starts/finishes loading
Timothy Flynn
2022-11-19
LibGUI: Disallow shortcut propagation in Blocking modals and Popups
thankyouverycool
2022-11-19
LibGUI: Don't search ComboBox Windows when holding a mod key
thankyouverycool
2022-11-19
LibGUI: Always close() Dialogs no matter the execution result
thankyouverycool
2022-11-19
LibGUI: Remove redundant event handling in EmojiInputDialog
thankyouverycool
2022-11-19
LibGUI: Paint text selections as active in Popups
thankyouverycool
2022-11-19
Terminal+LibVT: Toggle TerminalWidget's focus on input preemption
thankyouverycool
2022-11-19
LibGUI: Set focus proxy for CommandPalette's TableView
thankyouverycool
2022-11-19
LibGUI: Let Widgets track their focus proxy delegators
thankyouverycool
2022-11-19
LibGUI+Taskbar+Applets+Applications: Set various windows as Popups
thankyouverycool
2022-11-19
LibGUI+WindowServer+Applets+Taskbar: Remove active input concepts
thankyouverycool
2022-11-19
LibGUI+WindowServer: Remove InputPreemptor concept
thankyouverycool
2022-11-19
LibGUI+WindowServer: Replace WindowInput{Enter,Leave} Events
thankyouverycool
2022-11-19
LibGUI: Use move_cursor() API for AutocompleteProvider
thankyouverycool
2022-11-19
LibGUI: Use WindowType:Autocomplete for AutocompleteProvider
thankyouverycool
2022-11-19
LibGUI+WindowServer: Add WindowType:Autocomplete and helpers
thankyouverycool
2022-11-19
LibPDF: Parse integer numbers with atoi() instead of strtof()
Julian Offenhäuser
2022-11-19
LibPDF: Implement png predictor decoding for flate filter
Julian Offenhäuser
2022-11-19
LibPDF: Fix off-by-one error in Reader::remaining()
Julian Offenhäuser
2022-11-19
LibPDF: Fix loop condition in parse_xref_stream()
Julian Offenhäuser
2022-11-19
LibPDF: Make some variable names in parse_xref_stream() more clear
Julian Offenhäuser
2022-11-19
LibPDF: Implement the DCT filter
Julian Offenhäuser
2022-11-19
LibPDF: Derive alternate ICC color space from the number of components
Julian Offenhäuser
2022-11-19
LibPDF: Support cascading stream filters
Julian Offenhäuser
2022-11-19
LibPDF: Parse hexadecimal values in name objects correctly
Julian Offenhäuser
2022-11-19
LibGUI: Let Delete remove selections greater than 1 in GlyphMapWidget
thankyouverycool
2022-11-19
LibGUI+Applications: Allow GlyphMapWidget's set_font() to fail
thankyouverycool
2022-11-19
LibGfx: Add pure virtual fallible clone() for Fonts
thankyouverycool
2022-11-19
LibGUI+FontEditor: Allow system emoji to be toggled in GlyphMapWidget
thankyouverycool
2022-11-19
Everywhere: Remove unnecessary mutable attributes from lambdas
MacDue
2022-11-19
LibJS+LibWeb: Return non-const types from Ptr class operators
MacDue
2022-11-19
LibJS: Add spec comments to TypedArray.prototype.entries
Jamie Mansfield
2022-11-19
LibJS: Add spec comments to TypedArray.prototype.keys
Jamie Mansfield
2022-11-19
LibJS: Match spec behaviour in TypedArray.prototype.join
Jamie Mansfield
2022-11-19
LibJS: Add spec comments to TypedArray.prototype.join
Jamie Mansfield
2022-11-19
LibJS: Add missing assert to TypedArray.prototype.indexOf
Jamie Mansfield
2022-11-19
LibJS: Add spec comments to TypedArray.prototype.indexOf
Jamie Mansfield
2022-11-19
LibJS: Add missing assert to TypedArray.prototype.includes
Jamie Mansfield
2022-11-19
LibJS: Add spec comments to TypedArray.prototype.includes
Jamie Mansfield
[next]