summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-06-04LibGfx: Add helper for painting a rounded rect with equal corner radiiTimothy Flynn
2021-06-04hostname: Handle 'sethostname' errorsMaciej Zygmanowski
2021-06-04Taskbar: Make sure LibGUI/Desktop.h is usable in portsGunnar Beutner
2021-06-04LibJS: Fix functions binding this to global object in strict modeRyan Chandler
2021-06-04LibWasm+wasm: Switch to east-const to comply with project styleAli Mohammad Pur
2021-06-04Userland/wasm: Replace manual noop export with an automatic oneAli Mohammad Pur
2021-06-04LibWasm: Load and instantiate tablesAli Mohammad Pur
2021-06-04LibWasm: Implement the br.table instructionAli Mohammad Pur
2021-06-04LibWasm: Read from and write to memory as little-endianAli Mohammad Pur
2021-06-04LibJS/Tests: Catch exceptions in describe() itselfAli Mohammad Pur
2021-06-04LibC: Define `MSG_OOB`Jelle Raaijmakers
2021-06-04LibC: Implement `execle()`Jelle Raaijmakers
2021-06-04LibC: Implement `mblen()`Jelle Raaijmakers
2021-06-04LibC: Add POSIX timer constantsJelle Raaijmakers
2021-06-04LibVT: Fix underlines incorrectly rendering in redDaniel Bertalan
2021-06-04LibVT: Implement bright color supportDaniel Bertalan
2021-06-04LibVT+Terminal: Add color scheme supportDaniel Bertalan
2021-06-04LibVT+Kernel: Create `Color` classDaniel Bertalan
2021-06-04LibWeb: Remove Utf8View usage and try avoiding StringBuilder in TextNodeMax Wipfli
2021-06-04Taskbar: Allow creating menus for sub-categoriesGunnar Beutner
2021-06-04LibTest: Add --json flag to JS test runnerLinus Groh
2021-06-04Profiler: Show the duration of the time interval chosenDhruvMaroo
2021-06-04LibCards: Don't draw the first card smaller than the othersGunnar Beutner
2021-06-04LibLine: Actually cancel the search editor on Ctl-Cbrapru
2021-06-04Solitaire: Fixes undo feature from incorrect merge conflict resolutionMatthew Jones
2021-06-04LibCpp: Revert change to strace.cpp AST test from bf8fd4cAndreas Kling
2021-06-03LibCards: Draw cards with rounded card cornersDavid Isaksson
2021-06-03Everywhere: Remove accidental '\n' from various outln() invocationsAndreas Kling
2021-06-03LibGUI/FileIconProvider: Return s_file_icon when stat() failsMarcus Nilsson
2021-06-03Utilities: Make sure columns for ps are properly alignedGunnar Beutner
2021-06-03KeyboardMapper: Fix crash upon loading an invalid JSON fileNonStandardModel
2021-06-03AK: Do not VERIFY on invalid code point bytes in UTF8ViewDexesTTP
2021-06-03LibJS: Avoid allocations in the Exception constructorGunnar Beutner
2021-06-03LibJS: Optimize insertion order in the Exception constructorGunnar Beutner
2021-06-03Everywhere: Replace ctype.h to avoid narrowing conversionsMax Wipfli
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