summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-10LibGUI+AK: Add DRAG_DEBUG opt and put drag operations behind dbgln_ifMarcus Nilsson
2022-01-10Documentation: Document how to transfer files from QEMU to the hostBrandon
2022-01-102048: Add action icons for New Game and SettingsDylan Katz
2022-01-102048: Simplify dialog box when target reachedDylan Katz
2022-01-102048: Fix off-by-1 when opening settingsDylan Katz
2022-01-09Meta: Disable readability-use-anyofallof clang-tidy checkHendiadyoin1
2022-01-09Kernel: Add implied auto qualifiers in MemoryHendiadyoin1
2022-01-09Base: Add Hebrew Characterselectrikmilk
2022-01-10Toolchain+CI: Link LLVM with LLD if availableDaniel Bertalan
2022-01-10CI: Hash only relevant files for the key of the compiler cacheDaniel Bertalan
2022-01-10Toolchain: Do not overwrite libraries with stubs when rebuilding LLVMDaniel Bertalan
2022-01-10Toolchain: Don't use GNU objcopy in the LLVM toolchainDaniel Bertalan
2022-01-10Toolchain: Backport `--update-section` support to llvm-objcopyDaniel Bertalan
2022-01-09LibGUI: Show hours and minutes in "unsaved changes" dialogsRafał Babiarz
2022-01-09AK: Added human_readable_time() method for "unsaved changes" dialogsRafał Babiarz
2022-01-09Kernel: Make enumerate_disk_partitions function not constPankaj Raghav
2022-01-09Kernel: Add add_partition functionPankaj Raghav
2022-01-09Base: Complete Greek & Coptic, and Cyrillicelectrikmilk
2022-01-10Base: Fix non fixed-width in Cathodeelectrikmilk
2022-01-09Ports: Add "-ldl" as CMAKE_DL_LIBS in CMake platform patchAndrew Kaster
2022-01-09Ports: Add ccache port to make compiling on Serenity more fun :^)Andrew Kaster
2022-01-09Ports: Convert curl port to use CMake, remove two autoconf patchesAndrew Kaster
2022-01-09Base: Monospace fontelectrikmilk
2022-01-09Ports: Patch out SDL timer lock from ScummVMJelle Raaijmakers
2022-01-09Ports: Compile ScummVM with OpenGL supportJelle Raaijmakers
2022-01-09LibGL: Add stub for `glColorMaterial`Jelle Raaijmakers
2022-01-09Ports: Update ScummVM to version 2.5.1Jelle Raaijmakers
2022-01-09LibGL: Add capabilities to context parametersJelle Raaijmakers
2022-01-09LibJS: Implement proper Iterator recordsLinus Groh
2022-01-09LibJS: Use Optional<Value> for potentially missing value in Iterator AOsLinus Groh
2022-01-09AK/SIMD: Suppress psabi warnings and add explanatory commentStephan Unverwerth
2022-01-09Meta: Do not allow undefined symbols in executables and shared objectsDaniel Bertalan
2022-01-09LibCrypto: Link against LibCoreDaniel Bertalan
2022-01-09Spreadsheet: Properly pass parent window to WorkbookGlenford Williams
2022-01-09PixelPaint: Verify that we have an ImageEditor instead of returningMarcus Nilsson
2022-01-09PixelPaint: Disable actions when no ImageEditor is openMarcus Nilsson
2022-01-09LibGUI: Add Menu::set_children_actions_enabled() helperMarcus Nilsson
2022-01-09PixelPaint: Keep a RefPtr to layer in LayerPropertiesWidgetMarcus Nilsson
2022-01-09PixelPaint: Make PaletteWidget::set_image_editor take a ImageEditor*Marcus Nilsson
2022-01-09LibGL+LibSoftGPU: Implement viewport supportJelle Raaijmakers
2022-01-09LibSoftGPU: Rename window coordinate transformation functionJelle Raaijmakers
2022-01-09Help: Scroll to the top of page when opening a new linksholm
2022-01-09Kernel: Page-align AC'97 audio buffer descriptor listJelle Raaijmakers
2022-01-09Toolchain: Fix macOS build failure due to a malformed patchDaniel Bertalan
2022-01-09LibSoftGPU: Take sample from pixel centerStephan Unverwerth
2022-01-09LibSoftGPU: Make divide-by-zero guard more explicit in stats overlayStephan Unverwerth
2022-01-09LibSoftGPU: Allow arbitrary render target sizesStephan Unverwerth
2022-01-09LibSoftGPU: Also interpolate normal during triangle clippingStephan Unverwerth
2022-01-09LibSoftGPU: Move alpha test into separate functionStephan Unverwerth
2022-01-09LibSoftGPU: Move alpha blend factor setup out of triangle rasterizationStephan Unverwerth