summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-16FileManager: Use GUI::FileIconProvider for the location box iconAndreas Kling
2020-09-16LibGUI+Base: Add a hard-disk icon and use it for the path "/"Andreas Kling
2020-09-16FileManager: Show the root (/) directory in the treeview on the leftAndreas Kling
2020-09-16LibGUI: Allow FileSystemModel to be rooted one level above "/"Andreas Kling
2020-09-16LibCore: Add missing .characters() for String::format.asynts
2020-09-16Kernel: Return ENOMEM in more placesLuke
2020-09-16Userland: Allow executing binaries from PATH with env.asynts
2020-09-16Userland: Use find_executable_in_path in UserspaceEmulator.asynts
2020-09-16Userland: Use find_executable_in_path in which.asynts
2020-09-16LibCore: Add find_executable_in_path.asynts
2020-09-16LibIPC: Disable Notifier before closing socketTom
2020-09-16LibCore: Add Notifier::closeTom
2020-09-16Kernel: Fix kernel crash in get_dir_entries when buffer too small.asynts
2020-09-16LibGUI: Double-clicking on a TreeView item should set cursorAndreas Kling
2020-09-16LibGUI: Fix TreeView scrolling to top when clicking sub-itemsAndreas Kling
2020-09-16Kernel: Handle Thread::State::Dead in sys$waitid()Andreas Kling
2020-09-16WindowServer: Make SetWindowTaskbarRect tolerant to non-existing windowsTom
2020-09-16Build: Preserve hard/symbolic links when building root fsAnotherTest
2020-09-15Kernel: Fix thread donation hanging the systemTom
2020-09-15Kernel: Don't symbolicate stack traces in IRQ handlersTom
2020-09-15UsespaceEmulator: Fix minor bugs in recvfrom() interceptionNico Weber
2020-09-15UserspaceEmulator: Intercept sendto()Nico Weber
2020-09-15LibCore: Make Core::Object properties more dynamicAndreas Kling
2020-09-15HackStudio: Refresh the Git widget state on file saveItamar
2020-09-15HackStudio: View unstaged diffs in files with DiffViewerItamar
2020-09-15HackStudio: Add functionality to GitRepo objectItamar
2020-09-15HackStudio: Add DiffViewer widgetItamar
2020-09-15LibDiff: Add library for working with diffsItamar
2020-09-15HackStudio: Make the actions tab visible when using the form editorItamar
2020-09-15HackStudio: Fix "Add new Editor" actionItamar
2020-09-15HackStudio: Add "commit" and "refresh" actions to Git widgetItamar
2020-09-15HackStudio: Add basic Git integrationItamar
2020-09-15LibCore: Add command() utility functionsItamar
2020-09-15Ports: Add default .gitconfig for Git portItamar
2020-09-15LibGUI: Fix to ComboBox fields activationpkotzbach
2020-09-15Shell: Add some sections on the manpage about `match'AnotherTest
2020-09-15Shell: Add some tests for 'match'AnotherTest
2020-09-15Shell: Add 'match' expressionsAnotherTest
2020-09-15Shell: Make Parser::expect() revert the offset when matching failsAnotherTest
2020-09-15Shell: Make Node::resolve_as_list(nullptr) resolve to a 'pure' reprAnotherTest
2020-09-15FileSystem: Use OutputMemoryStream instead of BufferStream.asynts
2020-09-15AK: Add OutputMemoryStream::fill_to_end.asynts
2020-09-15AK: Re-add OutputMemoryStream for static buffers only.asynts
2020-09-15AK: Remove OutputMemoryStream for DuplexMemoryStream.asynts
2020-09-15Kernel: Use Userspace<> for sys$writevNico Weber
2020-09-15LibLine: Implement ctrl-del: It does the same thing as alt-d, delete-wordNico Weber
2020-09-15LibVT: Use xterm modifier scheme for tilde keys tooNico Weber
2020-09-15LibLine: Support Alt + Arrow left/rightNico Weber
2020-09-15LibVT+LibLine: Use `1;mods` CSI parameters for ctrl/alt/shift-arrow keysNico Weber
2020-09-15LibLine: Parse CSI parameters and immediatesNico Weber