summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-02Terminal/LibGUI::TextEditor: Add shift+return to search forwardsMarcus Nilsson
2021-06-02Terminal: Remove unused includesMarcus Nilsson
2021-06-02Terminal: Close find & settings windows on application exitMarcus Nilsson
2021-06-02WindowServer: Use RefPtr instead of raw pointersGunnar Beutner
2021-06-02PixelPaint: Update Image.{cpp, h} to use east constMarco Cutecchia
2021-06-02PixelPaint: Support opening more image file formatsMarco Cutecchia
2021-06-02Documentation: Correct some typos in kernel and browser docsSiddhant Rao
2021-06-02AK+LibWasm+LibJS: Disallow Variant.has() on types that aren't containedAli Mohammad Pur
2021-06-02Kernel: Make KString non-copyable and non-movableGunnar Beutner
2021-06-02Kernel: Fix use-after-free in sys$mremapGunnar Beutner
2021-06-02Utilities: Add support for relative paths in open commandFilip Kania
2021-06-02LibWasm: Ensure that value signs are preserved when castingAli Mohammad Pur
2021-06-02LibWasm: Parse the "extend" set of instructionsAli Mohammad Pur
2021-06-02Meta: Make the wasm test generator cast numbers to i32 when neededAli Mohammad Pur
2021-06-02AK: Make checked division also check for divide by zeroAli Mohammad Pur
2021-06-02LibWasm: Don't execute the last instruction in the frame after returnAli Mohammad Pur
2021-06-02wasm: Add a way to create dummy function exportsAli Mohammad Pur
2021-06-02LibWasm: Implement reference instructions (ref.{null,func,is_null})Ali Mohammad Pur
2021-06-02Meta: Generate failing tests for unsupported assertions in wasm testsAli Mohammad Pur
2021-06-02Inspector: Check if RemoteProcess `is_inspectable`Matthew Jones
2021-06-02InspectorServer: Add `is_inspectable` IPCMatthew Jones
2021-06-02LibChess: Change cursor style when hovering or dragging valid pieceBrandonKi
2021-06-02WindowServer: Don't crash when we can't allocate a bitmapGunnar Beutner
2021-06-02Utilities: Report correct memory addresses for pmapGunnar Beutner
2021-06-02LibJS: Add the String.prototype.trim{Left, Right} aliasesIdan Horowitz
2021-06-02WindowServer: Use user-defined background color, if definedMatthew Jones
2021-06-02SoundPlayer: Fix playback slider page steppingNick Miller
2021-06-02Profiler: Fix loading profiles which previously would crash the profilerGunnar Beutner
2021-06-02Meta: Remove duplicated ensure_toolchain from serenity.shLinus Groh
2021-06-02LibJS: Fix indendation in CMakeLists.txtLinus Groh
2021-06-01Kernel: Handle OOM of file system in sys$mountBrian Gianforcaro
2021-06-01Kernel: Move ProcFS API towards OOM safetyBrian Gianforcaro
2021-06-01Kernel: Move TmpFS towards OOM safetyBrian Gianforcaro
2021-06-01Kernel: Move DevFS APIs towards OOM safetyBrian Gianforcaro
2021-06-01Kernel: Make AnonymousFile::create API OOM safeBrian Gianforcaro
2021-06-01md: Improve document parsing error messageLinus Groh
2021-06-01Userland: Return 1 when help text is shown for insufficient argsLinus Groh
2021-06-01Userland: Replace most printf-style APIs with AK::Format APIs :^)Linus Groh
2021-06-01CppLanguageServer: Work with a HashMap of Symbols in each documentItamar
2021-06-01LibCpp: Consider declarations inside a function's bodyItamar
2021-06-01LibSQL: Return an error for empty common table expression listsTimothy Flynn
2021-06-01InspectorServer: Remove extraneous curly bracketsGunnar Beutner
2021-06-01Kernel: Dont try to register ephemeral TCP ports twicestelar7
2021-06-01LibWeb: Use correct percent encode set for form submissionsLuke
2021-06-01AK+Everywhere: Fix compiletime format parsing of replacement fieldsAli Mohammad Pur
2021-06-01AK: Strip leading/trailing C0-control-or-space in URLs correctlyAndreas Kling
2021-06-01Meta: Make `serenity.sh` invoke `cmake` when `build.ninja` is missingJelle Raaijmakers
2021-06-01HexEditor: Fix off-by-one bugs in selected text length calculationsBrendan Coles
2021-06-01AK: Move identity check from URL::operator==() to equals()Max Wipfli
2021-06-01AK+LibWeb: Remove URL::to_string_encoded()Max Wipfli