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
2022-01-12
Kernel+LibC+LibCore+UE: Implement `fchmodat(2)`
Daniel Bertalan
2022-01-12
LibSoftGPU: Don't render triangle strip if there's less than 3 vertices
Luke Wilde
2022-01-12
3DFileViewer: Replace lambertian lighting with GL Lighting
Jesse Buhagiar
2022-01-12
LibSoftGPU: Implement per-vertex Lighting during T&L Stage
Jesse Buhagiar
2022-01-12
LibSoftGPU: Transform normals during T&L stage
Jesse Buhagiar
2022-01-12
LibGL+LibSoftGPU: Pass along lighting flag to Software GPU
Jesse Buhagiar
2022-01-12
LibGL+LibSoftGPU: Move lighting model parameters to SoftGPU
Jesse Buhagiar
2022-01-12
LibGL: Flesh out `glMaterialf{v}`
Jesse Buhagiar
2022-01-12
LibGL: Support enabling/disabling lights via `glEnable()/Disable()`
Jesse Buhagiar
2022-01-12
LibGL: Implement `glLightf{v}` and fix `gl.h` prototype
Jesse Buhagiar
2022-01-12
LibGL+LibSoftGPU: Add `GL_MAX_LIGHTS` to get_context_parameter
Jesse Buhagiar
2022-01-12
Meta: Fix Markdown linting
kleines Filmröllchen
2022-01-12
LibGUI: Add existing children widgets when layout manager changed
Matt Jacobson
2022-01-12
Base+Userland: Add various icons
electrikmilk
2022-01-12
Base+PixelPaint: Add more menu icons
electrikmilk
2022-01-12
Base+WindowServer: Add icon to window menu move action
electrikmilk
2022-01-12
Base+Browser: Add Browser icons
electrikmilk
2022-01-12
LibUnicode: Parse number system digits from the CLDR
Timothy Flynn
2022-01-12
LibGfx+LibGL: Allow singular matrices to be inverted
Jelle Raaijmakers
2022-01-11
LibJS: Use new LibUnicode API to format time zone names
Timothy Flynn
2022-01-11
LibUnicode: Fall back to GMT offset when a time zone name is unavailable
Timothy Flynn
2022-01-11
LibUnicode: Implement TR-35's localized GMT offset formatting
Timothy Flynn
2022-01-11
LibUnicode: Add an API to retrieve a locale's default numbering system
Timothy Flynn
2022-01-11
LibJS+LibUnicode: Move replacement of number system digits to LibUnicode
Timothy Flynn
2022-01-11
LibGL: Set `q` parameter for `glTexCoord` to 1 by default
Jelle Raaijmakers
2022-01-11
LibGL: Implement `glTexCoord2i`
Jelle Raaijmakers
2022-01-11
LibSoftGPU: Only render complete primitives
Jelle Raaijmakers
2022-01-11
LibGL: Remove duplicate `private:` from SoftwareGLContext.h
Jelle Raaijmakers
2022-01-11
LibGfx+LibGL: Do not crash if matrix inverse does not exist
Jelle Raaijmakers
2022-01-11
LibGL: Stub `glPointSize`
Jelle Raaijmakers
2022-01-11
LibGL: Implement `glLightModeli`
Jelle Raaijmakers
2022-01-11
LibGL: Implement `glTexEnvi`
Jelle Raaijmakers
2022-01-11
LibGL: Implement `glRotated`
Jelle Raaijmakers
2022-01-11
LibGL: Implement `glColor3d` and `glColor3ubv`
Jelle Raaijmakers
2022-01-11
LibJS: Actually implement get_iana_time_zone_offset_nanoseconds()
Linus Groh
2022-01-11
LibJS: Support non-UTC time zones in Temporal :^)
Linus Groh
2022-01-11
LibTimeZone: Operate in UTC-only mode when !ENABLE_TIME_ZONE_DATA
Linus Groh
2022-01-11
LibJS: Check if input was exhausted after parsing UTC offset fraction
Linus Groh
2022-01-11
LibJS/Tests: Add Temporal.TimeZone() tests for numeric UTC offset
Linus Groh
2022-01-11
Applets/Audio: Propagate errors by extracting out GUI initialization
creator1creeper1
2022-01-11
Applets/ResourceGraph: Propagate errors in create_applet
creator1creeper1
2022-01-11
LibCore+flock: Make Core::System::waitpid more ergonomic
Junior Rantila
2022-01-11
LibGUI: Don't paint text cursor if TextEditor is disabled
Marcus Nilsson
2022-01-11
LibGUI: Change gradient colors when ValueSlider is disabled
Marcus Nilsson
2022-01-11
LibC: Add daemon(3) implementation to match behavior of Linux and BSDs
Andrew Kaster
2022-01-11
LibTimeZone: Begin generating GMT offset rules for each time zone
Timothy Flynn
2022-01-11
LibTimeZone: Add methods to canonicalize a time zone name
Timothy Flynn
2022-01-11
LibTimeZone: Add method to convert a time zone to a string
Timothy Flynn
2022-01-11
LibTimeZone: Do not separate the generated data from the main library
Timothy Flynn
2022-01-11
Meta: Convert new help page link styles for the man page website
kleines Filmröllchen
[next]