summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-01basename: Tidy up a little moreAndreas Kling
2021-06-01basename: Support suffix strippingAndreas Kling
2021-06-01LibCore: Add StringView overloads for Core::ArgsParserAndreas Kling
2021-06-01Documentation: Add rule about "east const" to CodingStyle.mdAndreas Kling
2021-06-01Hearts: Fix sorting for pick_low_points_high_value_cardGunnar Beutner
2021-06-01Hearts: Prefer to pass high value cardsGunnar Beutner
2021-06-01Hearts: Pick better non-matching cardsGunnar Beutner
2021-06-01Hearts: Make debugging AI suggestions easierGunnar Beutner
2021-06-01Hearts: Pick better cards when we're the third playerGunnar Beutner
2021-06-01Hearts: Pick better lead cardsGunnar Beutner
2021-06-01LibPthread: Correct error check in `sem_post` and `sem_wait`Jelle Raaijmakers
2021-06-01LibGUI: Add a FIXME about race in AutocompleteBox::apply_suggestion()Itamar
2021-06-01LibGUI: Check that AutocompleteBox's selection row is validItamar
2021-06-01LibGUI/TreeView: Select parent on collapseJelle Raaijmakers
2021-05-31LibJS: Add left shift & right shift operator support for BigIntegersIdan Horowitz
2021-05-31Kernel/ACPI: Sprinkle links to the specification all overLuke
2021-05-31Kernel: Rename instances of IO port 0xe9 to BOCHS_DEBUG_PORTNick Miller
2021-05-31Ports: Add opentyrian and opentyrian-dataOleg Kosenkov
2021-05-31Ports: Add Simon Tatham's Puzzle CollectionEgor Ananyin
2021-05-31Documentation: Add explanation about AHCI lockingLiav A
2021-05-31lsof: Replace copy with reference in a for loopLinus Groh
2021-05-31cal: Remove unused variable declarationsLinus Groh
2021-05-31Userland: Remove a bunch of unused includesLinus Groh
2021-05-31Userland: Avoid a bunch of JsonObject copiesLinus Groh
2021-05-31SpaceAnalyzer: Replace fprintf(stderr) with warnln()Linus Groh
2021-05-31Debugger: Replace printf() with outln()Linus Groh
2021-05-31Applets/Network: Replace fprintf(stderr) with dbgln()Linus Groh
2021-05-31LibX86: Replace fprintf(stderr) with warnln()Linus Groh
2021-05-31LibWeb/WrapperGenerator: Replace a fprintf() with warnln()Linus Groh
2021-05-31LibRegex: Replace fprintf()/printf() with warnln()/outln()/dbgln()Linus Groh
2021-05-31LibHTTP: Replace fprintf(stderr) with warnln()Linus Groh
2021-05-31LibGUI: Replace fprintf(stderr)/printf() with warnln()/dbgln()Linus Groh
2021-05-31LibGfx: Replace if constexpr (PNG_DEBUG) printf() with dbgln_if()Linus Groh
2021-05-31LibGemini: Replace fprintf(stderr) with warnln()Linus Groh
2021-05-31LibCore: Replace fprintf(stderr)/printf() with warnln()/out()Linus Groh
2021-05-31LibC: Replace fprintf(stderr) with warnln()Linus Groh
2021-05-31AK: Add Formatter<unsigned char[Size]>Linus Groh
2021-05-31Kernel: Fix crash when switching to console 5 & 6Sebastian Zaha
2021-05-31AK: Guard inline assembly with ARCH(I386) and provide alternativeAndrew Kaster
2021-05-31LibGfx: Make JPGLoader iterate components deterministicallysin-ack
2021-05-31LibWeb: Rename "FrameHostElement" to "BrowsingContextContainer"Luke
2021-05-31LibGL: Use Texture Units in Rasterizer and ContextJesse Buhagiar
2021-05-31LibGL: Implement glActiveTextureJesse Buhagiar
2021-05-31LibGL: Implement basic texture unitsJesse Buhagiar
2021-05-31AK+Kernel: Disallow implicitly lifting pointers to OwnPtr'sAli Mohammad Pur
2021-05-31Lagom/Fuzzers: Add SQL parser fuzzerLuke
2021-05-31Spreadsheet: Keep value when clicking out of a cellBrandon Hamilton
2021-05-31LibELF: Support weak symbols when using BIND_NOWGunnar Beutner
2021-05-31CMake: Hide KMALLOC_VERIFY_NO_SPINLOCK_HELD so folks don't find itBrian Gianforcaro
2021-05-31Kernel: Add KString::must_{..} factory methodsBrian Gianforcaro