index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
Ports: Update OpenSSL to 1.1.1p
Luke Wilde
2022-06-21
Meta: Add Benjamin Maxwell to the contributors list :^)
Linus Groh
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
Ports/gltron: Use sdl12-compat instead of SDL2
Grigoris Pavlakis
2022-06-20
Ports: Add SDL_sound for SDL 1.2
Grigoris Pavlakis
2022-06-20
Ports: Move SDL_sound to SDL2_sound
Grigoris Pavlakis
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
Ports/ncurses: Disable mixed-case directory names when building on macOS
SeekingBlues
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
Ports: Update mold to 1.0.3
kleines Filmröllchen
2022-06-19
Toolchain: Update mold to 1.0.3
kleines Filmröllchen
2022-06-19
Ports: Add OpenJDK port
Timur Sultanov
2022-06-19
LibC: Stop leaking FILE* from use of getgrnam and getgrgid
Andrew Kaster
2022-06-19
Kernel: Add sysconf for IOV_MAX
Andrew Kaster
2022-06-19
Kernel: Tolerate cloning MAP_STACK regions that are PROT_NONE
Andrew Kaster
2022-06-19
Kernel: Create /proc/pid/cmdline to expose process arguments in procfs
Andrew Kaster
2022-06-19
Ports: Use $arch-serenity-pc-clang{++} for CC and CXX
Andrew Kaster
2022-06-19
Ports: Add variables for Toolchain binary directory and cxxfilt
Andrew Kaster
2022-06-19
Meta: Install runtime/utility from jakt to make hello-jakt build again
Andrew Kaster
2022-06-18
Meta: Run PNG size checks on CI
kleines Filmröllchen
2022-06-18
Base: Optimize a bunch of PNGs
kleines Filmröllchen
2022-06-18
Meta: Add a PNG size check to CI and pre-commit checks
kleines Filmröllchen
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
Revert "AK: Add comparison operators to NonnullOwnPtr"
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
[next]