summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-06-22LibVT+Kernel: Separate the caret shapes and its steadinessMichał Lach
2022-06-21LibELF: Only collect region sizes before reserving memoryTim Schumacher
2022-06-21LibELF: Unmap the source file temporarily while reserving spaceTim Schumacher
2022-06-21LibELF: Store DynamicLoader ELF images using an OwnPtrTim Schumacher
2022-06-21LibELF: Actually do the library mapping as early as possibleTim Schumacher
2022-06-21LibC: Make `scanf` read an `unsigned long` when using `%lu`Tim Schumacher
2022-06-21LibC: Don't change the stack canary across function boundariesTim Schumacher
2022-06-21LibWeb: Actually distribute free space to flex items with auto marginsAndreas Kling
2022-06-21LibWeb: Implement (some of) "automatic minimum size" for flex itemsAndreas Kling
2022-06-21LibWeb: Make FFC prepare replaced child boxes for layoutAndreas Kling
2022-06-21LibWeb: Make sure we layout absolutely positioned children of FFCAndreas Kling
2022-06-21PixelPaint: Add level sliders for brightness, contrast and gammaTorstennator
2022-06-21LibWeb: Add timeout functionality to ResourceLoaderKenneth Myhra
2022-06-21LibWeb: Add XMLHttpRequest::timeout setter and getterKenneth Myhra
2022-06-21RequestServer: Do not VERIFY(request.total_size.has_value())Kenneth Myhra
2022-06-20LibGUI: Prevent CenterWithinParent Dialogs from appearing offscreenMike Akers
2022-06-20WindowServer: Prevent menubar menus from appearing off screenMike Akers
2022-06-20LibWeb: Make doubleclicking select the nearest wordKarol Kosek
2022-06-20LibWeb: Dispatch `dblclick` UI Events on double clickKarol Kosek
2022-06-20LibWeb+LibWebView+WebContent: Get doubleclick events from LibGUIKarol Kosek
2022-06-20LibWeb: Add stub implementation for handling doubleclicksKarol Kosek
2022-06-20LibGUI: Reimplement Painter::draw_triangle to be more symmetricalFrHun
2022-06-20LibGUI: Draw ScrollBar arrows with draw_triangleFrHun
2022-06-20AK: Make Point constructors constexprFrHun
2022-06-20LibGUI: Add drawing triangle from coordinate listFrHun
2022-06-19LibWeb: Implement HTMLBaseElement.hrefLuke Wilde
2022-06-19LibWeb: Add support for the <base> element changing the base URLLuke Wilde
2022-06-19LibC: Stop leaking FILE* from use of getgrnam and getgrgidAndrew Kaster
2022-06-18LibWeb: Rename Event.srcTarget to Event.srcElementLuke Wilde
2022-06-18LibC: Add `ctermid`SeekingBlues
2022-06-18LibJS: Update AdjustRoundedDurationDays function signature commentLinus Groh
2022-06-18LibJS: Move MergeLists into non-Temporal ECMA-262 amendmentsLinus Groh
2022-06-18LibJS: Rename CalendarMergeFieldNames to MergeListsLinus Groh
2022-06-18LibJS: Check value is an Object before checking for internal slotsLinus Groh
2022-06-18LibJS: Make relativeTo required for AdjustRoundedDurationDaysLinus Groh
2022-06-18LibGfx: Move AntiAliasingPainter.cpp into Gfx namespaceMacDue
2022-06-18LibWeb: Use the AA painter for drawing dotted linesMacDue
2022-06-18LibGfx: Add AA dotted horizontal/vertical linesMacDue
2022-06-17LibC: Add printf and scanf format macros for "fast" and "least" typeskleines Filmröllchen
2022-06-17LibJS/Tests: Remove outdated FIXMELinus Groh
2022-06-17ThemeEditor: Run gml-formatLinus Groh
2022-06-17DisplaySettings: Use IPC calls instead of current_system_theme helpernetworkException
2022-06-17LibGfx: Rename DO_PATH macro to ENCODE_PATH to match ThemeEditornetworkException
2022-06-17ThemeEditor: Allow temporarily overriding the system themenetworkException
2022-06-17DisplaySettings: Handle an override theme being activenetworkException
2022-06-17LibGUI: Support setting an in memory theme in AbstractThemePreviewnetworkException
2022-06-17Taskbar: Handle an override theme being activenetworkException
2022-06-17WindowServer: Allow temporarily overriding the system themenetworkException
2022-06-17DisplaySettings: Update selected theme on changenetworkException
2022-06-17LibGUI: Actually update the selection in ComboBox::set_selected_indexnetworkException