summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-11-21CI: Bump prettier to latest version (2.4.1)Linus Groh
2021-11-21Documentation: Document which file formats existBen Wiederhake
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