summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-02HackStudio: Remove unused includesMarcus Nilsson
2021-06-02HackStudio: Close locator on exitMarcus Nilsson
2021-06-02Hearts: Play the first valid card (left-to-right) when pressing spaceMatthew B. Jones
2021-06-02Kernel: Avoid allocations in the VMObject constructorGunnar Beutner
2021-06-02Kernel: Add operator delete for KStringGunnar Beutner
2021-06-02LibGUI: Tooltip no longer exceeds screen width, now truncatesMatthew Jones
2021-06-02LibJS: Remove declarations of some TODO()'d BigInt and Promise functionsLinus Groh
2021-06-02LibJS: Replace iterator hint string argument with an enumLinus Groh
2021-06-02LibRegex: Hide stray dbgln() behind REGEX_DEBUGLinus Groh
2021-06-02LibGUI: Fixes Widget->set_visible(false) still maintains focus bugMatthew Jones
2021-06-02TextEditor/GMLPlayground: Don't close app if user aborts save on exitMatthew Jones
2021-06-02KeyboardMapper: Add default path to keymapsNonStandardModel
2021-06-02LibC: Use memory_order_acquire instead of memory_order_acq_relGunnar Beutner
2021-06-02LibC: Fix race condition in pthread_mutex_unlock()Gunnar Beutner
2021-06-02LibC: Remove reinterpret_cast in pthread_mutex_{try,}lockGunnar Beutner
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