index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-09-16
Kernel: Fix some bitrot in MemoryManager debug logging code
Andreas Kling
2019-09-16
Kernel: Add a simple slab allocator for small allocations
Andreas Kling
2019-09-16
Kernel: Move kmalloc() into a Kernel/Heap/ directory
Andreas Kling
2019-09-16
Terminal: Scroll cursor into view when typing (#568)
Jesse
2019-09-16
DisplayProperties: Auto-resolution and graphical fix (#566)
Jesse
2019-09-16
LibGUI: Fix move() of const StringView&
Conrad Pankoff
2019-09-16
Applications: Add "Welcome" application, inspired by Windows 98
Conrad Pankoff
2019-09-16
Meta: Add a LINK alias to the common makefile for running ld explicitly
Conrad Pankoff
2019-09-16
PNGLoader: Add load_png_from_memory method
Conrad Pankoff
2019-09-15
SystemServer: Drop GID before dropping UID
Andreas Kling
2019-09-15
Kernel: Add LogStream operator<< for PhysicalAddress
Andreas Kling
2019-09-15
Kernel: Get rid of MemoryManager::allocate_page_table()
Andreas Kling
2019-09-15
Shell: Tab completion for programs in PATH
willmcpherson2
2019-09-15
FileManager: Show human-readable file size info in the status bar
Andreas Kling
2019-09-15
Shell: Fixed `pushd` and `popd`
Jesse Buhagiar
2019-09-15
GItemView: Elide item names that won't fit
Andreas Kling
2019-09-15
Utf8View: Don't print potentially unterminated string in debug message
Andreas Kling
2019-09-15
Shell: Added `pushd`, `popd` and `dirs` builtins
Jesse Buhagiar
2019-09-15
Kernel: Implement shebang executables ("#!/bin/sh")
Andreas Kling
2019-09-14
LibGUI+VisualBuilder: Add move-to-front/back to GCommonActions
Andreas Kling
2019-09-14
VisualBuilder: Use GCommonActions::make_delete_action()
Andreas Kling
2019-09-14
LibGUI: Add Undo/Redo to GCommonActions
Andreas Kling
2019-09-14
LibGUI: Simplify GCommonActions a bit
Andreas Kling
2019-09-14
Shell: Support extremely naive shell script execution
Andreas Kling
2019-09-14
Kernel: Stop idling after handling an IRQ
Andreas Kling
2019-09-14
Kernel: Fix bad assertion in Lock::unlock_if_locked()
Andreas Kling
2019-09-14
DisplayProperties: Wallpaper tab now has preview
Jesse Buhagiar
2019-09-14
Shell: Add POSIX-compliant character escaping
Aaron Malpas
2019-09-14
LibC: Implement mkdtemp library function
Mauri de Souza Nunes
2019-09-14
LibC: Make gettid() cache the thread ID in thread-local-storage
Andreas Kling
2019-09-14
GraphicsBitmap: Allow constructing a wrapper bitmap around 8-bit pixels
Andreas Kling
2019-09-14
Ports: Remove now-unnecessary DOOM patch
Andreas Kling
2019-09-14
Ports: Point doom port to our own SerenityDOOM fork
Andreas Kling
2019-09-14
FileManager: Use a special clipboard data type for copied file lists
Andreas Kling
2019-09-14
WindowServer+LibGUI: Store a "data type" with the clipboard content
Andreas Kling
2019-09-13
TextEditor+Base: Add an icon for the "Find" action :^)
Andreas Kling
2019-09-13
FileManager+Base: Add "properties" icon
Andreas Kling
2019-09-13
Base: Add a 16x16 icon for sound files
Andreas Kling
2019-09-13
GMenu: Update apps now that you can create a nameless GMenu
Andreas Kling
2019-09-13
FileManager: Update enabled state of the copy and delete actions
Andreas Kling
2019-09-13
FileManager: Assign keyboard shortcuts to the various actions
Andreas Kling
2019-09-13
FileManager: Add a basic context menu with copy/paste/delete/...
Andreas Kling
2019-09-13
LibGUI: Tweak selection modification behavior on context menu event
Andreas Kling
2019-09-13
GDirectoryModel: Add on_path_change hook
Andreas Kling
2019-09-13
GItemView: Add context menu support
Andreas Kling
2019-09-13
GMenu: Allow constructing without a name
Andreas Kling
2019-09-13
Kernel: Move fchdir to end of enumerate syscalls.
Drew Stratford
2019-09-13
Shell: fix crash when using `cd -` and OLDPWD is null
Tim Morgan
2019-09-13
Emoji: Add some simple emojis I drew on the train
Andreas Kling
2019-09-13
Revert "AK: Made Strings reversible"
Andreas Kling
[next]