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-06-23
AudioServer: Explicitly cast between numeric types in the mixer
kleines Filmröllchen
2022-06-23
LibAudio: Add spec comments to the FlacLoader
kleines Filmröllchen
2022-06-23
LibWeb: Fix unsafe capture of ref-to-local when setting up load timeout
Andreas Kling
2022-06-23
LibWeb/CSS: Check for NULL block statement when parsing font-face rule
CodeforEvolution
2022-06-23
LibGfx: Slap an -O3 optimization #pragma on FastBoxBlurFilter
MacDue
2022-06-23
LibGfx: Avoid AK::Function indirection in FastBoxBlurFilter + flatten it
MacDue
2022-06-23
LibGfx: Flatten AntiAliasingPainter::draw_ellipse_part()
MacDue
2022-06-23
LibWeb: Support using a border-radius with a box-shadow
MacDue
2022-06-23
LibWeb: Add 'inside' clip mode to BorderRadiusCornerClipper
MacDue
2022-06-23
LibWeb: Pass border radii data to shadow painting
MacDue
2022-06-23
LibC: Implement `wcsftime` using a makeshift solution
Tim Schumacher
2022-06-23
LibJS: Implement stage 3 proposal FinalizationRegistry changes
Idan Horowitz
2022-06-23
LibJS: Implement WeakRef changes from 'Symbol as WeakMap Keys Proposal'
Idan Horowitz
2022-06-23
LibJS: Implement WeakSet changes from 'Symbol as WeakMap Keys Proposal'
Idan Horowitz
2022-06-23
LibJS: Implement WeakMap changes from 'Symbol as WeakMap Keys Proposal'
Idan Horowitz
2022-06-23
LibJS: Implement the CanBeHeldWeakly abstract operation
Idan Horowitz
2022-06-22
LibWeb: Implement "transferred size suggestion" for flex items
Andreas Kling
2022-06-22
LibLine: Use the real shown line count around in cleanup()
Ali Mohammad Pur
2022-06-22
Terminal+TerminalSettings: Add caret customization
Michał Lach
2022-06-22
LibVT+Kernel: Separate the caret shapes and its steadiness
Michał Lach
2022-06-21
LibELF: Only collect region sizes before reserving memory
Tim Schumacher
2022-06-21
LibELF: Unmap the source file temporarily while reserving space
Tim Schumacher
2022-06-21
LibELF: Store DynamicLoader ELF images using an OwnPtr
Tim Schumacher
2022-06-21
LibELF: Actually do the library mapping as early as possible
Tim Schumacher
2022-06-21
LibC: Make `scanf` read an `unsigned long` when using `%lu`
Tim Schumacher
2022-06-21
LibC: Don't change the stack canary across function boundaries
Tim Schumacher
2022-06-21
LibWeb: Actually distribute free space to flex items with auto margins
Andreas Kling
2022-06-21
LibWeb: Implement (some of) "automatic minimum size" for flex items
Andreas Kling
2022-06-21
LibWeb: Make FFC prepare replaced child boxes for layout
Andreas Kling
2022-06-21
LibWeb: Make sure we layout absolutely positioned children of FFC
Andreas Kling
2022-06-21
PixelPaint: Add level sliders for brightness, contrast and gamma
Torstennator
2022-06-21
LibWeb: Add timeout functionality to ResourceLoader
Kenneth Myhra
2022-06-21
LibWeb: Add XMLHttpRequest::timeout setter and getter
Kenneth Myhra
2022-06-21
RequestServer: Do not VERIFY(request.total_size.has_value())
Kenneth Myhra
2022-06-20
LibGUI: Prevent CenterWithinParent Dialogs from appearing offscreen
Mike Akers
2022-06-20
WindowServer: Prevent menubar menus from appearing off screen
Mike Akers
2022-06-20
LibWeb: Make doubleclicking select the nearest word
Karol Kosek
2022-06-20
LibWeb: Dispatch `dblclick` UI Events on double click
Karol Kosek
2022-06-20
LibWeb+LibWebView+WebContent: Get doubleclick events from LibGUI
Karol Kosek
2022-06-20
LibWeb: Add stub implementation for handling doubleclicks
Karol Kosek
2022-06-20
LibGUI: Reimplement Painter::draw_triangle to be more symmetrical
FrHun
2022-06-20
LibGUI: Draw ScrollBar arrows with draw_triangle
FrHun
2022-06-20
AK: Make Point constructors constexpr
FrHun
2022-06-20
LibGUI: Add drawing triangle from coordinate list
FrHun
2022-06-19
LibWeb: Implement HTMLBaseElement.href
Luke Wilde
2022-06-19
LibWeb: Add support for the <base> element changing the base URL
Luke Wilde
2022-06-19
LibC: Stop leaking FILE* from use of getgrnam and getgrgid
Andrew Kaster
2022-06-18
LibWeb: Rename Event.srcTarget to Event.srcElement
Luke Wilde
2022-06-18
LibC: Add `ctermid`
SeekingBlues
2022-06-18
LibJS: Update AdjustRoundedDurationDays function signature comment
Linus Groh
[next]