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-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
LibWeb: Add timeout functionality to ResourceLoader
Kenneth Myhra
2022-06-21
LibWeb: Add XMLHttpRequest::timeout setter and getter
Kenneth Myhra
2022-06-20
LibGUI: Prevent CenterWithinParent Dialogs from appearing offscreen
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
2022-06-18
LibJS: Move MergeLists into non-Temporal ECMA-262 amendments
Linus Groh
2022-06-18
LibJS: Rename CalendarMergeFieldNames to MergeLists
Linus Groh
2022-06-18
LibJS: Check value is an Object before checking for internal slots
Linus Groh
2022-06-18
LibJS: Make relativeTo required for AdjustRoundedDurationDays
Linus Groh
2022-06-18
LibGfx: Move AntiAliasingPainter.cpp into Gfx namespace
MacDue
2022-06-18
LibWeb: Use the AA painter for drawing dotted lines
MacDue
2022-06-18
LibGfx: Add AA dotted horizontal/vertical lines
MacDue
2022-06-17
LibC: Add printf and scanf format macros for "fast" and "least" types
kleines Filmröllchen
2022-06-17
LibJS/Tests: Remove outdated FIXME
Linus Groh
2022-06-17
LibGfx: Rename DO_PATH macro to ENCODE_PATH to match ThemeEditor
networkException
2022-06-17
LibGUI: Support setting an in memory theme in AbstractThemePreview
networkException
2022-06-17
LibGUI: Actually update the selection in ComboBox::set_selected_index
networkException
2022-06-17
LibGUI: Add on_theme_change callback to Application
networkException
2022-06-17
LibGUI: Add clear_selection helper for ComboBox
networkException
2022-06-17
LibC: Allow parsing numbers right on the cutoff
Tim Schumacher
2022-06-17
LibC: Add POSIX spec links to `wait`, `waitpid` and `waitid`
SeekingBlues
2022-06-17
LibC: Make `waitpid`'s return value more POSIX-compliant
SeekingBlues
2022-06-17
LibC: Add `WIFCONTINUED` macro
SeekingBlues
2022-06-17
LibGUI: End Scrollbar gutter tinting when target is reached
FrHun
2022-06-17
LibGUI: Fix crash on Scrollbar shift click and re enable jumping
FrHun
2022-06-17
LibWeb: Fix 'background-repeat: round' calculation
MacDue
2022-06-17
LibWeb: Only paint the background image on integer steps
MacDue
[next]