summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-09WindowServer: Recompute occlusions and re-render shadows on theme changeTom
2021-02-09LibWeb: Reset the HTML editing cursor blink cycle on arrow key movementAndreas Kling
2021-02-09LibWeb: Remove duplicated locals in EventHandler::handle_mousedown()Andreas Kling
2021-02-09LibGUI: TextEditor widget should default to no wrappingAndreas Kling
2021-02-09Base: Fill in rightmost pixel in crosshair cursorNico Weber
2021-02-09Base: Add 2x versions of most cursorsNico Weber
2021-02-09Kernel: Remove unused root directory computation in Process creationAndreas Kling
2021-02-09Kernel: Convert all *Builder::appendf() => appendff()Andreas Kling
2021-02-09AK: Use StringBuilder::appendff() instead of appendf()Andreas Kling
2021-02-09WindowServer: Don't render shadow for frameless windowsTom
2021-02-09WindowServer: Try harder to avoid re-rendering window shadowTom
2021-02-09WindowServer: Implement simple window shadowsTom
2021-02-08LanguageServers/Cpp: ParserAutoComplete engine inspects header filesItamar
2021-02-08LanguageServers/Cpp: Use FileDB and AutoCompleteEngine base classItamar
2021-02-08LanguageServers/Cpp: Add FileDB and pass project_root in Greet()Itamar
2021-02-08LibCpp: Start working on a C preprocessorItamar
2021-02-08LibCpp: Include CPP_DEBUG in AK/Debug.hItamar
2021-02-08LibCpp: Parse If statementsItamar
2021-02-08Kernel: Remove unused Thread::is_runnable_state()Andreas Kling
2021-02-08Kernel: Prevent execve/ptrace raceAndreas Kling
2021-02-08Kernel: Remove two unused fields from sys$execve's LoadResultAndreas Kling
2021-02-08Kernel: Make the space lock a RecursiveSpinLockAndreas Kling
2021-02-08Kernel: Move ShouldAllocateTls enum from Process to execve.cppAndreas Kling
2021-02-08Kernel: Always hold space lock while calculating memory statisticsAndreas Kling
2021-02-08Kernel: Move memory statistics helpers from Process to SpaceAndreas Kling
2021-02-08Kernel: Skip generic region lookup in sys$futex and sys$get_stack_boundsAndreas Kling
2021-02-08LibCpp: Depend on LibSyntaxItamar
2021-02-08ping: Replace two magic numbers with ICMP_* macrosLinus Groh
2021-02-08LibC: Define ICMP header type constants in netinet/ip_icmp.hLinus Groh
2021-02-08Revert "DynamicLoader: Remove unnecessary math functions"Andreas Kling
2021-02-08Kernel: Reorganize ptrace implementation a bitAndreas Kling
2021-02-08Kernel: Set the dumpable flag before switching spaces in sys$execve()Andreas Kling
2021-02-08Kernel: Remove outdated code to dump memory layout after exec loadAndreas Kling
2021-02-08WindowServer: Cache rendered window frame in bitmapTom
2021-02-08WindowServer: Calculate transparent frame occlusionsTom
2021-02-08Kernel: Factor address space management out of the Process classAndreas Kling
2021-02-08Kernel: Remove unused MemoryManager::validate_range()Andreas Kling
2021-02-08Kernel: Remove unused Process::for_each_thread_in_coredump()Andreas Kling
2021-02-08Build: Allow setting DBGLN_NO_COMPILETIME_FORMAT_CHECK via CMake flagAndreas Kling
2021-02-08AK: Add dbgln() format checkingAnotherTest
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-02-08Kernel: Make Arch/i386/CPU.cpp safe to run through clang-formatAnotherTest
2021-02-08Everywhere: Fix obvious dbgln() bugsAnotherTest
2021-02-08UserspaceEmulator: Use vdbgln() instead of dbgln() when reportingAnotherTest
2021-02-08AK: Add an iota_array() function that can generate an arrayAnotherTest
2021-02-08AK: Clean up includes around printf/vdbgprintfBen Wiederhake
2021-02-08Everywhere: Remove unnecessary headers 4/4Ben Wiederhake
2021-02-08Everywhere: Remove unnecessary headers 3/4Ben Wiederhake
2021-02-08Everywhere: Remove unnecessary headers 2/4Ben Wiederhake
2021-02-08Everywhere: Remove unnecessary headers 1/4Ben Wiederhake