summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-13Base: Add manual page for BreakoutDavid Lindbom
2022-01-132048: Add link to help pages in menuDavid Lindbom
2022-01-13Base: Add manual page for 2048David Lindbom
2022-01-13Meta: Use fuse2fs if available to avoid root when building imageChris Frey
2022-01-13Meta: Use consistent indents in build-image-qemu.shChris Frey
2022-01-13Meta: Do not ignore error message with execChris Frey
2022-01-13LibGL+LibSoftGPU: Implement `glColorMaterial` and `GL_COLOR_MATERIAL`Jelle Raaijmakers
2022-01-13LibGL+LibSoftGPU: Calculate spotlight cutoff angle as degreesJelle Raaijmakers
2022-01-13LibGL: Report unsupported capabilities in `glEnable` and `glDisable`Jelle Raaijmakers
2022-01-13LibGL: Make `MaterialFace` a simple `u8` enumJelle Raaijmakers
2022-01-13LibSoftGPU: Change `Material` vectors to `FloatVector4`Jelle Raaijmakers
2022-01-13LibGL: Use C++ casts in `glColor`Jelle Raaijmakers
2022-01-13LibGL: Implement glIsTextureLuke Wilde
2022-01-13Meta: Add kleines Filmröllchen to the contributors list :^)Andreas Kling
2022-01-13Meta: Add Xexxa to the contributors list :^)Andreas Kling
2022-01-13Kernel: Skip unnecessary TLB flush when growing kmalloc heapAndreas Kling
2022-01-13Kernel: Don't flush TLB after creating brand-new mappingsAndreas Kling
2022-01-13AK: Explain why FixedArray has no move assignmentkleines Filmröllchen
2022-01-13Tests: Test FixedArray completelykleines Filmröllchen
2022-01-13AK: Remove clear() from FixedArray and fixate its allocation guaranteeskleines Filmröllchen
2022-01-13AK: Disable NoAllocationGuard on Lagomkleines Filmröllchen
2022-01-13LibJS: Don't validate time zone name when parsing Instant stringLinus Groh
2022-01-13Base: Fix wrong keys in pt-br keymapDaftMouse
2022-01-13Base: Correct Roman font nameelectrikmilk
2022-01-13Kernel: Remove String use-after-free in generate_auxiliary_vectorIdan Horowitz
2022-01-13Kenrel: Use a KString for Ext2FSDirectoryEntry::nameIdan Horowitz
2022-01-13Kernel: Add a KString::bytes() helperIdan Horowitz
2022-01-13Kernel: Remove unused AK/String.h include from CommandLine.hIdan Horowitz
2022-01-13Kernel: Fix OOB write in sys$unameIdan Horowitz
2022-01-13Kernel: Convert hostname to KStringIdan Horowitz
2022-01-13Kernel: Replace {KString => String}::formatted in determine_boot_deviceIdan Horowitz
2022-01-13Kernel: Use KString::formatted in FramebufferDevice::create_framebufferIdan Horowitz
2022-01-13Kernel: Use StringView instead of String in RingBuffer's constructorIdan Horowitz
2022-01-13Kernel: Use StringView::to_uint instead of String::to_uint in ProcFSIdan Horowitz
2022-01-13Kernel: Use StringView literals instead of empty Strings in ProcFSIdan Horowitz
2022-01-13Kernel: Make Process::dump_perfcore OOM-fallible using KStringIdan Horowitz
2022-01-13Ports/HalfLife: Do not delete the OpenGL renderer in post installLuke Wilde
2022-01-13LibGL: Generate texture in glBindTexture if not previously generatedLuke Wilde
2022-01-13LibGL: Stub glStencilMaskLuke Wilde
2022-01-13LibGL: Implement glTexCoord{1,3,4}f(v)Luke Wilde
2022-01-12FontEditor: Add Klingon phrase to Preview FontLady Gegga
2022-01-12LibJS: Avoid js_string() allocation in parse_time_zone_offset_string()Linus Groh
2022-01-12LibJS: Fix fraction substring range in parse_temporal_time_zone_string()Linus Groh
2022-01-12LibJS: Fix calculation overflow in parse_temporal_time_zone_string()Linus Groh
2022-01-12LibJS: Fix `sign` data type in parse_temporal_time_zone_string()Linus Groh
2022-01-12Revert "Kernel: Use a StringView for Ext2FSDirectoryEntry::name"Idan Horowitz
2022-01-12LibGUI: Print error when failing to load thumbnail in FileSystemModelMarcus Nilsson
2022-01-12Taskbar: Include `ScreenLayout.h` from `Services` directoryJelle Raaijmakers
2022-01-12LibJS: Add some Intl.DateTimeFormat tests for specific time zonesTimothy Flynn
2022-01-12LibJS: Respect the user-provided time zone in Intl.DateTimeFormatTimothy Flynn