summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-01-16LibGUI+FontEditor: Move seek-prev/next-glyph logic into GlyphMapWidgetSam Atkins
2022-01-16CharacterMap: Add output box for copying arbitrary character sequencesSam Atkins
2022-01-16LibGUI: Add on_glyph_double_clicked() callback to GlyphMapWidgetSam Atkins
2022-01-16CharacterMap: Add new Character Map application :^)Sam Atkins
2022-01-16LibGUI: Preserve glyph selection when changing fontSam Atkins
2022-01-16LibGUI: Remove unused method definitions from GlyphMapWidgetSam Atkins
2022-01-16LibGUI: Recalculate GlyphMapWidget content size when changing fontSam Atkins
2022-01-16LibGUI: Make GlyphMapWidget work with vector fontsSam Atkins
2022-01-16LibGUI+FontEditor: Move GlyphMapWidget to LibGUISam Atkins
2022-01-16LibGUI: Make button icons settable in GMLSam Atkins
2022-01-16LibJS: Implement Date.prototype.setUTCDateTimothy Flynn
2022-01-16LibJS: Implement Date.prototype.setUTCFullYearTimothy Flynn
2022-01-16LibJS: Implement Date.prototype.setUTCHoursTimothy Flynn
2022-01-16LibJS: Implement Date.prototype.setUTCMillisecondsTimothy Flynn
2022-01-16LibJS: Implement Date.prototype.setUTCMinutesTimothy Flynn
2022-01-16LibJS: Implement Date.prototype.setUTCMonthTimothy Flynn
2022-01-16LibJS: Implement Date.prototype.setUTCSecondsTimothy Flynn
2022-01-16LibJS: Protect [TimeValue]FromTime from non-finite timesTimothy Flynn
2022-01-16LibJS: Protect DayWithinYear against non-finite timesTimothy Flynn
2022-01-16LibJS: Protect YearFromTime against non-finite timesTimothy Flynn
2022-01-16LibJS: Ensure final computation in DayFromYear is performed on a doubleTimothy Flynn
2022-01-15LibVT: Don't clip TerminalWidget's drawing to avoid scrollerMatt Jacobson
2022-01-16LibJS: Implement create_dynamic_function() according to the specLinus Groh
2022-01-16LibJS: Allow passing prototype to ECMAScriptFunctionObject::create()Linus Groh
2022-01-16LibJS: Don't require ParenClose in Parser::parse_formal_parameters()Linus Groh
2022-01-16LibJS: Consume curly braces outside of Parser::parse_function_body()Linus Groh
2022-01-16LibJS: Add VM::active_function_object()Linus Groh
2022-01-16LibJS: Rename FunctionKind::{Regular => Normal}Linus Groh
2022-01-15PixelPaint: Add delete selection behaviorOlivier De Cannière
2022-01-16Everywhere: Mark Vector of mutable references as mutablecreator1creeper1
2022-01-15nc: Port to LibMainKenneth Myhra
2022-01-15PixelPaint: Restrict "crop to selection" to image boundariesMateusz Krajewski
2022-01-15Assistant: Fix crash in FileProvider background thread upon exitRummskartoffel
2022-01-15Assistant: Make Provider ref-countedRummskartoffel
2022-01-15unzip: Don't fail from mmap when trying to decompress empty filesRummskartoffel
2022-01-15LibJS: Implement Date.prototype.getTimezoneOffsetTimothy Flynn
2022-01-15LibJS: Implement MakeDay without using AK::years_to_days_since_epochTimothy Flynn
2022-01-15LibJS: Move time conversion constants to the Date headerTimothy Flynn
2022-01-15LibJS: Remove Core::DateTime logic from the Date object :^)Timothy Flynn
2022-01-15LibJS+js: Pretty-print Date objects using the ToDateString AOTimothy Flynn
2022-01-15LibJS: Re-implement the Date constructor / prototype for spec complianceTimothy Flynn
2022-01-15LibJS: Make the thisTimeValue AO publicTimothy Flynn
2022-01-15LibJS: Implement spec-compliant ToDateString and its underlying AOsTimothy Flynn
2022-01-15LibJS: Protect LocalTZA against non-finite timesTimothy Flynn
2022-01-15LibJS: Do not negate offset in LocalTZA for isUTC=falseTimothy Flynn
2022-01-15LibJS: Implement the LocalTime, UTC, and TimeWithinDay AOsTimothy Flynn
2022-01-15LibJS: Sort Date.prototype methods by spec orderTimothy Flynn
2022-01-15LibTimeZone: Canonicalize the current time zone and fall back to UTCTimothy Flynn
2022-01-15LibELF: Use shared memory mapping when loading ELF objectsAndreas Kling
2022-01-15Spreadsheet: Use FileSystemAccessClient for the reading of filesGlenford Williams