summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-12-27LibWeb: Let canvas {fill,stroke}Style default to black, not transparentLinus Groh
2021-12-27LibWeb: Fix copy/paste typo in CanvasRenderingContext2D::stroke_style()Linus Groh
2021-12-27LibSoftGPU: Mark `wrap_clamp` as [[maybe_unused]]Jesse Buhagiar
2021-12-27Help: Fix memory leak given ambiguous man page title on command lineRummskartoffel
2021-12-27LibSoftGPU: Clamp to edge instead of borderJelle Raaijmakers
2021-12-27LibGL: Implement `GL_QUAD_STRIP`Jelle Raaijmakers
2021-12-27LibGL: Remove stubbed border from `glTexImage2D`Jelle Raaijmakers
2021-12-27LibGL: Implement `GL_LINEAR_MIPMAP_NEAREST` supportJelle Raaijmakers
2021-12-27LibGL: Stub more API callsJelle Raaijmakers
2021-12-27LibGL: Stub lots of map-related methodsJelle Raaijmakers
2021-12-27LibGL: Implement `glGetTexLevelParameteriv`Jelle Raaijmakers
2021-12-27LibGL: Implement `glRectf` and `glRecti`Jelle Raaijmakers
2021-12-27LibGL: Implement `glMultMatrixd`Jelle Raaijmakers
2021-12-27LibGL: Fix `GL_TRIANGLE_STRIP` rendering only half its trianglesJelle Raaijmakers
2021-12-27LibGL: Stub `glClear` support for stencil bufferJelle Raaijmakers
2021-12-27LibGL: Uncrash `glMaterialf` on invalid inputJelle Raaijmakers
2021-12-27LibGL: Implement `glColor3/4dv`Jelle Raaijmakers
2021-12-27LibGL: Stub `GL_(UN)PACK_*` context parametersJelle Raaijmakers
2021-12-27LibGL: Add glext.h and lots of new defines in gl.hJelle Raaijmakers
2021-12-27LibGL: Extract platform types to `glplatform.h`Jelle Raaijmakers
2021-12-26LibJS: Add spec comments to Number.prototype functionsLinus Groh
2021-12-26LibJS: Fix toFixed throwing on undefined, null and NaN fractionDigitsLuke Wilde
2021-12-25LibRegex: Make FailForks fail all forks up to the last save pointAli Mohammad Pur
2021-12-25Meta: Remove kernel modules remainsLiav A
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