summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-18LibGfx: Skip useless iterations during PNG::FilterType::Sub unfilteringRyan Liptak
2022-08-18LibGfx: Unfilter PNG data before unpacking it to RGBARyan Liptak
2022-08-18Base: Add new globe emojis U+1F30D-U+1F30Fdjwisdom
2022-08-17LibCore: Make EventLoop's connection to InspectorServer work againkleines Filmröllchen
2022-08-18Kernel: Fix TOCTOU in sys$unveil()Andreas Kling
2022-08-18Kernel/x86: Don't re-enable interrupts too soon when unlocking spinlocksAndreas Kling
2022-08-18Kernel: Protect the Custody cache with a spinlockAndreas Kling
2022-08-18Kernel: Remove outdated FIXME in Custody.hAndreas Kling
2022-08-18Kernel: Use consistent lock acquisition order in Thread::block*()Andreas Kling
2022-08-18Kernel: Don't do path resolution in sys$chdir() while holding spinlockAndreas Kling
2022-08-18Kernel/x86: Disable interrupts when leaving critical sectionsAndreas Kling
2022-08-18Kernel/x86: Move Processor::{leave,clear}_critical() out of lineAndreas Kling
2022-08-17LibJS: Resolve the correct this value for calls in with statementsdavidot
2022-08-17LibJS: Implement tagged literals evaluation like the specdavidot
2022-08-17LibJS: Allow invalid string in tagged template literalsdavidot
2022-08-17LibJS: Make StringToNumber case sensitive when falling back to strtoddavidot
2022-08-17LibJS: Don't assume a this argument for function.prototype.binddavidot
2022-08-17LibJS: Add the HostEnsureCanAddPrivateElement hookdavidot
2022-08-18Kernel: Make sys$unveil() not take the big process lockSamuel Bowman
2022-08-17Kernel: Require semicolon after VERIFY_{NO_,}PROCESS_BIG_LOCK_ACQUIREDLinus Groh
2022-08-17Meta: Upgrade to the lastest version of the SonarScanner CLIBrian Gianforcaro
2022-08-17Meta: Disallow running with QEMU >= 7.x on aarch64 buildTimon Kruiper
2022-08-17Toolchain: Allow setting QEMU_{VERSION, MD5SUM} from command lineTimon Kruiper
2022-08-17LibUnicode: Generate code point display names with run-length encodingTimothy Flynn
2022-08-17LibUnicode: Mark UniqueStringStorage::generate as constantTimothy Flynn
2022-08-17Base: Add more emojiXexxa
2022-08-17Base: Replace emoji U+1F47D.png with U+1F470.png, remove U+1F470.pngXexxa
2022-08-17Base: Adjust transparency for emoji U+1F1EA_U+1F1EC.pngXexxa
2022-08-17Base: Add 6 new emojisRyan Liptak
2022-08-17Base: Add new emojis U+1F311-U+1F31A U+1F31Ddjwisdom
2022-08-17Base: Add 16 new hand emojisRyan Liptak
2022-08-16Base: Add 10 new emojisRyan Liptak
2022-08-16Base: Update tongue color of emoji U+1F923 to match othersRyan Liptak
2022-08-16Base: Add 2 new cat face emojisRyan Liptak
2022-08-16Base: Fix codepoint of CRYING CAT FACERyan Liptak
2022-08-16Kernel: Make sys$socketpair() not take the big lockAndreas Kling
2022-08-16Kernel: Only lock file descriptor table once in sys$pipe()Andreas Kling
2022-08-16Kernel: Don't leak file descriptors in sys$pipe()Andreas Kling
2022-08-16Kernel: Make sys$pipe() not take the big lockAndreas Kling
2022-08-16Kernel: Remove unnecessary TOCTOU bug in sys$pipe()Andreas Kling
2022-08-16LibGUI: Don't let widgets hide tooltips they didn't showDavid Smith
2022-08-16LibTimeZone+LibUnicode: Generate string data with run-length encodingTimothy Flynn
2022-08-16Kernel: Lock the inode before writing in SharedInodeVMObject::syncMike Akers
2022-08-16Profiler: Fix unmovable splitterDavid Smith
2022-08-16LibGUI+WindowServer+DisplaySettings: Add Tooltips to SystemEffectsthankyouverycool
2022-08-16WindowServer: Remove unused header in SystemEffectsthankyouverycool
2022-08-16WindowServer: Walk the open menu stack in reverse on MouseMove eventsthankyouverycool
2022-08-16WindowServer: Do not pop-up submenus directly atop their ancestorsthankyouverycool
2022-08-16WindowServer: Add MenuManager helper to find closest open ancestorthankyouverycool
2022-08-16WindowServer: Force cursor invalidation when composing immediatelythankyouverycool