summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-01LibWeb: Use TextTop and TextBottom property for VerticalAlignmartinfalisse
2023-01-01LibWeb: Allow use of calculated property for line-heightmartinfalisse
2023-01-01LibWeb: Use a JS::NonnullGCPtr for DOMTokenList::m_associated_elementAndreas Kling
2023-01-01ThemeEditor: Make GUI initialization fallibleSam Atkins
2023-01-01LibGUI+Userland: Make GML unregistered_child_handler fallibleSam Atkins
2023-01-01Snake: Make initialization from GML fallibleSam Atkins
2023-01-01LibCore+LibGUI: Add fallible versions of Widget::load_from_gml()Sam Atkins
2023-01-01Tests/Kernel: Add missing mode parameter to open() calls in inode testsAndreas Kling
2023-01-01Kernel/x86_64: *Restore* interrupt flag in page fault handlerAndreas Kling
2023-01-01MouseSettings: Tweak "Natural scrolling" checkbox sizeAndreas Kling
2023-01-01Base: Remove /etc/motdAndreas Kling
2023-01-01Utilities: Print arbitrary bytes in `ls`Victor Song
2023-01-01LibSQL: Add parsing and evaluation of BOOLEAN type literalsTimothy Flynn
2023-01-01Meta: Update the year range in LICENSE :^)networkException
2023-01-01LibGUI: Make color picker opacity sliders react to the chosen colornetworkException
2023-01-01LibGUI: Add base color to OpacitySlidernetworkException
2023-01-01Kernel+Tests: Allow deleting someone else's file in my sticky directoryAndreas Kling
2023-01-01Kernel: Annotate VirtualFileSystem::rmdir() errors with spec commentsAndreas Kling
2023-01-01Kernel+Tests: Remove inaccurate FIXME in sys$rmdir()Andreas Kling
2023-01-01Kernel+Tests: Make sys$rmdir() fail with EINVAL if basename is "."Andreas Kling
2022-12-31LibWeb: Mark the border-style properties as layout affectingLuke Wilde
2022-12-31LibWeb: Treat `border-style: hidden` the same as `border-style: none`Luke Wilde
2022-12-31LibCrypto: Don't crash in ASN1::parse_generalized_time on missing 'Z'Ben Wiederhake
2022-12-31LibCrypto: Don't crash in ASN1::parse_utc_time on missing 'Z'Ben Wiederhake
2022-12-31LibCrypto+Tests: Test and demonstrate broken ASN1::parse_utc_timeBen Wiederhake
2022-12-31LibCore: Make DateTime more easily debuggableBen Wiederhake
2022-12-31Tests: Skip legacy exploit reproducer test on aarch64Andrew Kaster
2022-12-31LibC: Include aarch64 regs.h for AK_ARCH_AARCH64Andrew Kaster
2022-12-31AK: Prefer VERIFY_NOT_REACHED in ByteBufferNico Weber
2022-12-31LibGfx+icc: Add profile connection space printingNico Weber
2022-12-31LibGfx+icc: Print profile flagsNico Weber
2022-12-31LibWeb: Paint repeating background images over entire paint boxTimothy Flynn
2022-12-31Meta: Fix link to relocated intel.com webpageBen Wiederhake
2022-12-31Meta: Fix link to wrong version of commit in Mitigations.mdBen Wiederhake
2022-12-31LibGfx: Use VERIFY_NOT_REACHED() for impossible states in ICC codeNico Weber
2022-12-31LibGfx: Make ICC name converters return StringViewNico Weber
2022-12-31LibWeb: Support MouseEvent.{pageX,pageY}Itamar
2022-12-31LibWeb: Use CSSPixelPoint in MouseEvent::create_from_platform_event()Itamar
2022-12-31LibWeb: Fix calculation of MouseEvent::client_{x,y}Itamar
2022-12-31LibWeb: Fix table-row y-positionTom
2022-12-31Kernel/Graphics: Restore VirtIO GPU framebuffer console functionalityLiav A
2022-12-31Utilities: Introduce the ldd utilityLiav A
2022-12-31LibELF: Export static resolve_library method of the DynamicLinker codeLiav A
2022-12-31PixelPaint: ColorPicker updates user colors while draggingCody Hein
2022-12-31PixelPaint: Allow ImageEditor event to append info to the statusbarCody Hein
2022-12-31LibCore: Use CircularBuffer in BufferedHelperLucas CHOLLET
2022-12-31AK: Add `CircularBuffer`Lucas CHOLLET
2022-12-31Browser: Add window to inspect historyRafał Babiarz
2022-12-31userdel: Use `Core::Account::sync()` to interact with sensitive filesLucas CHOLLET
2022-12-31LibCore: Add a deleted state for `Account`Lucas CHOLLET