summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-07LibCore: Add String variant for ArgsParser::add_positional_argumentspeles
2021-03-07LibGUI: Scroll selection into view when the IconView is first laid outspeles
2021-03-07Applications: Open folder with pre-selected file where appropriate :^)speles
2021-03-07AK: Add optional fragment parameter to create_with_file_protocol()speles
2021-03-07Meta: Use the new Shell features to improve run-tests-and-shutdownAnotherTest
2021-03-07Shell: Add support for enumerating lists in for loopsAnotherTest
2021-03-07Shell: Add support for 'immediate' expressions as variable substitutionsAnotherTest
2021-03-07Shell: Do not parse history events in scriptsAnotherTest
2021-03-07LibLine: Clear the buffer after invalidating prior written dataAnotherTest
2021-03-07Shell: Add functions to the PATH cache when rebuilding the cacheAnotherTest
2021-03-07Shell: Make the 'not' builtin return the correct exit code for functionsAnotherTest
2021-03-07Shell: Corrently indent offset newlines when formattingAnotherTest
2021-03-07Shell: Skip caching PATH and history load/save when not interactiveAnotherTest
2021-03-06LibGfx: Make most of Gfx::Color constexprAndreas Kling
2021-03-06LibWeb: Add a couple child node operations to Node and add node typesLuke
2021-03-06Meta: Make 'run.sh qgrub' work via SERENITY_RUNLinus Groh
2021-03-06Kernel: Address all 32 HPET comparators correctlyLiav A
2021-03-06Revert "Kernel: Fix HPET timer structure layout"Liav A
2021-03-06WebServer: Serve X-Frame-Options and X-Content-Type-Options HTTP headersBrendan Coles
2021-03-06LibGfx: Fix draw_triangle() precision issuesStephan Unverwerth
2021-03-06Ports/git: Forcing NO_IPV6 option.Jorropo
2021-03-06Ports: Add bzip2 portLuke
2021-03-06LibWeb: Make CSS background image painting respect destination origin and tra...Mihai Parparita
2021-03-06WebContent: Set correct scroll offset for PageHost paintingspeles
2021-03-06Ports: Add zlib dependency to libpngLuke
2021-03-06Base: Add egrep and rgrep aliases to /etc/shellrcBrendan Coles
2021-03-06LibM: optimized (branchless) copysignNick Wanninger
2021-03-06HackStudio: Restart LanguageServer if it crashesItamar
2021-03-06LanguageServers: Support calling SetFileContent with not-yet open filesItamar
2021-03-06LanguageServers: Tweak FileDB APIItamar
2021-03-06HackStudio: Add ProjectFile::create_if_neededItamar
2021-03-06HackStudio: Create Language enum from file extension or language nameItamar
2021-03-06HackStudio: Remove redundant null check when creating a new project fileItamar
2021-03-06HackStudio: Make sure project files are created with an absolute pathItamar
2021-03-06HackStudio: Map connections to langauge-servers by language nameItamar
2021-03-06LibCpp: Don't crash on an empty '#' lineItamar
2021-03-06LanguageServers/Cpp: Allow the creation of DocumentData objects to failItamar
2021-03-06LibCpp: Check if type is null in VariableDeclaration::dumpItamar
2021-03-05Ports: Add FreeType 2.10.4Andreas Kling
2021-03-05LibM: Add naive implementation of copysign()Andreas Kling
2021-03-05AK: Implement IsEnum<T> and UnderlyingType<T> type traitsBrian Gianforcaro
2021-03-05Kernel: Implement ScatterList for handling scattered DMA pagesLiav A
2021-03-05Kernel: Add AnonymousVMObject constructor for a Vector of physical pagesLiav A
2021-03-05Meta: Boot Q35 machine with SATA drive instead of using IDE driveLiav A
2021-03-05Kernel: Add basic AHCI functionalityLiav A
2021-03-05AK: Add a full memory barrier function based on atomic operationsLiav A
2021-03-05Kernel: Use global mechanism to determine minor number of Storage DeviceLiav A
2021-03-05Kernel: Make ATA macros to be publicLiav A
2021-03-05Kernel: Add enum values for later implementation of AHCILiav A
2021-03-05Kernel: Add Declaration of IDEChannel class in PATADiskDevice.hLiav A