summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-06-03WindowServer: Switch Window to IntrusiveList from InlineLinkedListBrian 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-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
2021-06-03LibGUI: Show pressed state for Space and Return key eventsMatthew Jones
2021-06-03LibWasm: Use builtins for clz, ctz, and popcntBrandonKi
2021-06-03LibWasm: Implement rotr and rotlBrandonKi
2021-06-02LibGUI+LibGfx+WindowServer: Sanity check window size dimensionsMatthew Jones
2021-06-02HackStudio: Make locator lose focus on closeMarcus Nilsson
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-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-02AK+LibWasm+LibJS: Disallow Variant.has() on types that aren't containedAli Mohammad Pur
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-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-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