summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-21Ports: Update OpenSSL to 1.1.1pLuke Wilde
2022-06-21Meta: Add Benjamin Maxwell to the contributors list :^)Linus Groh
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-20Ports/gltron: Use sdl12-compat instead of SDL2Grigoris Pavlakis
2022-06-20Ports: Add SDL_sound for SDL 1.2Grigoris Pavlakis
2022-06-20Ports: Move SDL_sound to SDL2_soundGrigoris Pavlakis
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-19Ports/ncurses: Disable mixed-case directory names when building on macOSSeekingBlues
2022-06-19LibWeb: Implement HTMLBaseElement.hrefLuke Wilde
2022-06-19LibWeb: Add support for the <base> element changing the base URLLuke Wilde
2022-06-19Ports: Update mold to 1.0.3kleines Filmröllchen
2022-06-19Toolchain: Update mold to 1.0.3kleines Filmröllchen
2022-06-19Ports: Add OpenJDK portTimur Sultanov
2022-06-19LibC: Stop leaking FILE* from use of getgrnam and getgrgidAndrew Kaster
2022-06-19Kernel: Add sysconf for IOV_MAXAndrew Kaster
2022-06-19Kernel: Tolerate cloning MAP_STACK regions that are PROT_NONEAndrew Kaster
2022-06-19Kernel: Create /proc/pid/cmdline to expose process arguments in procfsAndrew Kaster
2022-06-19Ports: Use $arch-serenity-pc-clang{++} for CC and CXXAndrew Kaster
2022-06-19Ports: Add variables for Toolchain binary directory and cxxfiltAndrew Kaster
2022-06-19Meta: Install runtime/utility from jakt to make hello-jakt build againAndrew Kaster
2022-06-18Meta: Run PNG size checks on CIkleines Filmröllchen
2022-06-18Base: Optimize a bunch of PNGskleines Filmröllchen
2022-06-18Meta: Add a PNG size check to CI and pre-commit checkskleines Filmröllchen
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-18Revert "AK: Add comparison operators to NonnullOwnPtr"Linus 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