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
/
Libraries
Age
Commit message (
Expand
)
Author
2021-12-12
LibGL: Add stubs for `glMaterialf` and `glMaterialfv`
Jelle Raaijmakers
2021-12-12
LibGL: Implement `glRasterPos2i`
Jelle Raaijmakers
2021-12-12
LibGL: Implement `glNormal3f` and `glNormal3fv`
Jelle Raaijmakers
2021-12-12
LibGL: Implement `glStencil*` functions
Jelle Raaijmakers
2021-12-12
LibGL: Implement `GL_STENCIL_TEST`
Jelle Raaijmakers
2021-12-12
LibGL: Implement `glListBase`
Jelle Raaijmakers
2021-12-12
LibGL: Implement `glCallLists`
Jelle Raaijmakers
2021-12-12
LibGL: Implement `glTexCoord2fv`
Jelle Raaijmakers
2021-12-12
LibGL: Implement `glColor3ub`
Jelle Raaijmakers
2021-12-12
LibGL: Add stubs for `glLightf` and `glLightfv`
Jelle Raaijmakers
2021-12-12
LibGL: Implement `glMultMatrixf`
Jelle Raaijmakers
2021-12-12
LibGL: Implement `glGetDoublev`
Jelle Raaijmakers
2021-12-12
LibGL: Define `GL_ES_VERSION_2_0`
Jelle Raaijmakers
2021-12-12
LibC: Rewrite pselect() as a wrapper for ppoll()
Jean-Baptiste Boric
2021-12-12
LibWeb: Implement TextEncoder.prototype.encoding
Linus Groh
2021-12-12
LibWeb: Implement TextEncoder.prototype.encode()
Linus Groh
2021-12-12
LibWeb: Add the TextEncoder interface
Linus Groh
2021-12-12
LibCore: Add support for range-based for loops on LineIterators
Sahan Fernando
2021-12-12
LibCore: Fix bug in IODevice::LineIterator causing skipped lines
Sahan Fernando
2021-12-12
LibC: Implement sigwait()
Idan Horowitz
2021-12-12
LibC: Implement sigwaitinfo()
Idan Horowitz
2021-12-12
Kernel+LibC: Implement sigtimedwait()
Idan Horowitz
2021-12-11
LibCore: Add syscall wrapper for clock_settime()
Kenneth Myhra
2021-12-11
LibCore: Add syscall wrapper for getgrnam()
Kenneth Myhra
2021-12-11
LibCore: Add syscall wrapper for getpwnam()
Kenneth Myhra
2021-12-11
LibCore: Add syscall wrapper for chown()
Kenneth Myhra
2021-12-11
LibGL: Improve mipmap lookup in Texture2D
Jelle Raaijmakers
2021-12-11
LibGL: Always inline `to_rgba32()`
Jelle Raaijmakers
2021-12-11
LibGL: Fix scissor box coordinate system
Jelle Raaijmakers
2021-12-11
LibGL: Remove unused default from rasterizer scissor_box
Jelle Raaijmakers
2021-12-11
LibGL: Use simpler syntax for `GL_SCISSOR_BOX` retrieval
Jelle Raaijmakers
2021-12-11
LibGL: Make `glDeleteTextures` skip over 0 names
Jelle Raaijmakers
2021-12-11
LibGL: Remove unnecessary `break;` from SoftwareGLContext
Jelle Raaijmakers
2021-12-11
LibGL: Fix a number of enum values in `gl.h`
Jelle Raaijmakers
2021-12-11
LibGL: Implement `GL_(UN)PACK_ALIGNMENT`
Jelle Raaijmakers
2021-12-11
LibGL: Use `Array::back()` for last mipmap selection
Jelle Raaijmakers
2021-12-11
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
Daniel Bertalan
2021-12-11
LibJS+LibUnicode: Generate unique numeric symbol lists
Timothy Flynn
2021-12-10
LibJS: Use AK::NaN<double> in Date::date_value() to fix build error
Linus Groh
2021-12-10
LibJS: Implement the thisTimeValue() AO and use it where applicable
Linus Groh
2021-12-10
LibJS: Remove Object::value_of()
Linus Groh
2021-12-10
LibJS: Add test case for locales which do not define day periods
Timothy Flynn
2021-12-10
LibJS: Use locale-aware day period time ranges to format period symbols
Timothy Flynn
2021-12-10
LibUnicode: Parse and generate per-locale day period ranges
Timothy Flynn
2021-12-10
LibUnicode: Parse and generate secondary day period symbols
Timothy Flynn
2021-12-10
LibJS+LibUnicode: Rename some Unicode::DayPeriod values
Timothy Flynn
2021-12-10
LibWeb: Implement AbortSignal.throwIfAborted
Luke Wilde
2021-12-10
LibWeb: Add support for AbortSignal.reason
Luke Wilde
2021-12-10
LibWeb: Fix off-by-one error when highlighting unquoted HTML attributes
Sam Atkins
2021-12-10
LibJS: Implement ECMA-402 Date.prototype.toLocaleTimeString
Timothy Flynn
[next]