summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-04Ports: Don't crash when starting uMario outside of /opt/Super_MarioGunnar Beutner
2021-06-04Taskbar: Allow creating menus for sub-categoriesGunnar Beutner
2021-06-04AK: Don’t drop lines between \r and \n in StringView::lines() (#7662)R Smith
2021-06-04LibTest: Add --json flag to JS test runnerLinus Groh
2021-06-04Profiler: Show the duration of the time interval chosenDhruvMaroo
2021-06-04Documentation: Fix a typo by removing an extra wordScott Antipa
2021-06-04Ports: Add p7zipJohn Brehm
2021-06-04LibCards: Don't draw the first card smaller than the othersGunnar Beutner
2021-06-04LibLine: Actually cancel the search editor on Ctl-Cbrapru
2021-06-04Solitaire: Fixes undo feature from incorrect merge conflict resolutionMatthew Jones
2021-06-04LibCpp: Revert change to strace.cpp AST test from bf8fd4cAndreas Kling
2021-06-03LibCards: Draw cards with rounded card cornersDavid Isaksson
2021-06-03Everywhere: Remove accidental '\n' from various outln() invocationsAndreas Kling
2021-06-03Meta: Add a guideline about bare metal issuesLiav A
2021-06-03Kernel: Make sure outgoing ICMP packets have the correct checksumGunnar Beutner
2021-06-03Meta: Sort debug macros alphabeticallyNonStandardModel
2021-06-03LibGUI/FileIconProvider: Return s_file_icon when stat() failsMarcus Nilsson
2021-06-03Utilities: Make sure columns for ps are properly alignedGunnar Beutner
2021-06-03KeyboardMapper: Fix crash upon loading an invalid JSON fileNonStandardModel
2021-06-03Kernel: Support new lines when doing critical printingLiav A
2021-06-03Kernel/Graphics: Remove unused overloaded write methods of ConsoleLiav A
2021-06-03Kernel: Fix "sv" being inside of "no-fbdev" instead of outsideLuke
2021-06-03CI: Skip saving the toolchain and ccache caches in PR workflowsIdan Horowitz
2021-06-03AK: Do not VERIFY on invalid code point bytes in UTF8ViewDexesTTP
2021-06-03LibJS: Avoid allocations in the Exception constructorGunnar Beutner
2021-06-03LibJS: Optimize insertion order in the Exception constructorGunnar Beutner
2021-06-03Everywhere: Replace ctype.h to avoid narrowing conversionsMax Wipfli
2021-06-03Tests: Add tests for most functions in AK/CharacterType.hMax Wipfli
2021-06-03AK: Add CharacterTypes.hMax Wipfli
2021-06-03WindowServer: Switch Window to IntrusiveList from InlineLinkedListBrian Gianforcaro
2021-06-03Kernel: Switch ProcessGroup to IntrusiveList from InlineLinkedListBrian Gianforcaro
2021-06-03Tests: Add test coverage for AK::IntrusiveList reverse iterator supportBrian Gianforcaro
2021-06-03AK: Add reverse iterator support to AK::IntrusiveListBrian Gianforcaro
2021-06-03LibC: Switch ChunkedBlock to IntrusiveList from InlineLinkedListBrian Gianforcaro
2021-06-03AK: Remove unused JsonValue <=> IPv4Address conversion codeGunnar Beutner
2021-06-03LibGUI: Hide TextEditor dbgln spew under TEXTEDITOR_DEBUGBrian Gianforcaro
2021-06-03TextEditor: Remove unused header includesBrian Gianforcaro
2021-06-03Solitaire: Add keys for drawing and moving cards to foundation stacksMatthew B. Jones
2021-06-03LibGUI: Properly wrap multiple lines in IconView search highlightingMatthew B. Jones
2021-06-03LibSQL: Report a syntax error for unsupported LIMIT clause syntaxTimothy Flynn
2021-06-03WindowServer: Add sanity checks to `create_window` IPCMatthew Jones
2021-06-03LibGUI: ComboBox now goes upwards when running out of room to renderMatthew Jones
2021-06-03LibGUI: ComboBox now correctly sizes height in relation to taskbarMatthew Jones
2021-06-03LibGUI: Desktop.h should get actual value from TaskbarWindow.hMatthew Jones
2021-06-03WindowServer: Position popup menu with offset of 1 pixelMatthew Jones
2021-06-03AK: Allow inlining more string functionsGunnar Beutner
2021-06-03AK: Allow inlining ref-count functionalityGunnar Beutner
2021-06-03Solitaire: Add undo functionalityMatthew B. Jones
2021-06-03Profiler: Remove m_deepest_stack_depthGunnar Beutner
2021-06-03Profiler: Use sequential serial numbers for profiling eventsGunnar Beutner