summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-06-23AudioServer: Explicitly cast between numeric types in the mixerkleines Filmröllchen
2022-06-23LibAudio: Add spec comments to the FlacLoaderkleines Filmröllchen
2022-06-23LibWeb: Fix unsafe capture of ref-to-local when setting up load timeoutAndreas Kling
2022-06-23LibWeb/CSS: Check for NULL block statement when parsing font-face ruleCodeforEvolution
2022-06-23LibGfx: Slap an -O3 optimization #pragma on FastBoxBlurFilterMacDue
2022-06-23LibGfx: Avoid AK::Function indirection in FastBoxBlurFilter + flatten itMacDue
2022-06-23LibGfx: Flatten AntiAliasingPainter::draw_ellipse_part()MacDue
2022-06-23LibWeb: Support using a border-radius with a box-shadowMacDue
2022-06-23LibWeb: Add 'inside' clip mode to BorderRadiusCornerClipperMacDue
2022-06-23LibWeb: Pass border radii data to shadow paintingMacDue
2022-06-23LibC: Implement `wcsftime` using a makeshift solutionTim Schumacher
2022-06-23LibJS: Implement stage 3 proposal FinalizationRegistry changesIdan Horowitz
2022-06-23LibJS: Implement WeakRef changes from 'Symbol as WeakMap Keys Proposal'Idan Horowitz
2022-06-23LibJS: Implement WeakSet changes from 'Symbol as WeakMap Keys Proposal'Idan Horowitz
2022-06-23LibJS: Implement WeakMap changes from 'Symbol as WeakMap Keys Proposal'Idan Horowitz
2022-06-23LibJS: Implement the CanBeHeldWeakly abstract operationIdan Horowitz
2022-06-22LibWeb: Implement "transferred size suggestion" for flex itemsAndreas Kling
2022-06-22LibLine: Use the real shown line count around in cleanup()Ali Mohammad Pur
2022-06-22Terminal+TerminalSettings: Add caret customizationMichał Lach
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