index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-12-25
LibVT: Don't leave 50ms auto-scroll timer running at all times
Andreas Kling
2021-12-25
LibCore: Add Core::Timer::set_active(bool)
Andreas Kling
2021-12-25
LibC: Buffer randomness to avoid syscall in every arc4random_buf()
Andreas Kling
2021-12-25
strace: Port to LibMain :^)
Andreas Kling
2021-12-25
LibCore: Add syscall wrapper for ptrace()
Andreas Kling
2021-12-25
PDFViewer: Add a basic set of pledges
Andreas Kling
2021-12-25
WindowServer: Skip over destroyed windows in WindowSwitcher::draw()
Andreas Kling
2021-12-24
LibCrypto: Remove redundant __builtin_memset() call
Daniel Bertalan
2021-12-24
pro: Convert to `serenity_main(..)`
Brian Gianforcaro
2021-12-24
ini: Convert to `serenity_main(..)`
Brian Gianforcaro
2021-12-24
env: Convert to `serenity_main(..)`
Brian Gianforcaro
2021-12-24
pwd: Convert to `serenity_main(..)`
Brian Gianforcaro
2021-12-24
LibCore: Add Core::System::getcwd() wrapper
Brian Gianforcaro
2021-12-24
Spider: Add animation when drawing cards
Nihal Jere
2021-12-24
LibC: Implement _setjmp and _longjmp
Brian Gianforcaro
2021-12-24
SystemMonitor: Remove unused SortingProxyModel include
Sam Atkins
2021-12-24
LibGUI+Userland: Make SortingProxyModel::create() return ErrorOr
Sam Atkins
2021-12-24
LibSoftGPU: Add method to copy texels between images
Stephan Unverwerth
2021-12-24
LibGL: Remove image storage from MipMap
Stephan Unverwerth
2021-12-24
LibGL: Remove sampling code from Sampler2D
Stephan Unverwerth
2021-12-24
LibGL+LibSoftGPU: Add method to query device info
Stephan Unverwerth
2021-12-24
LibSoftGPU: Move enums into separate file
Stephan Unverwerth
2021-12-24
LibSoftGPU: Remove GLenum used for selecting rendered primitive type
Stephan Unverwerth
2021-12-24
LibSoftGPU: Remove OpenGL type for polygon mode
Stephan Unverwerth
2021-12-24
LibSoftGPU: Remove OpenGL type for fog mode
Stephan Unverwerth
2021-12-24
LibSoftGPU: Remove OpenGL type for depth test func
Stephan Unverwerth
2021-12-24
LibSoftGPU: Remove OpenGL type for draw buffer selection
Stephan Unverwerth
2021-12-24
LibSoftGPU: Remove OpenGL type for culled side selection
Stephan Unverwerth
2021-12-24
LibSoftGPU: Remove OpenGL type for front face selection
Stephan Unverwerth
2021-12-24
LibSoftGPU: Remove OpenGL type for alpha blend factors
Stephan Unverwerth
2021-12-24
LibSoftGPU: Remove OpenGL type for alpha test func
Stephan Unverwerth
2021-12-24
LibSoftGPU: Remove simple OpenGL types from RasterizerConfig
Stephan Unverwerth
2021-12-24
LibGL+LibSoftGPU: Use device samplers for rendering
Stephan Unverwerth
2021-12-24
LibGL: Synchronize device config before rendering if anything changed
Stephan Unverwerth
2021-12-24
LibGL: Attach device image to texture object and upload image data
Stephan Unverwerth
2021-12-24
LibSoftGPU: Add legacy texture env mode to sampler config
Stephan Unverwerth
2021-12-24
LibSoftGPU: Add methods to read and write image data
Stephan Unverwerth
2021-12-24
LibSoftGPU: Make samplers part of device
Stephan Unverwerth
2021-12-24
LibSoftGPU: Add device method for creating images
Stephan Unverwerth
2021-12-24
LibSoftGPU: Add Image class
Stephan Unverwerth
2021-12-24
LibSoftGPU: Rename class SoftwareRasterizer to Device
Stephan Unverwerth
2021-12-24
LibGL: Remove unused GLStruct.h
Stephan Unverwerth
2021-12-24
LibGL+LibSoftGPU: Move Vertex and Triangle structs to LibSoftGPU
Stephan Unverwerth
2021-12-24
LibGL+LibSoftGPU: Move primitive assembly and clipping into LibSoftGPU
Stephan Unverwerth
2021-12-24
LibGL+LibSoftGPU: Add face culling state to rasterizer options
Stephan Unverwerth
2021-12-24
LibGL+LibSoftGPU: Move rendering related code to LibSoftGPU library
Stephan Unverwerth
2021-12-24
SoundPlayer: Add a keyboard shortcut 'M' to mute the player
Elyse
2021-12-24
SoundPlayer: Add 'mute' methods to Player
Elyse
2021-12-24
AudioServer: Ignore 'muted' clients when computing the 'output mix'
Elyse
2021-12-24
AudioServer: Add a 'self_muted' state to each client connection
Elyse
[next]