summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-04TextEditor: Tweak 16x16 iconAndreas Kling
2020-07-04Profiler: Use SortingProxyModel::set_sort_role()Andreas Kling
2020-07-04WindowServer: Move window titles 1px to the rightAndreas Kling
2020-07-04LibGUI: Add SortingProxyModel::sort_role()Andreas Kling
2020-07-04Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includesAndreas Kling
2020-07-04Kernel: Move headers intended for userspace use into Kernel/API/Andreas Kling
2020-07-04LibGUI: Turn GUI::Application::the() into a pointerAndreas Kling
2020-07-04AK: Add Weakable::revoke_weak_ptrs()Andreas Kling
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-07-04Kernel: Add "child added" and "child removed" InodeWatcher eventsAndreas Kling
2020-07-04Kernel: Remove debug spam in finalizer taskAndreas Kling
2020-07-04LibGUI: Respect per-index font when computing TreeView item rectsAndreas Kling
2020-07-04Meta: Add ALT Linux packages to BuildInstructions.md (#2688)Petr Akhlamov
2020-07-04Meta: Show the outputs of failing tests in travisAnotherTest
2020-07-04LibC: Implement cf{g,s}et{i,o}speedAnotherTest
2020-07-04Kernel: Change the value of SO_KEEPALIVE to reflect LibC's constantAnotherTest
2020-07-04strace: Use ArgsParser for argument processingAnotherTest
2020-07-03LibWeb: Insert newlines at <br> and block boundaries in copied text :^)Andreas Kling
2020-07-03LibWeb: Add a "select all" action to the Web::PageViewAndreas Kling
2020-07-03LibGUI: Add GUI::CommonActions::make_select_all_action() :^)Andreas Kling
2020-07-03Browser: Don't crash when inspecting an anonymous LayoutNodeAndreas Kling
2020-07-03LibWeb: Implement basic text copying :^)Andreas Kling
2020-07-03Base: Add TextEditor to the quick-launch area in the Taskbar :^)Andreas Kling
2020-07-03Kernel: Remove /proc/PID/regsTom
2020-07-03Kernel: Fix retreiving frame pointer from a threadTom
2020-07-03LibC: Minor style fix for getresuid/getresgidNico Weber
2020-07-03LibC: Remove a few comments now that we have man pages for this.Nico Weber
2020-07-03Add man pages for seteuid() and friends.Nico Weber
2020-07-03Kernel: Consolidate features into CPUFeature enumTom
2020-07-03Kernel: Fix signal deliveryTom
2020-07-03Kernel: Allow recursion when writing to the debug logTom
2020-07-03Kernel: Change kmalloc lock to be recursiveTom
2020-07-03AK: Serialize entire log statementsTom
2020-07-03Kernel: Split initialization of Processor structureTom
2020-07-03AK: Fixes for atomic pointersTom
2020-07-03LibJS: Reformat run-tests.sh outputMatthew Olsson
2020-07-03Base: Add green check mark and red X emojisMatthew Olsson
2020-07-03LibJS: Hide interpreter exception debug output behind a flagMatthew Olsson
2020-07-03cut: Accept input from stdin if no files are givenMatthew Olsson
2020-07-03LibJS: Reorganize tests into subfoldersMatthew Olsson
2020-07-03LibJS: Use correct MarkedValueList append methodMatthew Olsson
2020-07-03LibJS: Remove extra colon in run-tests.sh outputMatthew Olsson
2020-07-03LibC: Replace Berkley's qsort() with AK::dual_pivot_quick_sort() wrapperSahan Fernando
2020-07-03LibIPC: Don't assert on short writes in IPC::ClientConnectionAndreas Kling
2020-07-03Kernel: Fix non-blocking write() blocking instead of short-writingAndreas Kling
2020-07-03WindowServer: Don't crash when invalid resolution requestedMaciej Zygmanowski
2020-07-03FileManager: Add "Open Terminal here..." action to menu and toolbarLinus Groh
2020-07-03FilePicker: Add folder icon to location boxLinus Groh
2020-07-03FilePicker: Make the location box 2px tallerLinus Groh
2020-07-02Kernel: Remove no-longer-used GDT selector from ThreadAndreas Kling