summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-22AK: Mark MemMem header-only functions as inline rather than staticAndrew Kaster
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-21Kernel: Make sure OpenFileDescription is kept alive while read() blocksAndreas Kling
2021-11-21LibC: Remove commented-out main() prototype from sys/cdefs.hAndreas Kling
2021-11-21Kernel: Avoid repeated memory zeroing while generating coredumpsAndreas Kling
2021-11-21Kernel: Remove bogus TODO in coredump generationAndreas Kling
2021-11-21Kernel: Make UserOrKernelBuffer::for_user_buffer() return ErrorOr<T>Andreas Kling
2021-11-21Kernel: Share code between DoubleBuffer's read() and peek()Andreas 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-21Meta: Disable "readability-identifier-length" clang-tidy checksAndreas Kling
2021-11-21LibGfx: Use ErrorOr<void> more internally in PNGImageDecoderPluginAndreas Kling
2021-11-21LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<>Andreas Kling
2021-11-21Meta: Tighten rules around commit categories in CONTRIBUTING.mdLinus Groh
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-21Base: Add Old Italic characters to font Katica Regular 10Lady Gegga
2021-11-21Base: Add Yezidi characters to font Katica Regular 10Lady Gegga
2021-11-21Base: Add Ideographic description characters to font Katica Regular 10Lady Gegga
2021-11-21Base: Adjust glyphs(remove dotted circles) in font Katica Regular 10Lady Gegga
2021-11-21Base: Adjust Mende Kikakui glyphs in font Katica Regular 10Lady Gegga
2021-11-21Base: Increase max width for Katica Regular 10 from 7 to 10Lady Gegga
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-21Kernel: Wrap format timespec assignment in a check for !AARCH64James Mintram