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
2023-04-18
BrowserSettings: Add a tab to control the Browser's autoplay settings
Timothy Flynn
2023-04-18
LibWeb+LibWebView+WebContent: Add APIs to manage an autoplay allowlist
Timothy Flynn
2023-04-18
LibWeb: Render HTMLVideoElement controls when scripting is disabled
Timothy Flynn
2023-04-18
LibWeb: Organize LibWeb forwarding header
Timothy Flynn
2023-04-18
LibWeb: Treat unresolvable percentage flex-basis values as 'content'
Andreas Kling
2023-04-18
SpreadSheet: Use new InputBox features
thankyouverycool
2023-04-18
FontEditor: Use compact InputBox for Go to Glyph action
thankyouverycool
2023-04-18
Calculator: Use numeric InputBox for digit rounding and shrinking
thankyouverycool
2023-04-18
MasterWord: Use numeric InputBox for settings
thankyouverycool
2023-04-18
FileManager: Use InputBox icons for file and directory creation
thankyouverycool
2023-04-18
LibGUI: Add a numeric input type to InputBox
thankyouverycool
2023-04-18
LibGUI: Implement calculated_min_size() for SpinBox
thankyouverycool
2023-04-18
LibGUI: Allow SpinBox to set its value with return key
thankyouverycool
2023-04-18
LibGUI: Let InputBox display an ImageWidget
thankyouverycool
2023-04-18
LibGUI+Userland: Improve error and font handling for InputBox
thankyouverycool
2023-04-18
LibGUI: Improve calculated_min_size() for single-line TextEditor
thankyouverycool
2023-04-18
LibGUI: Add Window::on_font_change() hook
thankyouverycool
2023-04-18
WindowServer: Show complete title when Window is not resizable
thankyouverycool
2023-04-17
ldd: Pledge map_fixed
Romain Chardiny
2023-04-17
Minesweeper: Simplify resizing game window
thankyouverycool
2023-04-17
MasterWord: Rectify resizing game window
thankyouverycool
2023-04-17
MasterWord: Set icon before showing window
thankyouverycool
2023-04-17
LibGUI: Always paint Statusbar's vertical lines when not maximized
thankyouverycool
2023-04-17
LibWeb: Honor box-sizing in flex item "specified size suggestion"
Andreas Kling
2023-04-17
LibWeb: Support implicit lineto commands after moveto in SVG paths
Andreas Kling
2023-04-17
SoundPlayer: Pledge "FileManager" config domain
Brendan Kelly
2023-04-17
FileManager+LibGUI: Cache the FileSystem::can_delete_or_move value
Tom
2023-04-17
LibWeb: Fix inverted condition in WritableStream's constructor
Matthew Olsson
2023-04-17
LibWeb: Make StartAlgorithm return a Value instead of a Promise
Matthew Olsson
2023-04-17
LibWeb: Remove outdated FIXMEs around WebIDL::invoke_callback usages
Matthew Olsson
2023-04-17
LibWeb: Properly reject abrupt completion in clean_up_on_return
Matthew Olsson
2023-04-17
LibWeb: Implement SVG `preserveAspectRatio` attribute
MacDue
2023-04-17
LibWeb: Clip SVG content to parent <svg> element bounding box
MacDue
2023-04-17
LibWeb: Update the media playback time for clicks on the media timeline
Timothy Flynn
2023-04-17
LibWeb: Restrict toggling video playback to certain areas in a video
Timothy Flynn
2023-04-17
LibWeb: Implement converting a DevicePixelRect to a CSSPixelRect
Timothy Flynn
2023-04-17
LibWeb: Begin implementing media resource seeking
Timothy Flynn
2023-04-17
LibVideo: Remove hook to notify clients upon reaching end of the stream
Timothy Flynn
2023-04-17
LibWeb: Change the callback used to detect the end of a video stream
Timothy Flynn
2023-04-17
LibWeb: Fix a couple of HTMLMediaElement spec links
Timothy Flynn
2023-04-16
LibWeb: Fix multi-line flex column layouts with auto height on container
Andreas Kling
2023-04-16
LibWeb: Honor gap between flex lines when using align-content: stretch
Andreas Kling
2023-04-15
LibWeb: Scale SVG stroke-width based on viewbox
MacDue
2023-04-15
LibWeb/Fetch: Fix build error in HeadersIterator::next()
Linus Groh
2023-04-15
LibJS: Port create_iterator_result_object() to NonnullGCPtr
Linus Groh
2023-04-15
LibJS: Port iterator_step() to GCPtr
Linus Groh
2023-04-15
LibJS: Port iterator_next() to NonnullGCPtr
Linus Groh
2023-04-15
LibJS: Port this_symbol_value() to NonnullGCPtr
Linus Groh
2023-04-15
LibJS: Port this_string_value() to NonnullGCPtr
Linus Groh
2023-04-15
LibJS: Port this_bigint_value() to NonnullGCPtr
Linus Groh
[next]