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-01-13
Base: Add manual page for Breakout
David Lindbom
2022-01-13
2048: Add link to help pages in menu
David Lindbom
2022-01-13
Base: Add manual page for 2048
David Lindbom
2022-01-13
Meta: Use fuse2fs if available to avoid root when building image
Chris Frey
2022-01-13
Meta: Use consistent indents in build-image-qemu.sh
Chris Frey
2022-01-13
Meta: Do not ignore error message with exec
Chris Frey
2022-01-13
LibGL+LibSoftGPU: Implement `glColorMaterial` and `GL_COLOR_MATERIAL`
Jelle Raaijmakers
2022-01-13
LibGL+LibSoftGPU: Calculate spotlight cutoff angle as degrees
Jelle Raaijmakers
2022-01-13
LibGL: Report unsupported capabilities in `glEnable` and `glDisable`
Jelle Raaijmakers
2022-01-13
LibGL: Make `MaterialFace` a simple `u8` enum
Jelle Raaijmakers
2022-01-13
LibSoftGPU: Change `Material` vectors to `FloatVector4`
Jelle Raaijmakers
2022-01-13
LibGL: Use C++ casts in `glColor`
Jelle Raaijmakers
2022-01-13
LibGL: Implement glIsTexture
Luke Wilde
2022-01-13
Meta: Add kleines Filmröllchen to the contributors list :^)
Andreas Kling
2022-01-13
Meta: Add Xexxa to the contributors list :^)
Andreas Kling
2022-01-13
Kernel: Skip unnecessary TLB flush when growing kmalloc heap
Andreas Kling
2022-01-13
Kernel: Don't flush TLB after creating brand-new mappings
Andreas Kling
2022-01-13
AK: Explain why FixedArray has no move assignment
kleines Filmröllchen
2022-01-13
Tests: Test FixedArray completely
kleines Filmröllchen
2022-01-13
AK: Remove clear() from FixedArray and fixate its allocation guarantees
kleines Filmröllchen
2022-01-13
AK: Disable NoAllocationGuard on Lagom
kleines Filmröllchen
2022-01-13
LibJS: Don't validate time zone name when parsing Instant string
Linus Groh
2022-01-13
Base: Fix wrong keys in pt-br keymap
DaftMouse
2022-01-13
Base: Correct Roman font name
electrikmilk
2022-01-13
Kernel: Remove String use-after-free in generate_auxiliary_vector
Idan Horowitz
2022-01-13
Kenrel: Use a KString for Ext2FSDirectoryEntry::name
Idan Horowitz
2022-01-13
Kernel: Add a KString::bytes() helper
Idan Horowitz
2022-01-13
Kernel: Remove unused AK/String.h include from CommandLine.h
Idan Horowitz
2022-01-13
Kernel: Fix OOB write in sys$uname
Idan Horowitz
2022-01-13
Kernel: Convert hostname to KString
Idan Horowitz
2022-01-13
Kernel: Replace {KString => String}::formatted in determine_boot_device
Idan Horowitz
2022-01-13
Kernel: Use KString::formatted in FramebufferDevice::create_framebuffer
Idan Horowitz
2022-01-13
Kernel: Use StringView instead of String in RingBuffer's constructor
Idan Horowitz
2022-01-13
Kernel: Use StringView::to_uint instead of String::to_uint in ProcFS
Idan Horowitz
2022-01-13
Kernel: Use StringView literals instead of empty Strings in ProcFS
Idan Horowitz
2022-01-13
Kernel: Make Process::dump_perfcore OOM-fallible using KString
Idan Horowitz
2022-01-13
Ports/HalfLife: Do not delete the OpenGL renderer in post install
Luke Wilde
2022-01-13
LibGL: Generate texture in glBindTexture if not previously generated
Luke Wilde
2022-01-13
LibGL: Stub glStencilMask
Luke Wilde
2022-01-13
LibGL: Implement glTexCoord{1,3,4}f(v)
Luke Wilde
2022-01-12
FontEditor: Add Klingon phrase to Preview Font
Lady Gegga
2022-01-12
LibJS: Avoid js_string() allocation in parse_time_zone_offset_string()
Linus Groh
2022-01-12
LibJS: Fix fraction substring range in parse_temporal_time_zone_string()
Linus Groh
2022-01-12
LibJS: Fix calculation overflow in parse_temporal_time_zone_string()
Linus Groh
2022-01-12
LibJS: Fix `sign` data type in parse_temporal_time_zone_string()
Linus Groh
2022-01-12
Revert "Kernel: Use a StringView for Ext2FSDirectoryEntry::name"
Idan Horowitz
2022-01-12
LibGUI: Print error when failing to load thumbnail in FileSystemModel
Marcus Nilsson
2022-01-12
Taskbar: Include `ScreenLayout.h` from `Services` directory
Jelle Raaijmakers
2022-01-12
LibJS: Add some Intl.DateTimeFormat tests for specific time zones
Timothy Flynn
2022-01-12
LibJS: Respect the user-provided time zone in Intl.DateTimeFormat
Timothy Flynn
[next]