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
2022-03-27
Meta: Specify -z when decompressing tar.gz archives
Daniel Bertalan
2022-03-27
LibWeb: Ensure lazy WindowObject creation when activating event handler
Linus Groh
2022-03-27
LibWeb: Don't crash in IFC if very first chunk is collapsible whitespace
Andreas Kling
2022-03-27
LibLine: Avoid pointless size_t <-> ssize_t cast
Ali Mohammad Pur
2022-03-27
LibLine: Handle read events serially
Ali Mohammad Pur
2022-03-27
Shell: Keep the stdio and rpath pledges for execute_process()
Ali Mohammad Pur
2022-03-27
LookupServer: Fix confusing copy/paste error in debug message
Linus Groh
2022-03-27
Kernel: Support all AMD-defined CPUID feature flags for EAX=80000001h
Linus Groh
2022-03-27
Kernel: Support all Intel-defined extended CPUID feature flags for EAX=7
Linus Groh
2022-03-27
Kernel: Support all Intel-defined CPUID feature flags for EAX=1
Linus Groh
2022-03-27
Kernel: Implement CPUFeature as an ArbitrarySizedEnum
Linus Groh
2022-03-27
Kernel: Fix whack formatting of the CPUID constructor
Linus Groh
2022-03-27
Kernel: Reorder code in Processor::cpu_detect() for readability
Linus Groh
2022-03-27
Kernel: Change the BSP Processor instance to not have a constructor
Tom
2022-03-27
AK: Add an ArbitrarySizedEnum template
Linus Groh
2022-03-27
AK: Add non-const DistinctNumeric::value() getter
Linus Groh
2022-03-27
AK: Remove unused String.h include from UFixedBigInt.h
Linus Groh
2022-03-27
Meta: Fix path to GCC's addr2line in serenity.sh
Linus Groh
2022-03-27
Ports: Add Free Heroes of Might and Magic II (fheroes2) port
Michael Manganiello
2022-03-27
LibGL+LibSoftGPU+LibGfx: Reimplement normal transformation
Jelle Raaijmakers
2022-03-27
LibGL: Always normalize vertex attribute data
Jelle Raaijmakers
2022-03-27
LibSoftGPU+LibGfx: Transform and normalize normals before lighting
Jelle Raaijmakers
2022-03-27
LibSoftGPU: Clean up `Material` initial value style
Jelle Raaijmakers
2022-03-27
LibGL+LibSoftGPU: Implement more of `GL_LIGHT_MODEL_COLOR_CONTROL`
Jelle Raaijmakers
2022-03-27
LibGL: Use correct `GLbyte` range in `glColor4b`
Jelle Raaijmakers
2022-03-27
LibSoftGPU: Test for `1.f` equality in determining the scale factor
Jelle Raaijmakers
2022-03-27
LibWeb: Resolve top/bottom inset properties for position:relative
Andreas Kling
2022-03-27
LibWeb: Rename ComputedValues::offset() => inset()
Andreas Kling
2022-03-27
LibWeb: Rename FormattingContext::compute_position() => compute_inset()
Andreas Kling
2022-03-27
LibWeb: Stop allowing position:relative to affect layout
Andreas Kling
2022-03-27
Base: Update Basic Latin 0020 char to font SatoriMonoRegular
djwisdom
2022-03-27
Base: Update Basic Latin 0020 char to font SatoriBold
djwisdom
2022-03-27
Base: Update Basic Latin 0020 char to font SatoriRegular
djwisdom
2022-03-27
Base: Update Basic Latin 004F char to font SatoriMonoBold
djwisdom
2022-03-27
Base: Add Latin-1 Supplement chars to font Ataraxia
djwisdom
2022-03-27
Base: Add Multilingual layout to Colemak
Karol Kosek
2022-03-27
Kernel: Remove hardcoded values for block size in IDEChannel
Pankaj Raghav
2022-03-27
Kernel: Remove hardcoded values for block size in Ramdisk
Pankaj Raghav
2022-03-27
Kernel: Expose block size in AsyncBlockDeviceRequest struct
Pankaj Raghav
2022-03-27
Kernel: Use buffer_size from AsyncBlockDevice struct
Pankaj Raghav
2022-03-27
LibWeb: Take borders and padding into account when doing Flex layout
Enver Balalic
2022-03-27
LookupServer: Use case-insensitive comparison for domain names
Timur Sultanov
2022-03-27
disk_benchmark: TRY more stuff :^)
Kenneth Myhra
2022-03-27
disk_benchmark: Core::ArgsParser to parse arguments
Kenneth Myhra
2022-03-27
LibCore: Add Vector<size_t> variant of add_option()
Kenneth Myhra
2022-03-27
LibWeb: Add fast-paths for wrapping already-wrapped C++ objects
Andreas Kling
2022-03-27
Revert "LibGfx: Remove bogus baseline adjustment in Painter's draw_text_line()"
Andreas Kling
2022-03-27
LibGfx: Remove bogus baseline adjustment in Painter's draw_text_line()
Andreas Kling
2022-03-27
LibWeb: Use Gfx::Font::pixel_size() when we want pixel metrics
Andreas Kling
2022-03-27
LibGfx: Use Font::pixel_size() instead of glyph_height() when painting
Andreas Kling
[next]