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
/
Libraries
Age
Commit message (
Expand
)
Author
2022-01-16
LibGUI+FontEditor: Move GlyphMapWidget to LibGUI
Sam Atkins
2022-01-16
LibGUI: Make button icons settable in GML
Sam Atkins
2022-01-16
LibJS: Implement Date.prototype.setUTCDate
Timothy Flynn
2022-01-16
LibJS: Implement Date.prototype.setUTCFullYear
Timothy Flynn
2022-01-16
LibJS: Implement Date.prototype.setUTCHours
Timothy Flynn
2022-01-16
LibJS: Implement Date.prototype.setUTCMilliseconds
Timothy Flynn
2022-01-16
LibJS: Implement Date.prototype.setUTCMinutes
Timothy Flynn
2022-01-16
LibJS: Implement Date.prototype.setUTCMonth
Timothy Flynn
2022-01-16
LibJS: Implement Date.prototype.setUTCSeconds
Timothy Flynn
2022-01-16
LibJS: Protect [TimeValue]FromTime from non-finite times
Timothy Flynn
2022-01-16
LibJS: Protect DayWithinYear against non-finite times
Timothy Flynn
2022-01-16
LibJS: Protect YearFromTime against non-finite times
Timothy Flynn
2022-01-16
LibJS: Ensure final computation in DayFromYear is performed on a double
Timothy Flynn
2022-01-15
LibVT: Don't clip TerminalWidget's drawing to avoid scroller
Matt Jacobson
2022-01-16
LibJS: Implement create_dynamic_function() according to the spec
Linus Groh
2022-01-16
LibJS: Allow passing prototype to ECMAScriptFunctionObject::create()
Linus Groh
2022-01-16
LibJS: Don't require ParenClose in Parser::parse_formal_parameters()
Linus Groh
2022-01-16
LibJS: Consume curly braces outside of Parser::parse_function_body()
Linus Groh
2022-01-16
LibJS: Add VM::active_function_object()
Linus Groh
2022-01-16
LibJS: Rename FunctionKind::{Regular => Normal}
Linus Groh
2022-01-15
LibJS: Implement Date.prototype.getTimezoneOffset
Timothy Flynn
2022-01-15
LibJS: Implement MakeDay without using AK::years_to_days_since_epoch
Timothy Flynn
2022-01-15
LibJS: Move time conversion constants to the Date header
Timothy Flynn
2022-01-15
LibJS: Remove Core::DateTime logic from the Date object :^)
Timothy Flynn
2022-01-15
LibJS+js: Pretty-print Date objects using the ToDateString AO
Timothy Flynn
2022-01-15
LibJS: Re-implement the Date constructor / prototype for spec compliance
Timothy Flynn
2022-01-15
LibJS: Make the thisTimeValue AO public
Timothy Flynn
2022-01-15
LibJS: Implement spec-compliant ToDateString and its underlying AOs
Timothy Flynn
2022-01-15
LibJS: Protect LocalTZA against non-finite times
Timothy Flynn
2022-01-15
LibJS: Do not negate offset in LocalTZA for isUTC=false
Timothy Flynn
2022-01-15
LibJS: Implement the LocalTime, UTC, and TimeWithinDay AOs
Timothy Flynn
2022-01-15
LibJS: Sort Date.prototype methods by spec order
Timothy Flynn
2022-01-15
LibTimeZone: Canonicalize the current time zone and fall back to UTC
Timothy Flynn
2022-01-15
LibELF: Use shared memory mapping when loading ELF objects
Andreas Kling
2022-01-15
LibGL+LibSoftGPU: Add support for 8-bit luminance (+ alpha) textures
Luke Wilde
2022-01-15
LibVT: Enable caller to control the visibility of the scrollbar widget
Brian Gianforcaro
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2022-01-15
LibCore: Implement LocalSocket::peer_pid
sin-ack
2022-01-15
LibCore: Implement LocalSocket::adopt_fd
sin-ack
2022-01-15
LibCore: Implement LocalSocket::read_without_waiting
sin-ack
2022-01-15
LibCore: Implement LocalSocket::receive_fd and send_fd
sin-ack
2022-01-14
LibJS: Clip parsed IS0 8601 strings to +/- 8.64e15
Timothy Flynn
2022-01-14
LibJS: Implement Date.parse using AK::Time and LibTimeZone
Timothy Flynn
2022-01-14
LibJS: Implement the localTZA AO for isUTC=false
Timothy Flynn
2022-01-14
LibGL+LibSoftGPU: Implement `glDrawPixels` depth buffer support
Jelle Raaijmakers
2022-01-14
LibGL+LibSoftGPU: Implement rasterization position
Jelle Raaijmakers
2022-01-14
LibGL: Add context lifetime debug output
Jelle Raaijmakers
2022-01-14
LibAudio: Expose the format name from the loader plugins
kleines Filmröllchen
2022-01-14
LibCore: Add wrapper for sethostname
Lucas CHOLLET
2022-01-14
LibCore: Remove usage of a hardcoded constant in gethostname()
Lucas CHOLLET
[next]