summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-12-25LibVT: Don't leave 50ms auto-scroll timer running at all timesAndreas Kling
2021-12-25LibCore: Add Core::Timer::set_active(bool)Andreas Kling
2021-12-25LibC: Buffer randomness to avoid syscall in every arc4random_buf()Andreas Kling
2021-12-25strace: Port to LibMain :^)Andreas Kling
2021-12-25LibCore: Add syscall wrapper for ptrace()Andreas Kling
2021-12-25PDFViewer: Add a basic set of pledgesAndreas Kling
2021-12-25WindowServer: Skip over destroyed windows in WindowSwitcher::draw()Andreas Kling
2021-12-24LibCrypto: Remove redundant __builtin_memset() callDaniel Bertalan
2021-12-24pro: Convert to `serenity_main(..)`Brian Gianforcaro
2021-12-24ini: Convert to `serenity_main(..)`Brian Gianforcaro
2021-12-24env: Convert to `serenity_main(..)`Brian Gianforcaro
2021-12-24pwd: Convert to `serenity_main(..)`Brian Gianforcaro
2021-12-24LibCore: Add Core::System::getcwd() wrapperBrian Gianforcaro
2021-12-24Spider: Add animation when drawing cardsNihal Jere
2021-12-24LibC: Implement _setjmp and _longjmpBrian Gianforcaro
2021-12-24SystemMonitor: Remove unused SortingProxyModel includeSam Atkins
2021-12-24LibGUI+Userland: Make SortingProxyModel::create() return ErrorOrSam Atkins
2021-12-24LibSoftGPU: Add method to copy texels between imagesStephan Unverwerth
2021-12-24LibGL: Remove image storage from MipMapStephan Unverwerth
2021-12-24LibGL: Remove sampling code from Sampler2DStephan Unverwerth
2021-12-24LibGL+LibSoftGPU: Add method to query device infoStephan Unverwerth
2021-12-24LibSoftGPU: Move enums into separate fileStephan Unverwerth
2021-12-24LibSoftGPU: Remove GLenum used for selecting rendered primitive typeStephan Unverwerth
2021-12-24LibSoftGPU: Remove OpenGL type for polygon modeStephan Unverwerth
2021-12-24LibSoftGPU: Remove OpenGL type for fog modeStephan Unverwerth
2021-12-24LibSoftGPU: Remove OpenGL type for depth test funcStephan Unverwerth
2021-12-24LibSoftGPU: Remove OpenGL type for draw buffer selectionStephan Unverwerth
2021-12-24LibSoftGPU: Remove OpenGL type for culled side selectionStephan Unverwerth
2021-12-24LibSoftGPU: Remove OpenGL type for front face selectionStephan Unverwerth
2021-12-24LibSoftGPU: Remove OpenGL type for alpha blend factorsStephan Unverwerth
2021-12-24LibSoftGPU: Remove OpenGL type for alpha test funcStephan Unverwerth
2021-12-24LibSoftGPU: Remove simple OpenGL types from RasterizerConfigStephan Unverwerth
2021-12-24LibGL+LibSoftGPU: Use device samplers for renderingStephan Unverwerth
2021-12-24LibGL: Synchronize device config before rendering if anything changedStephan Unverwerth
2021-12-24LibGL: Attach device image to texture object and upload image dataStephan Unverwerth
2021-12-24LibSoftGPU: Add legacy texture env mode to sampler configStephan Unverwerth
2021-12-24LibSoftGPU: Add methods to read and write image dataStephan Unverwerth
2021-12-24LibSoftGPU: Make samplers part of deviceStephan Unverwerth
2021-12-24LibSoftGPU: Add device method for creating imagesStephan Unverwerth
2021-12-24LibSoftGPU: Add Image classStephan Unverwerth
2021-12-24LibSoftGPU: Rename class SoftwareRasterizer to DeviceStephan Unverwerth
2021-12-24LibGL: Remove unused GLStruct.hStephan Unverwerth
2021-12-24LibGL+LibSoftGPU: Move Vertex and Triangle structs to LibSoftGPUStephan Unverwerth
2021-12-24LibGL+LibSoftGPU: Move primitive assembly and clipping into LibSoftGPUStephan Unverwerth
2021-12-24LibGL+LibSoftGPU: Add face culling state to rasterizer optionsStephan Unverwerth
2021-12-24LibGL+LibSoftGPU: Move rendering related code to LibSoftGPU libraryStephan Unverwerth
2021-12-24SoundPlayer: Add a keyboard shortcut 'M' to mute the playerElyse
2021-12-24SoundPlayer: Add 'mute' methods to PlayerElyse
2021-12-24AudioServer: Ignore 'muted' clients when computing the 'output mix'Elyse
2021-12-24AudioServer: Add a 'self_muted' state to each client connectionElyse