summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-08-18TmpFS: Stop using FS::DirectoryEntry in TmpFSInodeAndreas Kling
2020-08-18TmpFS: Avoid unnecessary inode lookup in TmpFSInode::lookup()Andreas Kling
2020-08-18Kernel: Add DirectoryEntryView for VFS directory traversalAndreas Kling
2020-08-18Calendar: Add help menuitemAbu Sakib
2020-08-182048: Tweak default window sizeSergey Bugaev
2020-08-18WindowServer+LibVT: Convert some dbgprintf() to dbg()Sergey Bugaev
2020-08-182048: Generate more "2" tilesSergey Bugaev
2020-08-182048: Move score to a status barSergey Bugaev
2020-08-182048: Separate game logic from the view :^)Sergey Bugaev
2020-08-182048: Automatically pick an appropriate font sizeSergey Bugaev
2020-08-182048: Use the original colorsSergey Bugaev
2020-08-182048: Tweak cell metricsSergey Bugaev
2020-08-18LibWeb: Implement Element.innerTextNico Weber
2020-08-18LibWeb: Simplify Node::text_content()Nico Weber
2020-08-18Shell: Document the use of environment/local variablesAnotherTest
2020-08-18Shell: Update manpage about for loop behaviour around signalsAnotherTest
2020-08-18Shell: Respect the 'PROMPT_EOL_MARK' environment variableAnotherTest
2020-08-18LibLine: Make actual_rendered_string_metrics() staticAnotherTest
2020-08-18Kernel: ProcessorInfo.cpp remove unused headersMuhammad Zahalqa
2020-08-18LibLine: Setup the keybindings after initialisationAnotherTest
2020-08-18WindowServer: Fix flickeringTom
2020-08-18LibGfx: Add convenience helpers for RectTom
2020-08-18LibGfx: Add convenience method Point::constrainedTom
2020-08-18LibGfx: Add a few convenience methods to DisjointRectSetTom