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-10
LibGUI+AK: Add DRAG_DEBUG opt and put drag operations behind dbgln_if
Marcus Nilsson
2022-01-10
Documentation: Document how to transfer files from QEMU to the host
Brandon
2022-01-10
2048: Add action icons for New Game and Settings
Dylan Katz
2022-01-10
2048: Simplify dialog box when target reached
Dylan Katz
2022-01-10
2048: Fix off-by-1 when opening settings
Dylan Katz
2022-01-09
Meta: Disable readability-use-anyofallof clang-tidy check
Hendiadyoin1
2022-01-09
Kernel: Add implied auto qualifiers in Memory
Hendiadyoin1
2022-01-09
Base: Add Hebrew Characters
electrikmilk
2022-01-10
Toolchain+CI: Link LLVM with LLD if available
Daniel Bertalan
2022-01-10
CI: Hash only relevant files for the key of the compiler cache
Daniel Bertalan
2022-01-10
Toolchain: Do not overwrite libraries with stubs when rebuilding LLVM
Daniel Bertalan
2022-01-10
Toolchain: Don't use GNU objcopy in the LLVM toolchain
Daniel Bertalan
2022-01-10
Toolchain: Backport `--update-section` support to llvm-objcopy
Daniel Bertalan
2022-01-09
LibGUI: Show hours and minutes in "unsaved changes" dialogs
Rafał Babiarz
2022-01-09
AK: Added human_readable_time() method for "unsaved changes" dialogs
Rafał Babiarz
2022-01-09
Kernel: Make enumerate_disk_partitions function not const
Pankaj Raghav
2022-01-09
Kernel: Add add_partition function
Pankaj Raghav
2022-01-09
Base: Complete Greek & Coptic, and Cyrillic
electrikmilk
2022-01-10
Base: Fix non fixed-width in Cathode
electrikmilk
2022-01-09
Ports: Add "-ldl" as CMAKE_DL_LIBS in CMake platform patch
Andrew Kaster
2022-01-09
Ports: Add ccache port to make compiling on Serenity more fun :^)
Andrew Kaster
2022-01-09
Ports: Convert curl port to use CMake, remove two autoconf patches
Andrew Kaster
2022-01-09
Base: Monospace font
electrikmilk
2022-01-09
Ports: Patch out SDL timer lock from ScummVM
Jelle Raaijmakers
2022-01-09
Ports: Compile ScummVM with OpenGL support
Jelle Raaijmakers
2022-01-09
LibGL: Add stub for `glColorMaterial`
Jelle Raaijmakers
2022-01-09
Ports: Update ScummVM to version 2.5.1
Jelle Raaijmakers
2022-01-09
LibGL: Add capabilities to context parameters
Jelle Raaijmakers
2022-01-09
LibJS: Implement proper Iterator records
Linus Groh
2022-01-09
LibJS: Use Optional<Value> for potentially missing value in Iterator AOs
Linus Groh
2022-01-09
AK/SIMD: Suppress psabi warnings and add explanatory comment
Stephan Unverwerth
2022-01-09
Meta: Do not allow undefined symbols in executables and shared objects
Daniel Bertalan
2022-01-09
LibCrypto: Link against LibCore
Daniel Bertalan
2022-01-09
Spreadsheet: Properly pass parent window to Workbook
Glenford Williams
2022-01-09
PixelPaint: Verify that we have an ImageEditor instead of returning
Marcus Nilsson
2022-01-09
PixelPaint: Disable actions when no ImageEditor is open
Marcus Nilsson
2022-01-09
LibGUI: Add Menu::set_children_actions_enabled() helper
Marcus Nilsson
2022-01-09
PixelPaint: Keep a RefPtr to layer in LayerPropertiesWidget
Marcus Nilsson
2022-01-09
PixelPaint: Make PaletteWidget::set_image_editor take a ImageEditor*
Marcus Nilsson
2022-01-09
LibGL+LibSoftGPU: Implement viewport support
Jelle Raaijmakers
2022-01-09
LibSoftGPU: Rename window coordinate transformation function
Jelle Raaijmakers
2022-01-09
Help: Scroll to the top of page when opening a new link
sholm
2022-01-09
Kernel: Page-align AC'97 audio buffer descriptor list
Jelle Raaijmakers
2022-01-09
Toolchain: Fix macOS build failure due to a malformed patch
Daniel Bertalan
2022-01-09
LibSoftGPU: Take sample from pixel center
Stephan Unverwerth
2022-01-09
LibSoftGPU: Make divide-by-zero guard more explicit in stats overlay
Stephan Unverwerth
2022-01-09
LibSoftGPU: Allow arbitrary render target sizes
Stephan Unverwerth
2022-01-09
LibSoftGPU: Also interpolate normal during triangle clipping
Stephan Unverwerth
2022-01-09
LibSoftGPU: Move alpha test into separate function
Stephan Unverwerth
2022-01-09
LibSoftGPU: Move alpha blend factor setup out of triangle rasterization
Stephan Unverwerth
[next]