summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-16Kernel: Fix some bitrot in MemoryManager debug logging codeAndreas Kling
2019-09-16Kernel: Add a simple slab allocator for small allocationsAndreas Kling
2019-09-16Kernel: Move kmalloc() into a Kernel/Heap/ directoryAndreas Kling
2019-09-16Terminal: Scroll cursor into view when typing (#568)Jesse
2019-09-16DisplayProperties: Auto-resolution and graphical fix (#566)Jesse
2019-09-16LibGUI: Fix move() of const StringView&Conrad Pankoff
2019-09-16Applications: Add "Welcome" application, inspired by Windows 98Conrad Pankoff
2019-09-16Meta: Add a LINK alias to the common makefile for running ld explicitlyConrad Pankoff
2019-09-16PNGLoader: Add load_png_from_memory methodConrad Pankoff
2019-09-15SystemServer: Drop GID before dropping UIDAndreas Kling
2019-09-15Kernel: Add LogStream operator<< for PhysicalAddressAndreas Kling
2019-09-15Kernel: Get rid of MemoryManager::allocate_page_table()Andreas Kling
2019-09-15Shell: Tab completion for programs in PATHwillmcpherson2
2019-09-15FileManager: Show human-readable file size info in the status barAndreas Kling
2019-09-15Shell: Fixed `pushd` and `popd`Jesse Buhagiar
2019-09-15GItemView: Elide item names that won't fitAndreas Kling
2019-09-15Utf8View: Don't print potentially unterminated string in debug messageAndreas Kling
2019-09-15Shell: Added `pushd`, `popd` and `dirs` builtinsJesse Buhagiar
2019-09-15Kernel: Implement shebang executables ("#!/bin/sh")Andreas Kling
2019-09-14LibGUI+VisualBuilder: Add move-to-front/back to GCommonActionsAndreas Kling
2019-09-14VisualBuilder: Use GCommonActions::make_delete_action()Andreas Kling
2019-09-14LibGUI: Add Undo/Redo to GCommonActionsAndreas Kling
2019-09-14LibGUI: Simplify GCommonActions a bitAndreas Kling
2019-09-14Shell: Support extremely naive shell script executionAndreas Kling
2019-09-14Kernel: Stop idling after handling an IRQAndreas Kling
2019-09-14Kernel: Fix bad assertion in Lock::unlock_if_locked()Andreas Kling
2019-09-14DisplayProperties: Wallpaper tab now has previewJesse Buhagiar
2019-09-14Shell: Add POSIX-compliant character escapingAaron Malpas
2019-09-14LibC: Implement mkdtemp library functionMauri de Souza Nunes
2019-09-14LibC: Make gettid() cache the thread ID in thread-local-storageAndreas Kling
2019-09-14GraphicsBitmap: Allow constructing a wrapper bitmap around 8-bit pixelsAndreas Kling
2019-09-14Ports: Remove now-unnecessary DOOM patchAndreas Kling
2019-09-14Ports: Point doom port to our own SerenityDOOM forkAndreas Kling
2019-09-14FileManager: Use a special clipboard data type for copied file listsAndreas Kling
2019-09-14WindowServer+LibGUI: Store a "data type" with the clipboard contentAndreas Kling
2019-09-13TextEditor+Base: Add an icon for the "Find" action :^)Andreas Kling
2019-09-13FileManager+Base: Add "properties" iconAndreas Kling
2019-09-13Base: Add a 16x16 icon for sound filesAndreas Kling
2019-09-13GMenu: Update apps now that you can create a nameless GMenuAndreas Kling
2019-09-13FileManager: Update enabled state of the copy and delete actionsAndreas Kling
2019-09-13FileManager: Assign keyboard shortcuts to the various actionsAndreas Kling
2019-09-13FileManager: Add a basic context menu with copy/paste/delete/...Andreas Kling
2019-09-13LibGUI: Tweak selection modification behavior on context menu eventAndreas Kling
2019-09-13GDirectoryModel: Add on_path_change hookAndreas Kling
2019-09-13GItemView: Add context menu supportAndreas Kling
2019-09-13GMenu: Allow constructing without a nameAndreas Kling
2019-09-13Kernel: Move fchdir to end of enumerate syscalls.Drew Stratford
2019-09-13Shell: fix crash when using `cd -` and OLDPWD is nullTim Morgan
2019-09-13Emoji: Add some simple emojis I drew on the trainAndreas Kling
2019-09-13Revert "AK: Made Strings reversible"Andreas Kling