summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-05Kernel: Fix KBufferBuilder::append()Sergey Bugaev
2020-07-04WebContent: Plumb title changes over to the WebContentViewAndreas Kling
2020-07-04WebContent: Illustrate multi- vs single-process diffs in documentationAndreas Kling
2020-07-04WebContent: Give the WebContentView a proper GUI::Frame look :^)Andreas Kling
2020-07-04WebContent: Translate mouse event coordinates into content spaceAndreas Kling
2020-07-04WebContent: Basic scrolling support! :^)Andreas Kling
2020-07-04WebContent: Put some debug spam behind an #ifdefAndreas Kling
2020-07-04WebContent: Add a little text file I drew of the server/client classesAndreas Kling
2020-07-04TextEditor: Allow turning off the preview modeAndreas Kling
2020-07-04Base: Remove /home/anon/myfile.txtAndreas Kling
2020-07-04WebContent: Notify client when web content selection changesAndreas Kling
2020-07-04SystemMonitor: Change default update frequency to 3 secondsAndreas Kling
2020-07-04LibGUI: Sort FileSystemModel alphabetically internallyAndreas Kling
2020-07-04Base: Set a reasonable HoverHighlight color in Redmond themeAndreas Kling
2020-07-04LibGUI: Fix glitchy behavior in ScrollableWidget::scroll_into_view()Andreas Kling
2020-07-04SystemMonitor: New 16x16 icon in the same style as TerminalAndreas Kling
2020-07-04Taskbar: Don't wrap minimized window titles in []Andreas Kling
2020-07-04Base: New "generic window" icon based on the Terminal app iconAndreas Kling
2020-07-04Terminal: New 16x16 icon in a more '90s style :^)Andreas Kling
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