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-03-07
LibCore: Add String variant for ArgsParser::add_positional_argument
speles
2021-03-07
LibGUI: Scroll selection into view when the IconView is first laid out
speles
2021-03-07
Applications: Open folder with pre-selected file where appropriate :^)
speles
2021-03-07
AK: Add optional fragment parameter to create_with_file_protocol()
speles
2021-03-07
Meta: Use the new Shell features to improve run-tests-and-shutdown
AnotherTest
2021-03-07
Shell: Add support for enumerating lists in for loops
AnotherTest
2021-03-07
Shell: Add support for 'immediate' expressions as variable substitutions
AnotherTest
2021-03-07
Shell: Do not parse history events in scripts
AnotherTest
2021-03-07
LibLine: Clear the buffer after invalidating prior written data
AnotherTest
2021-03-07
Shell: Add functions to the PATH cache when rebuilding the cache
AnotherTest
2021-03-07
Shell: Make the 'not' builtin return the correct exit code for functions
AnotherTest
2021-03-07
Shell: Corrently indent offset newlines when formatting
AnotherTest
2021-03-07
Shell: Skip caching PATH and history load/save when not interactive
AnotherTest
2021-03-06
LibGfx: Make most of Gfx::Color constexpr
Andreas Kling
2021-03-06
LibWeb: Add a couple child node operations to Node and add node types
Luke
2021-03-06
Meta: Make 'run.sh qgrub' work via SERENITY_RUN
Linus Groh
2021-03-06
Kernel: Address all 32 HPET comparators correctly
Liav A
2021-03-06
Revert "Kernel: Fix HPET timer structure layout"
Liav A
2021-03-06
WebServer: Serve X-Frame-Options and X-Content-Type-Options HTTP headers
Brendan Coles
2021-03-06
LibGfx: Fix draw_triangle() precision issues
Stephan Unverwerth
2021-03-06
Ports/git: Forcing NO_IPV6 option.
Jorropo
2021-03-06
Ports: Add bzip2 port
Luke
2021-03-06
LibWeb: Make CSS background image painting respect destination origin and tra...
Mihai Parparita
2021-03-06
WebContent: Set correct scroll offset for PageHost painting
speles
2021-03-06
Ports: Add zlib dependency to libpng
Luke
2021-03-06
Base: Add egrep and rgrep aliases to /etc/shellrc
Brendan Coles
2021-03-06
LibM: optimized (branchless) copysign
Nick Wanninger
2021-03-06
HackStudio: Restart LanguageServer if it crashes
Itamar
2021-03-06
LanguageServers: Support calling SetFileContent with not-yet open files
Itamar
2021-03-06
LanguageServers: Tweak FileDB API
Itamar
2021-03-06
HackStudio: Add ProjectFile::create_if_needed
Itamar
2021-03-06
HackStudio: Create Language enum from file extension or language name
Itamar
2021-03-06
HackStudio: Remove redundant null check when creating a new project file
Itamar
2021-03-06
HackStudio: Make sure project files are created with an absolute path
Itamar
2021-03-06
HackStudio: Map connections to langauge-servers by language name
Itamar
2021-03-06
LibCpp: Don't crash on an empty '#' line
Itamar
2021-03-06
LanguageServers/Cpp: Allow the creation of DocumentData objects to fail
Itamar
2021-03-06
LibCpp: Check if type is null in VariableDeclaration::dump
Itamar
2021-03-05
Ports: Add FreeType 2.10.4
Andreas Kling
2021-03-05
LibM: Add naive implementation of copysign()
Andreas Kling
2021-03-05
AK: Implement IsEnum<T> and UnderlyingType<T> type traits
Brian Gianforcaro
2021-03-05
Kernel: Implement ScatterList for handling scattered DMA pages
Liav A
2021-03-05
Kernel: Add AnonymousVMObject constructor for a Vector of physical pages
Liav A
2021-03-05
Meta: Boot Q35 machine with SATA drive instead of using IDE drive
Liav A
2021-03-05
Kernel: Add basic AHCI functionality
Liav A
2021-03-05
AK: Add a full memory barrier function based on atomic operations
Liav A
2021-03-05
Kernel: Use global mechanism to determine minor number of Storage Device
Liav A
2021-03-05
Kernel: Make ATA macros to be public
Liav A
2021-03-05
Kernel: Add enum values for later implementation of AHCI
Liav A
2021-03-05
Kernel: Add Declaration of IDEChannel class in PATADiskDevice.h
Liav A
[next]