summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-01-13LibELF: Use StringBuilders instead of Strings for the interpreter pathIdan Horowitz
2022-01-13LibJS: Mark CreateTemporalTimeZone("UTC") as infallibleLinus Groh
2022-01-13LibC: Remove TODO() macros to not break mc portKenneth Myhra
2022-01-13LibC: Add definition for PRIxMAXKenneth Myhra
2022-01-13LibGfx: Change return type of Adler32 checksums in PNGWriterMarcus Nilsson
2022-01-13WindowServer: Don't try to flash menubar in deleted windowsAndreas Kling
2022-01-13LibJS: Implement per-locale display of calendars and date-time fieldsTimothy Flynn
2022-01-13LibJS: Add FIXME regarding [[LanguageDisplay]] internal slot handlingTimothy Flynn
2022-01-13LibJS+LibUnicode: Remove unnecessary locale currency mapping wrapperTimothy Flynn
2022-01-13LibUnicode: Parse and generate locale display names for date fieldsTimothy Flynn
2022-01-13LibUnicode: Parse and generate locale display names for calendarsTimothy Flynn
2022-01-13LibJS: Add [[LanguageDisplay]] to Intl.DisplayNames's resolvedOptionsTimothy Flynn
2022-01-13js: Pretty-print the Intl.DisplayNames [[LanguageDisplay]] internal slotTimothy Flynn
2022-01-13LibJS: Parse new Intl.DisplayNames "type" and "languageDisplay" optionsTimothy Flynn
2022-01-13LibJS: Remove unnecessary braces in Intl.DisplayNamesTimothy Flynn
2022-01-13LibIMAP+Userland: Convert LibIMAP::Client to the Serenity Stream APIssin-ack
2022-01-13test-imap: Convert test-imap to LibMainsin-ack
2022-01-13LibCore: Use Error::from_errno in Stream APIssin-ack
2022-01-13LibCore+Userland+Tests: Convert Stream APIs to construct on heapsin-ack
2022-01-13LibCore: Remove the SocketError classsin-ack
2022-01-13Snake: Add link to help pages in menuDavid Lindbom
2022-01-13Pong: Add link to help pages in menuDavid Lindbom
2022-01-13Minesweeper: Add link to help pages in menuDavid Lindbom
2022-01-13Hearts: Add link to help pages in menuDavid Lindbom
2022-01-13GameOfLife: Add link to help pages in menuDavid Lindbom
2022-01-13FlappyBug: Add link to help pages in menuDavid Lindbom
2022-01-13Chess: Add link to help pages in menuDavid Lindbom
2022-01-13Breakout: Add link to help pages in menuDavid Lindbom
2022-01-132048: Add link to help pages in menuDavid Lindbom
2022-01-13LibGL+LibSoftGPU: Implement `glColorMaterial` and `GL_COLOR_MATERIAL`Jelle Raaijmakers
2022-01-13LibGL+LibSoftGPU: Calculate spotlight cutoff angle as degreesJelle Raaijmakers
2022-01-13LibGL: Report unsupported capabilities in `glEnable` and `glDisable`Jelle Raaijmakers
2022-01-13LibGL: Make `MaterialFace` a simple `u8` enumJelle Raaijmakers
2022-01-13LibSoftGPU: Change `Material` vectors to `FloatVector4`Jelle Raaijmakers
2022-01-13LibGL: Use C++ casts in `glColor`Jelle Raaijmakers
2022-01-13LibGL: Implement glIsTextureLuke Wilde
2022-01-13LibJS: Don't validate time zone name when parsing Instant stringLinus Groh
2022-01-13LibGL: Generate texture in glBindTexture if not previously generatedLuke Wilde
2022-01-13LibGL: Stub glStencilMaskLuke Wilde
2022-01-13LibGL: Implement glTexCoord{1,3,4}f(v)Luke Wilde
2022-01-12FontEditor: Add Klingon phrase to Preview FontLady Gegga
2022-01-12LibJS: Avoid js_string() allocation in parse_time_zone_offset_string()Linus Groh
2022-01-12LibJS: Fix fraction substring range in parse_temporal_time_zone_string()Linus Groh
2022-01-12LibJS: Fix calculation overflow in parse_temporal_time_zone_string()Linus Groh
2022-01-12LibJS: Fix `sign` data type in parse_temporal_time_zone_string()Linus Groh
2022-01-12LibGUI: Print error when failing to load thumbnail in FileSystemModelMarcus Nilsson
2022-01-12Taskbar: Include `ScreenLayout.h` from `Services` directoryJelle Raaijmakers
2022-01-12LibJS: Add some Intl.DateTimeFormat tests for specific time zonesTimothy Flynn
2022-01-12LibJS: Respect the user-provided time zone in Intl.DateTimeFormatTimothy Flynn
2022-01-12LibJS: Partially implement the LocalTZA AOTimothy Flynn