summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-01-12Kernel: Rename ProcessorInfo::{m_brandstr => m_brand}Idan Horowitz
2022-01-12HackStudio: Use ProjectBuilder to build and run the current projectItamar
2022-01-12HackStudio: Add ProjectBuilder componentItamar
2022-01-12HackStudio: Add optional parameters to TerminalWrapper::run()Itamar
2022-01-12HackStudio: Add Project::project_is_serenity() functionItamar
2022-01-12LibCore: Add utility class for temporary files and directoriesItamar
2022-01-12LibC: Install libssp.a in /usr/libItamar
2022-01-12LibCore: Make Core::command return CommandResult structItamar
2022-01-12Ports+LibGL: Replace LibGL context check by ScummVM patchJelle Raaijmakers
2022-01-12LibC: Make the address argument of `malloc_size` a pointer to constDaniel Bertalan
2022-01-12Kernel+LibC+LibCore+UE: Implement `fchmodat(2)`Daniel Bertalan
2022-01-12LibSoftGPU: Don't render triangle strip if there's less than 3 verticesLuke Wilde
2022-01-123DFileViewer: Replace lambertian lighting with GL LightingJesse Buhagiar
2022-01-12LibSoftGPU: Implement per-vertex Lighting during T&L StageJesse Buhagiar
2022-01-12LibSoftGPU: Transform normals during T&L stageJesse Buhagiar
2022-01-12LibGL+LibSoftGPU: Pass along lighting flag to Software GPUJesse Buhagiar
2022-01-12LibGL+LibSoftGPU: Move lighting model parameters to SoftGPUJesse Buhagiar
2022-01-12LibGL: Flesh out `glMaterialf{v}`Jesse Buhagiar
2022-01-12LibGL: Support enabling/disabling lights via `glEnable()/Disable()`Jesse Buhagiar
2022-01-12LibGL: Implement `glLightf{v}` and fix `gl.h` prototypeJesse Buhagiar
2022-01-12LibGL+LibSoftGPU: Add `GL_MAX_LIGHTS` to get_context_parameterJesse Buhagiar
2022-01-12Meta: Fix Markdown lintingkleines Filmröllchen
2022-01-12LibGUI: Add existing children widgets when layout manager changedMatt Jacobson
2022-01-12Base+Userland: Add various iconselectrikmilk
2022-01-12Base+PixelPaint: Add more menu iconselectrikmilk
2022-01-12Base+WindowServer: Add icon to window menu move actionelectrikmilk
2022-01-12Base+Browser: Add Browser iconselectrikmilk
2022-01-12LibUnicode: Parse number system digits from the CLDRTimothy Flynn
2022-01-12LibGfx+LibGL: Allow singular matrices to be invertedJelle Raaijmakers
2022-01-11LibJS: Use new LibUnicode API to format time zone namesTimothy Flynn
2022-01-11LibUnicode: Fall back to GMT offset when a time zone name is unavailableTimothy Flynn
2022-01-11LibUnicode: Implement TR-35's localized GMT offset formattingTimothy Flynn
2022-01-11LibUnicode: Add an API to retrieve a locale's default numbering systemTimothy Flynn
2022-01-11LibJS+LibUnicode: Move replacement of number system digits to LibUnicodeTimothy Flynn
2022-01-11LibGL: Set `q` parameter for `glTexCoord` to 1 by defaultJelle Raaijmakers
2022-01-11LibGL: Implement `glTexCoord2i`Jelle Raaijmakers
2022-01-11LibSoftGPU: Only render complete primitivesJelle Raaijmakers
2022-01-11LibGL: Remove duplicate `private:` from SoftwareGLContext.hJelle Raaijmakers
2022-01-11LibGfx+LibGL: Do not crash if matrix inverse does not existJelle Raaijmakers
2022-01-11LibGL: Stub `glPointSize`Jelle Raaijmakers
2022-01-11LibGL: Implement `glLightModeli`Jelle Raaijmakers
2022-01-11LibGL: Implement `glTexEnvi`Jelle Raaijmakers
2022-01-11LibGL: Implement `glRotated`Jelle Raaijmakers
2022-01-11LibGL: Implement `glColor3d` and `glColor3ubv`Jelle Raaijmakers
2022-01-11LibJS: Actually implement get_iana_time_zone_offset_nanoseconds()Linus Groh
2022-01-11LibJS: Support non-UTC time zones in Temporal :^)Linus Groh
2022-01-11LibTimeZone: Operate in UTC-only mode when !ENABLE_TIME_ZONE_DATALinus Groh
2022-01-11LibJS: Check if input was exhausted after parsing UTC offset fractionLinus Groh
2022-01-11LibJS/Tests: Add Temporal.TimeZone() tests for numeric UTC offsetLinus Groh
2022-01-11Applets/Audio: Propagate errors by extracting out GUI initializationcreator1creeper1