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: Rename ProcessorInfo::{m_brandstr => m_brand}
Idan Horowitz
2022-01-12
HackStudio: Use ProjectBuilder to build and run the current project
Itamar
2022-01-12
HackStudio: Add ProjectBuilder component
Itamar
2022-01-12
HackStudio: Add optional parameters to TerminalWrapper::run()
Itamar
2022-01-12
HackStudio: Add Project::project_is_serenity() function
Itamar
2022-01-12
LibCore: Add utility class for temporary files and directories
Itamar
2022-01-12
LibC: Install libssp.a in /usr/lib
Itamar
2022-01-12
LibCore: Make Core::command return CommandResult struct
Itamar
2022-01-12
Ports+LibGL: Replace LibGL context check by ScummVM patch
Jelle Raaijmakers
2022-01-12
LibC: Make the address argument of `malloc_size` a pointer to const
Daniel Bertalan
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
[next]