summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2022-01-11Help: Refactor link handlingkleines Filmröllchen
2022-01-11LibGUI: Make Tableview handle multi-selected indexes when deletingGlenford Williams
2022-01-11AK+LibC+LibPthread: Introduce NoAllocationGuardkleines Filmröllchen
2022-01-10LibC: Implement strsep()Linus Groh
2022-01-10Taskbar: Tweak taskbar button progress bar renderingAndreas Kling
2022-01-10LibJS: Include hour-cycle in DateTimeFormat optionsTimothy Flynn
2022-01-10LibUnicode: Add an hour-cycle field to DateTimeFormat's format patternTimothy Flynn
2022-01-10LibGUI+AK: Add DRAG_DEBUG opt and put drag operations behind dbgln_ifMarcus Nilsson
2022-01-102048: Add action icons for New Game and SettingsDylan Katz
2022-01-102048: Simplify dialog box when target reachedDylan Katz
2022-01-102048: Fix off-by-1 when opening settingsDylan Katz
2022-01-09LibGUI: Show hours and minutes in "unsaved changes" dialogsRafał Babiarz
2022-01-09LibGL: Add stub for `glColorMaterial`Jelle Raaijmakers
2022-01-09LibGL: Add capabilities to context parametersJelle Raaijmakers
2022-01-09LibJS: Implement proper Iterator recordsLinus Groh
2022-01-09LibJS: Use Optional<Value> for potentially missing value in Iterator AOsLinus Groh
2022-01-09LibCrypto: Link against LibCoreDaniel Bertalan
2022-01-09Spreadsheet: Properly pass parent window to WorkbookGlenford Williams
2022-01-09PixelPaint: Verify that we have an ImageEditor instead of returningMarcus Nilsson
2022-01-09PixelPaint: Disable actions when no ImageEditor is openMarcus Nilsson
2022-01-09LibGUI: Add Menu::set_children_actions_enabled() helperMarcus Nilsson
2022-01-09PixelPaint: Keep a RefPtr to layer in LayerPropertiesWidgetMarcus Nilsson
2022-01-09PixelPaint: Make PaletteWidget::set_image_editor take a ImageEditor*Marcus Nilsson