index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-02-09
WindowServer: Recompute occlusions and re-render shadows on theme change
Tom
2021-02-09
LibWeb: Reset the HTML editing cursor blink cycle on arrow key movement
Andreas Kling
2021-02-09
LibWeb: Remove duplicated locals in EventHandler::handle_mousedown()
Andreas Kling
2021-02-09
LibGUI: TextEditor widget should default to no wrapping
Andreas Kling
2021-02-09
Base: Fill in rightmost pixel in crosshair cursor
Nico Weber
2021-02-09
Base: Add 2x versions of most cursors
Nico Weber
2021-02-09
Kernel: Remove unused root directory computation in Process creation
Andreas Kling
2021-02-09
Kernel: Convert all *Builder::appendf() => appendff()
Andreas Kling
2021-02-09
AK: Use StringBuilder::appendff() instead of appendf()
Andreas Kling
2021-02-09
WindowServer: Don't render shadow for frameless windows
Tom
2021-02-09
WindowServer: Try harder to avoid re-rendering window shadow
Tom
2021-02-09
WindowServer: Implement simple window shadows
Tom
2021-02-08
LanguageServers/Cpp: ParserAutoComplete engine inspects header files
Itamar
2021-02-08
LanguageServers/Cpp: Use FileDB and AutoCompleteEngine base class
Itamar
2021-02-08
LanguageServers/Cpp: Add FileDB and pass project_root in Greet()
Itamar
2021-02-08
LibCpp: Start working on a C preprocessor
Itamar
2021-02-08
LibCpp: Include CPP_DEBUG in AK/Debug.h
Itamar
2021-02-08
LibCpp: Parse If statements
Itamar
2021-02-08
Kernel: Remove unused Thread::is_runnable_state()
Andreas Kling
2021-02-08
Kernel: Prevent execve/ptrace race
Andreas Kling
2021-02-08
Kernel: Remove two unused fields from sys$execve's LoadResult
Andreas Kling
2021-02-08
Kernel: Make the space lock a RecursiveSpinLock
Andreas Kling
2021-02-08
Kernel: Move ShouldAllocateTls enum from Process to execve.cpp
Andreas Kling
2021-02-08
Kernel: Always hold space lock while calculating memory statistics
Andreas Kling
2021-02-08
Kernel: Move memory statistics helpers from Process to Space
Andreas Kling
2021-02-08
Kernel: Skip generic region lookup in sys$futex and sys$get_stack_bounds
Andreas Kling
2021-02-08
LibCpp: Depend on LibSyntax
Itamar
2021-02-08
ping: Replace two magic numbers with ICMP_* macros
Linus Groh
2021-02-08
LibC: Define ICMP header type constants in netinet/ip_icmp.h
Linus Groh
2021-02-08
Revert "DynamicLoader: Remove unnecessary math functions"
Andreas Kling
2021-02-08
Kernel: Reorganize ptrace implementation a bit
Andreas Kling
2021-02-08
Kernel: Set the dumpable flag before switching spaces in sys$execve()
Andreas Kling
2021-02-08
Kernel: Remove outdated code to dump memory layout after exec load
Andreas Kling
2021-02-08
WindowServer: Cache rendered window frame in bitmap
Tom
2021-02-08
WindowServer: Calculate transparent frame occlusions
Tom
2021-02-08
Kernel: Factor address space management out of the Process class
Andreas Kling
2021-02-08
Kernel: Remove unused MemoryManager::validate_range()
Andreas Kling
2021-02-08
Kernel: Remove unused Process::for_each_thread_in_coredump()
Andreas Kling
2021-02-08
Build: Allow setting DBGLN_NO_COMPILETIME_FORMAT_CHECK via CMake flag
Andreas Kling
2021-02-08
AK: Add dbgln() format checking
AnotherTest
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-08
Kernel: Make Arch/i386/CPU.cpp safe to run through clang-format
AnotherTest
2021-02-08
Everywhere: Fix obvious dbgln() bugs
AnotherTest
2021-02-08
UserspaceEmulator: Use vdbgln() instead of dbgln() when reporting
AnotherTest
2021-02-08
AK: Add an iota_array() function that can generate an array
AnotherTest
2021-02-08
AK: Clean up includes around printf/vdbgprintf
Ben Wiederhake
2021-02-08
Everywhere: Remove unnecessary headers 4/4
Ben Wiederhake
2021-02-08
Everywhere: Remove unnecessary headers 3/4
Ben Wiederhake
2021-02-08
Everywhere: Remove unnecessary headers 2/4
Ben Wiederhake
2021-02-08
Everywhere: Remove unnecessary headers 1/4
Ben Wiederhake
[next]