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-13
LibELF: Use StringBuilders instead of Strings for the interpreter path
Idan Horowitz
2022-01-13
LibJS: Mark CreateTemporalTimeZone("UTC") as infallible
Linus Groh
2022-01-13
LibC: Remove TODO() macros to not break mc port
Kenneth Myhra
2022-01-13
LibC: Add definition for PRIxMAX
Kenneth Myhra
2022-01-13
LibGfx: Change return type of Adler32 checksums in PNGWriter
Marcus Nilsson
2022-01-13
WindowServer: Don't try to flash menubar in deleted windows
Andreas Kling
2022-01-13
LibJS: Implement per-locale display of calendars and date-time fields
Timothy Flynn
2022-01-13
LibJS: Add FIXME regarding [[LanguageDisplay]] internal slot handling
Timothy Flynn
2022-01-13
LibJS+LibUnicode: Remove unnecessary locale currency mapping wrapper
Timothy Flynn
2022-01-13
LibUnicode: Parse and generate locale display names for date fields
Timothy Flynn
2022-01-13
LibUnicode: Parse and generate locale display names for calendars
Timothy Flynn
2022-01-13
LibJS: Add [[LanguageDisplay]] to Intl.DisplayNames's resolvedOptions
Timothy Flynn
2022-01-13
js: Pretty-print the Intl.DisplayNames [[LanguageDisplay]] internal slot
Timothy Flynn
2022-01-13
LibJS: Parse new Intl.DisplayNames "type" and "languageDisplay" options
Timothy Flynn
2022-01-13
LibJS: Remove unnecessary braces in Intl.DisplayNames
Timothy Flynn
2022-01-13
LibIMAP+Userland: Convert LibIMAP::Client to the Serenity Stream APIs
sin-ack
2022-01-13
test-imap: Convert test-imap to LibMain
sin-ack
2022-01-13
LibCore: Use Error::from_errno in Stream APIs
sin-ack
2022-01-13
LibCore+Userland+Tests: Convert Stream APIs to construct on heap
sin-ack
2022-01-13
LibCore: Remove the SocketError class
sin-ack
2022-01-13
Snake: Add link to help pages in menu
David Lindbom
2022-01-13
Pong: Add link to help pages in menu
David Lindbom
2022-01-13
Minesweeper: Add link to help pages in menu
David Lindbom
2022-01-13
Hearts: Add link to help pages in menu
David Lindbom
2022-01-13
GameOfLife: Add link to help pages in menu
David Lindbom
2022-01-13
FlappyBug: Add link to help pages in menu
David Lindbom
2022-01-13
Chess: Add link to help pages in menu
David Lindbom
2022-01-13
Breakout: Add link to help pages in menu
David Lindbom
2022-01-13
2048: Add link to help pages in menu
David Lindbom
2022-01-13
LibGL+LibSoftGPU: Implement `glColorMaterial` and `GL_COLOR_MATERIAL`
Jelle Raaijmakers
2022-01-13
LibGL+LibSoftGPU: Calculate spotlight cutoff angle as degrees
Jelle Raaijmakers
2022-01-13
LibGL: Report unsupported capabilities in `glEnable` and `glDisable`
Jelle Raaijmakers
2022-01-13
LibGL: Make `MaterialFace` a simple `u8` enum
Jelle Raaijmakers
2022-01-13
LibSoftGPU: Change `Material` vectors to `FloatVector4`
Jelle Raaijmakers
2022-01-13
LibGL: Use C++ casts in `glColor`
Jelle Raaijmakers
2022-01-13
LibGL: Implement glIsTexture
Luke Wilde
2022-01-13
LibJS: Don't validate time zone name when parsing Instant string
Linus Groh
2022-01-13
LibGL: Generate texture in glBindTexture if not previously generated
Luke Wilde
2022-01-13
LibGL: Stub glStencilMask
Luke Wilde
2022-01-13
LibGL: Implement glTexCoord{1,3,4}f(v)
Luke Wilde
2022-01-12
FontEditor: Add Klingon phrase to Preview Font
Lady Gegga
2022-01-12
LibJS: Avoid js_string() allocation in parse_time_zone_offset_string()
Linus Groh
2022-01-12
LibJS: Fix fraction substring range in parse_temporal_time_zone_string()
Linus Groh
2022-01-12
LibJS: Fix calculation overflow in parse_temporal_time_zone_string()
Linus Groh
2022-01-12
LibJS: Fix `sign` data type in parse_temporal_time_zone_string()
Linus Groh
2022-01-12
LibGUI: Print error when failing to load thumbnail in FileSystemModel
Marcus Nilsson
2022-01-12
Taskbar: Include `ScreenLayout.h` from `Services` directory
Jelle Raaijmakers
2022-01-12
LibJS: Add some Intl.DateTimeFormat tests for specific time zones
Timothy Flynn
2022-01-12
LibJS: Respect the user-provided time zone in Intl.DateTimeFormat
Timothy Flynn
2022-01-12
LibJS: Partially implement the LocalTZA AO
Timothy Flynn
[next]