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-28
LibCore+chown: Return ErrorOr<Optional<...>> for getgrnam and getpwnam
Kenneth Myhra
2021-12-28
LibVT: Handle window resize after history overflow
ryanb-dev
2021-12-28
ThemeEditor: Implement a way to simulate color blindness in preview
TheGrizzlyDev
2021-12-28
LibJS: Also throw exception when returning throw completion from await
Linus Groh
2021-12-28
LibC: Add in6addr_loopback and IN6ADDR_LOOPBACK_INIT constant
Brian Gianforcaro
2021-12-28
LibC: Add rindex() and index() APIs
Brian Gianforcaro
2021-12-28
LibC: Add alphasort() implementation
Brian Gianforcaro
2021-12-28
LibC: Add POSIX spec comments for dirent APIs
Brian Gianforcaro
2021-12-27
LibWeb: Use start_of_input_stream_twin() for is_valid_escape_sequence()
Sam Atkins
2021-12-27
LibWeb: Pass correct values to would_start_an_identifier()
Sam Atkins
2021-12-27
LibWeb: Pass correct values to would_start_a_number()
Sam Atkins
2021-12-27
LibWeb: Add CSS::Tokenizer::start_of_input_stream_[twin|triplet]()
Sam Atkins
2021-12-27
LibCore+Services: Make TCPServer propagate errors
Sam Atkins
2021-12-27
LibCore: Add ErrorOr wrappers to socket syscalls
Sam Atkins
2021-12-27
LibJS: Implement console.time/timeLog/timeEnd() methods
Sam Atkins
2021-12-27
LibWeb: Add rudimentary styling to `<details>` and `<summary>`
Sam Atkins
2021-12-27
LibJS+WebContent+Browser+js: Implement console.group() methods
Sam Atkins
2021-12-27
LibJS+WebContent+js: Bring console.trace() to spec
Sam Atkins
2021-12-27
LibJS+WebContent+js: Bring console.assert() to spec
Sam Atkins
2021-12-27
LibJS+WebContent+js: Bring console.clear() to spec
Sam Atkins
2021-12-27
LibJS+WebContent+js: Bring console.count[Reset]() to spec
Sam Atkins
2021-12-27
LibJS+WebContent+js: Reimplement console.log() and friends to spec
Sam Atkins
2021-12-27
LibWeb: Implement CanvasRenderingContext2D.isContextLost()
Linus Groh
2021-12-27
LibWeb: Implement CanvasRenderingContext2D.reset()
Linus Groh
2021-12-27
LibWeb: Implement CanvasRenderingContext2D.restore()
Linus Groh
2021-12-27
LibWeb: Implement CanvasRenderingContext2D.save()
Linus Groh
2021-12-27
LibWeb: Encapsulate canvas drawing state in a struct
Linus Groh
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
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
LibVT: Don't leave 50ms auto-scroll timer running at all times
Andreas Kling
[next]