summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-21LibCore: Make DateTime::create() not fill in tm_wday and tm_yday for calling ...Nico Weber
2020-08-21LibC: Add timegm()Nico Weber
2020-08-21Kernel: Fix assertion when releasing contiguous memory regionTom
2020-08-21SystemMonitor: Add a Processors tabLuke
2020-08-21WindowServer: Fix MenuApplets paintingTom
2020-08-21LibWeb: Implement <template> parsingLuke
2020-08-21Kernel: Switch singletons to use new Singleton classTom
2020-08-21Kernel: Add an atomic Singleton classTom
2020-08-212048: Make board size and target tile configurableAnotherTest
2020-08-212048: Do not allow the creation of games with invalid board sizesAnotherTest
2020-08-20SystemServer: Minor #include cleanup in Service.cpp (#3227)Muhammad Zahalqa
2020-08-20LibJS: Basic implementation of most of Date's constructor argumentsNico Weber
2020-08-20LibCore: Comment that DateTime is in local time.Nico Weber
2020-08-20Kernel: Log time in addition to date in RTC startupNico Weber
2020-08-20LibGfx: Support loading GIF local color maps if present :^)Andreas Kling
2020-08-20LibGfx: Initialize some uninitialized things in GIFLoaderAndreas Kling
2020-08-20Kernel: Pack arguments, environment and auxiliary values betterAndreas Kling
2020-08-20LibWeb: Crash instead of spinning if parse_drawto fails to matchLuke
2020-08-20LibCompress: Turn the DEFLATE implementation into a stream.asynts
2020-08-20AK: Add DuplexMemoryStream class.asynts
2020-08-20AK: Remove unnecessary FIXME comments from Stream.h.asynts
2020-08-20AK: Rename error() to has_error() for streams.asynts
2020-08-20AK: Remove fatal() from InputStream.asynts
2020-08-20AK: Rename TestMemoryStream.cpp to TestStream.cpp.asynts
2020-08-20AK: Add StringView(ReadonlyBytes) constructor.asynts
2020-08-20AK: Span: Fix signature of copy_to() and copy_trimmed_to().asynts
2020-08-20AK: Span: Allow slicing with zero length.asynts
2020-08-20LibELF: Ignore PT_GNU_STACK headersAndreas Kling
2020-08-20LibLine: Initialize the search editor when entering searchAnotherTest
2020-08-19Kernel: Distinguish between new and old process groups with equal pgidsAnotherTest
2020-08-19Shell: Do not attempt to yank the TTY from background processesAnotherTest
2020-08-19Shell: Name the pipe ends correctlyAnotherTest
2020-08-19Shell: Fix outdated debug log codeAnotherTest
2020-08-19LibGUI: Use StringBuilder::join() in Shortcut::to_string()Andreas Kling
2020-08-19Base: Tweak the "new" icon to be slightly flatterAndreas Kling
2020-08-19Ext2FS: Fix inode link leak on all new inodesAndreas Kling
2020-08-19Browser: add urls to browser history on load startJake Wilson
2020-08-19WindowServer: Process dnd mouse events firstTom
2020-08-19Kernel: Use Userspace<T> for the recvfrom syscall, and Socket implementationBrian Gianforcaro
2020-08-19Kernel: Use Userspace<T> for the sendto syscall, and Socket implementationBrian Gianforcaro
2020-08-19LibHTTP: Fix processing terminating chunkTom
2020-08-19Taskbar: Update and clear taskbar button rectanglesTom
2020-08-19WindowServer: Find parent taskbar rect for minimize animationTom
2020-08-19Kernel: Remove unneeded #include in ProcessorInfo.cpp (#3211)Muhammad Zahalqa
2020-08-19Kernel: Remove an unimplemented function (#3210)Muhammad Zahalqa
2020-08-19LibGfx: Small improvement for DisjointRectSet::shatterTom
2020-08-19Kernel: Do not wait before first attempt at locking SpinLock (#3212)Muhammad Zahalqa
2020-08-18WindowServer: Use same modal minimize/maximize logic with shortcutsTom
2020-08-18Kernel: Remove the now-unused FS::DirectoryEntryAndreas Kling
2020-08-18Ext2FS: Stop using FS::DirectoryEntryAndreas Kling