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-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
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
ThemeEditor: Run gml-format
Linus Groh
2022-06-17
DisplaySettings: Use IPC calls instead of current_system_theme helper
networkException
2022-06-17
LibGfx: Rename DO_PATH macro to ENCODE_PATH to match ThemeEditor
networkException
2022-06-17
ThemeEditor: Allow temporarily overriding the system theme
networkException
2022-06-17
DisplaySettings: Handle an override theme being active
networkException
2022-06-17
LibGUI: Support setting an in memory theme in AbstractThemePreview
networkException
2022-06-17
Taskbar: Handle an override theme being active
networkException
2022-06-17
WindowServer: Allow temporarily overriding the system theme
networkException
2022-06-17
DisplaySettings: Update selected theme on change
networkException
2022-06-17
LibGUI: Actually update the selection in ComboBox::set_selected_index
networkException
[next]