summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2022-01-11Applets/ResourceGraph: Propagate errors in create_appletcreator1creeper1
2022-01-11LibCore+flock: Make Core::System::waitpid more ergonomicJunior Rantila
2022-01-11LibGUI: Don't paint text cursor if TextEditor is disabledMarcus Nilsson
2022-01-11LibGUI: Change gradient colors when ValueSlider is disabledMarcus Nilsson
2022-01-11LibC: Add daemon(3) implementation to match behavior of Linux and BSDsAndrew Kaster
2022-01-11LibTimeZone: Begin generating GMT offset rules for each time zoneTimothy Flynn
2022-01-11LibTimeZone: Add methods to canonicalize a time zone nameTimothy Flynn
2022-01-11LibTimeZone: Add method to convert a time zone to a stringTimothy Flynn
2022-01-11LibTimeZone: Do not separate the generated data from the main libraryTimothy Flynn
2022-01-11Meta: Convert new help page link styles for the man page websitekleines Filmröllchen
2022-01-11Help+Base: Add help://man URLs for links between man pageskleines Filmröllchen