summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-06-01AK+Everywhere: Fix compiletime format parsing of replacement fieldsAli Mohammad Pur
2021-06-01HexEditor: Fix off-by-one bugs in selected text length calculationsBrendan Coles
2021-06-01AK+LibWeb: Remove URL::to_string_encoded()Max Wipfli
2021-06-01Everywhere: codepoint => code pointAndreas Kling
2021-06-01AK: Rename Utf8CodepointIterator => Utf8CodePointIteratorAndreas Kling
2021-06-01LibGUI+Shell+bt+ls: Use proper APIs for creating file URLsMax Wipfli
2021-06-01LibHTTP: Percent encode/decode request URIMax Wipfli
2021-06-01LibWeb: Remove usage of URL::set_path() in FrameLoaderMax Wipfli
2021-06-01Spreadsheet: Remove usage of URL::set_path()Max Wipfli
2021-06-01AK: Remove URLParserMax Wipfli
2021-06-01AK+Everywhere: Replace usages of URLParser::urlencode() and urldecode()Max Wipfli
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-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-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-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-31Spreadsheet: Keep value when clicking out of a cellBrandon Hamilton
2021-05-31LibELF: Support weak symbols when using BIND_NOWGunnar Beutner
2021-05-31AK: Remove the public ByteBuffer::trim methodGunnar Beutner
2021-05-31AK: Replace ByteBuffer::grow with resize()/ensure_capacity()Gunnar Beutner