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-16
LibGUI+FontEditor: Move seek-prev/next-glyph logic into GlyphMapWidget
Sam Atkins
2022-01-16
CharacterMap: Add output box for copying arbitrary character sequences
Sam Atkins
2022-01-16
LibGUI: Add on_glyph_double_clicked() callback to GlyphMapWidget
Sam Atkins
2022-01-16
CharacterMap: Add new Character Map application :^)
Sam Atkins
2022-01-16
LibGUI: Preserve glyph selection when changing font
Sam Atkins
2022-01-16
LibGUI: Remove unused method definitions from GlyphMapWidget
Sam Atkins
2022-01-16
LibGUI: Recalculate GlyphMapWidget content size when changing font
Sam Atkins
2022-01-16
LibGUI: Make GlyphMapWidget work with vector fonts
Sam Atkins
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
PixelPaint: Add delete selection behavior
Olivier De Cannière
2022-01-16
Everywhere: Mark Vector of mutable references as mutable
creator1creeper1
2022-01-15
nc: Port to LibMain
Kenneth Myhra
2022-01-15
PixelPaint: Restrict "crop to selection" to image boundaries
Mateusz Krajewski
2022-01-15
Assistant: Fix crash in FileProvider background thread upon exit
Rummskartoffel
2022-01-15
Assistant: Make Provider ref-counted
Rummskartoffel
2022-01-15
unzip: Don't fail from mmap when trying to decompress empty files
Rummskartoffel
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
Spreadsheet: Use FileSystemAccessClient for the reading of files
Glenford Williams
[next]