summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-02Everywhere: Remove unused includes of AK/Array.hBen Wiederhake
2023-01-02Kernel: Remove unused includesBen Wiederhake
2023-01-02Everywhere: Fix badly-formatted includesBen Wiederhake
2023-01-02LibHTTP: Propagate errors using TRYericLemanissier
2023-01-02LibEDID: Propagate errors using TRYericLemanissier
2023-01-02LibCrypto: Propagate errors using TRYericLemanissier
2023-01-02Base+Userland: Add menu item iconsBrandon Jordan
2023-01-02Solitaire: Add link to help pageEvan Smal
2023-01-02Demos: Remove "Mouse" applicationAndreas Kling
2023-01-02Demos: Remove "Fire" applicationAndreas Kling
2023-01-02LibGfx+icc: Print pcs illuminantNico Weber
2023-01-02Base: Move GML Widget documentation to subsubsectionkleines Filmröllchen
2023-01-02Base: Move GML documentation into subsectionkleines Filmröllchen
2023-01-02Base: Document manpage structure separatelykleines Filmröllchen
2023-01-02Help: Detect clicked page correctlykleines Filmröllchen
2023-01-02Help: Don't expand the whole tree of the selected node's parentkleines Filmröllchen
2023-01-02Help+LibManual: Open sibling page for subsectionskleines Filmröllchen
2023-01-02LibManual: Create subsections for subdirectories automaticallykleines Filmröllchen
2023-01-02LibManual: Add SubsectionNodekleines Filmröllchen
2023-01-02Help+LibManual: Move URL handling to LibManualkleines Filmröllchen
2023-01-02Utilities: Resolve manpage paths more robustly in markdown-checkkleines Filmröllchen
2023-01-02LibManual: Allow overriding a Node's path calculationkleines Filmröllchen
2023-01-02Help+LibManual: Make the children accessor falliblekleines Filmröllchen
2023-01-02Help: Use array size instead of sizeof to determine number of sectionskleines Filmröllchen
2023-01-02Help: Only toggle open/close for SectionNodeskleines Filmröllchen
2023-01-02Kernel: Propagate properly errors from PCI IDE Controller initializationLiav A
2023-01-02Kernel: Remove stale detect_disks method from PCI IDE controller classLiav A
2023-01-01Base: Add 8 new emoji and improve consistency on one morekleines Filmröllchen
2023-01-01LibGL: Stop unnecessarily casting to `float`Jelle Raaijmakers
2023-01-01LibGL: Implement `GL_TEXTURE_ENV_COLOR`Jelle Raaijmakers
2023-01-01LibGUI: Fix wrong copyright header email for recent OpacitySlider changenetworkException
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