summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-27Meta: Specify -z when decompressing tar.gz archivesDaniel Bertalan
2022-03-27LibWeb: Ensure lazy WindowObject creation when activating event handlerLinus Groh
2022-03-27LibWeb: Don't crash in IFC if very first chunk is collapsible whitespaceAndreas Kling
2022-03-27LibLine: Avoid pointless size_t <-> ssize_t castAli Mohammad Pur
2022-03-27LibLine: Handle read events seriallyAli Mohammad Pur
2022-03-27Shell: Keep the stdio and rpath pledges for execute_process()Ali Mohammad Pur
2022-03-27LookupServer: Fix confusing copy/paste error in debug messageLinus Groh
2022-03-27Kernel: Support all AMD-defined CPUID feature flags for EAX=80000001hLinus Groh
2022-03-27Kernel: Support all Intel-defined extended CPUID feature flags for EAX=7Linus Groh
2022-03-27Kernel: Support all Intel-defined CPUID feature flags for EAX=1Linus Groh
2022-03-27Kernel: Implement CPUFeature as an ArbitrarySizedEnumLinus Groh
2022-03-27Kernel: Fix whack formatting of the CPUID constructorLinus Groh
2022-03-27Kernel: Reorder code in Processor::cpu_detect() for readabilityLinus Groh
2022-03-27Kernel: Change the BSP Processor instance to not have a constructorTom
2022-03-27AK: Add an ArbitrarySizedEnum templateLinus Groh
2022-03-27AK: Add non-const DistinctNumeric::value() getterLinus Groh
2022-03-27AK: Remove unused String.h include from UFixedBigInt.hLinus Groh
2022-03-27Meta: Fix path to GCC's addr2line in serenity.shLinus Groh
2022-03-27Ports: Add Free Heroes of Might and Magic II (fheroes2) portMichael Manganiello
2022-03-27LibGL+LibSoftGPU+LibGfx: Reimplement normal transformationJelle Raaijmakers
2022-03-27LibGL: Always normalize vertex attribute dataJelle Raaijmakers
2022-03-27LibSoftGPU+LibGfx: Transform and normalize normals before lightingJelle Raaijmakers
2022-03-27LibSoftGPU: Clean up `Material` initial value styleJelle Raaijmakers
2022-03-27LibGL+LibSoftGPU: Implement more of `GL_LIGHT_MODEL_COLOR_CONTROL`Jelle Raaijmakers
2022-03-27LibGL: Use correct `GLbyte` range in `glColor4b`Jelle Raaijmakers
2022-03-27LibSoftGPU: Test for `1.f` equality in determining the scale factorJelle Raaijmakers
2022-03-27LibWeb: Resolve top/bottom inset properties for position:relativeAndreas Kling
2022-03-27LibWeb: Rename ComputedValues::offset() => inset()Andreas Kling
2022-03-27LibWeb: Rename FormattingContext::compute_position() => compute_inset()Andreas Kling
2022-03-27LibWeb: Stop allowing position:relative to affect layoutAndreas Kling
2022-03-27Base: Update Basic Latin 0020 char to font SatoriMonoRegulardjwisdom
2022-03-27Base: Update Basic Latin 0020 char to font SatoriBolddjwisdom
2022-03-27Base: Update Basic Latin 0020 char to font SatoriRegulardjwisdom
2022-03-27Base: Update Basic Latin 004F char to font SatoriMonoBolddjwisdom
2022-03-27Base: Add Latin-1 Supplement chars to font Ataraxiadjwisdom
2022-03-27Base: Add Multilingual layout to ColemakKarol Kosek
2022-03-27Kernel: Remove hardcoded values for block size in IDEChannelPankaj Raghav
2022-03-27Kernel: Remove hardcoded values for block size in RamdiskPankaj Raghav
2022-03-27Kernel: Expose block size in AsyncBlockDeviceRequest structPankaj Raghav
2022-03-27Kernel: Use buffer_size from AsyncBlockDevice structPankaj Raghav
2022-03-27LibWeb: Take borders and padding into account when doing Flex layoutEnver Balalic
2022-03-27LookupServer: Use case-insensitive comparison for domain namesTimur Sultanov
2022-03-27disk_benchmark: TRY more stuff :^)Kenneth Myhra
2022-03-27disk_benchmark: Core::ArgsParser to parse argumentsKenneth Myhra
2022-03-27LibCore: Add Vector<size_t> variant of add_option()Kenneth Myhra
2022-03-27LibWeb: Add fast-paths for wrapping already-wrapped C++ objectsAndreas Kling
2022-03-27Revert "LibGfx: Remove bogus baseline adjustment in Painter's draw_text_line()"Andreas Kling
2022-03-27LibGfx: Remove bogus baseline adjustment in Painter's draw_text_line()Andreas Kling
2022-03-27LibWeb: Use Gfx::Font::pixel_size() when we want pixel metricsAndreas Kling
2022-03-27LibGfx: Use Font::pixel_size() instead of glyph_height() when paintingAndreas Kling