summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-11-22LibSystem: Disable stack protector in syscall wrappers on i686Andreas Kling
2021-11-22LibSystem: Add pledge() and unveil() wrappers that return ErrorOr<void>Andreas Kling
2021-11-22tar: Implement usage of prefixes when extractingTim Schumacher
2021-11-22HackStudio: Disable the Rename action on insufficient permissionsKarol Kosek
2021-11-22HackStudio: Remove noop when deciding whether to disable delete actionKarol Kosek
2021-11-21LibJS: Parse async generator functionsdavidot
2021-11-21LibJS: Don't set a prototype property on async functionsdavidot
2021-11-21LibJS: Parse async arrow functionsdavidot
2021-11-21LibJS: Implement Temporal.PlainDateTime.prototype.since()Linus Groh
2021-11-21LibJS: Implement Temporal.PlainDateTime.prototype.until()Linus Groh
2021-11-21LibJS: Implement Temporal.PlainTime.prototype.since()Linus Groh
2021-11-21LibJS: Implement Temporal.PlainTime.prototype.until()Linus Groh
2021-11-21LibC: Remove commented-out main() prototype from sys/cdefs.hAndreas Kling
2021-11-21Everywhere: Fix spelling of "offsetted"Andreas Kling
2021-11-21Kernel+LibC: Fix misspelled "VERTICAL" in framebuffer ioctlsAndreas Kling
2021-11-21LibGUI: Use ErrorOr<T> in the file system thumbnail generatorAndreas Kling
2021-11-21LibGfx: Use StringView for header constants in the GIF decoderAndreas Kling
2021-11-21LibGfx: Use ErrorOr<void> more internally in PNGImageDecoderPluginAndreas Kling
2021-11-21LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<>Andreas Kling
2021-11-21CrashReporter: Show the available memory region informationTim Schumacher
2021-11-21Starfield: Modify speed by Plus or Minus keypressesPedro Pereira
2021-11-21Starfield: Modify speed by command argumentPedro Pereira
2021-11-21Starfield: Support variable speedPedro Pereira
2021-11-21kcov-example: Print helpful error if kcov feature is missingBen Wiederhake
2021-11-21SystemServer+kcov-example: Make /dev/kcov0 available againBen Wiederhake
2021-11-21FontEditor: Make glyph parsing more robustBen Wiederhake
2021-11-21LibGUI: Make clipboard bitmap parsing more robustBen Wiederhake
2021-11-21ClipboardHistory: Properly display bitmap depthBen Wiederhake
2021-11-21LibGUI+Everywhere: Make sync requests to Clipboard server more obviousBen Wiederhake
2021-11-21LibGUI: Avoid access to Clipboard server, clipboard text is never emptyBen Wiederhake
2021-11-21LibGUI: Make paste access to Clipboard atomicBen Wiederhake
2021-11-21Browser: Make paste access to Clipboard atomicBen Wiederhake
2021-11-21FontEditor: Make paste access to Clipboard atomicBen Wiederhake
2021-11-21LibVT: Make paste access to Clipboard atomicBen Wiederhake
2021-11-21LibGUI: Make clipboard-as-bitmap parsing less data-race-yBen Wiederhake
2021-11-21Piano: Use default sample rate in absence of audio deviceJelle Raaijmakers
2021-11-21AudioServer: Use `strerror` correctly in MixerJelle Raaijmakers
2021-11-21LibAudio: Verify source and target rates for ResampleHelperJelle Raaijmakers
2021-11-20LibJS: Implement parsing of TemporalInstantStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalCalendarStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalRelativeToStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalZonedDateTimeStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalYearMonthStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalMonthDayStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalTimeStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalDateTimeStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalDateStringLinus Groh
2021-11-20LibJS: Update parse_temporal_time_zone() to match the spec againLinus Groh
2021-11-20LibJS: Don't assume calendar was parsed in to_temporal_zoned_date_time()Linus Groh
2021-11-20LibJS: Fix fallback of hour, minute, second in parse_iso_date_time()Linus Groh