summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-17Kernel: Plumb packet receive timestamp from NetworkAdapter to Socket::recvfromNico Weber
2020-09-17Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg()Nico Weber
2020-09-17LibGUI: Set ProcessChooser key column and sort order after set_model (#3521)Uma Sankar
2020-09-17LibGUI: Respect the previously selected sort order in HeaderView (#3522)Uma Sankar
2020-09-17Kernel: Unbreak sys$pledge()Andreas Kling
2020-09-17FileManager: Move the DesktopWidget to its own compilation unitAndreas Kling
2020-09-17FileManager: Handle drop events in DirectoryViewAndreas Kling
2020-09-17LibIPC: Check if socket is still open before using socket descriptorTom
2020-09-17LibGUI: Don't recalcuate color from hue if it was not set by huePeter Elliott
2020-09-17LibGUI: Don't allow 4 character html color codes in GUI::ColorPickerPeter Elliott
2020-09-16LibGUI: Use FileIconProvider in the FilePicker dialogAndreas Kling
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