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-27
LibWeb: Let canvas {fill,stroke}Style default to black, not transparent
Linus Groh
2021-12-27
LibWeb: Fix copy/paste typo in CanvasRenderingContext2D::stroke_style()
Linus Groh
2021-12-27
LibSoftGPU: Mark `wrap_clamp` as [[maybe_unused]]
Jesse Buhagiar
2021-12-27
Help: Fix memory leak given ambiguous man page title on command line
Rummskartoffel
2021-12-27
LibSoftGPU: Clamp to edge instead of border
Jelle Raaijmakers
2021-12-27
LibGL: Implement `GL_QUAD_STRIP`
Jelle Raaijmakers
2021-12-27
LibGL: Remove stubbed border from `glTexImage2D`
Jelle Raaijmakers
2021-12-27
LibGL: Implement `GL_LINEAR_MIPMAP_NEAREST` support
Jelle Raaijmakers
2021-12-27
LibGL: Stub more API calls
Jelle Raaijmakers
2021-12-27
LibGL: Stub lots of map-related methods
Jelle Raaijmakers
2021-12-27
LibGL: Implement `glGetTexLevelParameteriv`
Jelle Raaijmakers
2021-12-27
LibGL: Implement `glRectf` and `glRecti`
Jelle Raaijmakers
2021-12-27
LibGL: Implement `glMultMatrixd`
Jelle Raaijmakers
2021-12-27
LibGL: Fix `GL_TRIANGLE_STRIP` rendering only half its triangles
Jelle Raaijmakers
2021-12-27
LibGL: Stub `glClear` support for stencil buffer
Jelle Raaijmakers
2021-12-27
LibGL: Uncrash `glMaterialf` on invalid input
Jelle Raaijmakers
2021-12-27
LibGL: Implement `glColor3/4dv`
Jelle Raaijmakers
2021-12-27
LibGL: Stub `GL_(UN)PACK_*` context parameters
Jelle Raaijmakers
2021-12-27
LibGL: Add glext.h and lots of new defines in gl.h
Jelle Raaijmakers
2021-12-27
LibGL: Extract platform types to `glplatform.h`
Jelle Raaijmakers
2021-12-26
LibJS: Add spec comments to Number.prototype functions
Linus Groh
2021-12-26
LibJS: Fix toFixed throwing on undefined, null and NaN fractionDigits
Luke Wilde
2021-12-25
LibRegex: Make FailForks fail all forks up to the last save point
Ali Mohammad Pur
2021-12-25
Meta: Remove kernel modules remains
Liav A
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
[next]