summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2020-07-15FileManager: Make Ctrl-L focus location bar, and change shortcuts for changin...Nico Weber
2020-07-15LibGUI+FileManager: Fix forgetting to map sorting proxy model indexesSergey Bugaev
2020-07-15FileManager: Add a new file action to FileManager GUIStijn
2020-07-15LibGUI: Use enum for TextEditor modes & add new DisplayOnly modethankyouverycool
2020-07-15FileManager: Allow double-clicking applications againTom
2020-07-15FileManager: Add "Open with" menu if alternative applications are availableTom
2020-07-13LibGUI: Add ModelClient abstract class and allow registering clientsTom
2020-07-13FontEditor: Don't add duplicate extension in Save As dialogNico Weber
2020-07-12Debugger: Add some pledges required by LibLineAndreas Kling
2020-07-11SystemMonitor: Parse /proc/cpuinfo as JSONLinus Groh
2020-07-11DisplaySettings: Fix a typoLinus Groh
2020-07-11Piano: Fix cliping of bottom notes when scrolling in RollWidgetPeter Elliott
2020-07-11Piano: Handle octave slider jumps of greater than 1Peter Elliott
2020-07-11FileManager: Specify "Open in Text Editor" action as default in context menuTom
2020-07-11FontEditor: Add a "Save" menu itemNico Weber
2020-07-11FontEditor: Add a "Save as..." menu itemNico Weber
2020-07-11FontEditor: Add an "Open..." menu itemNico Weber
2020-07-10FileManager: Show an open folder icon for the selected directorythankyouverycool
2020-07-07Piano: Make menu bar consistent with other appsNico Weber
2020-07-07Help: Handle external linksLinus Groh
2020-07-07Browser: Simplify the History class and fix back/forward history pushAndreas Kling
2020-07-07Help: Make section books open and close when toggledthankyouverycool
2020-07-07Base+Help: Add new Help app iconsthankyouverycool
2020-07-06TextEditor: Use ArgsParser and allow the user to specify preview modeAnotherTest
2020-07-06Browser: Add a way to start Browser in multi-process mode :^)Andreas Kling
2020-07-06Browser+LibWeb: Pave the way for using WebContentView in BrowserAndreas Kling
2020-07-06LibWeb: Add a shared WebViewHooks base class for both web view widgetsAndreas Kling
2020-07-06LibWeb: Make the link context menu hook include the destination URLAndreas Kling
2020-07-06LibWeb: Make the link click hooks include the destination URLAndreas Kling
2020-07-05Terminal+LibVT: Add "clear including history" action (Ctrl+Shift+K) :^)Andreas Kling
2020-07-05DisplaySettings: Fix crash on exit (due to Core::Object on the stack)Andreas Kling
2020-07-05LibWeb: Tweak PageView::on_link_hover hookAndreas Kling
2020-07-05LibWeb: Move fragment link handling to FrameAndreas Kling
2020-07-04TextEditor: Allow turning off the preview modeAndreas Kling
2020-07-04SystemMonitor: Change default update frequency to 3 secondsAndreas Kling
2020-07-04TextEditor: Tweak 16x16 iconAndreas 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-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-07-03Browser: Don't crash when inspecting an anonymous LayoutNodeAndreas Kling
2020-07-03FileManager: Add "Open Terminal here..." action to menu and toolbarLinus Groh
2020-07-02SystemMonitor: Correctly check error of posix_spawn()Nico Weber
2020-07-01SystemMonitor: Add "profile process" menu action :^)Andreas Kling
2020-07-01SystemMonitor: Add a utilization graph for each processorTom
2020-06-30Browser: Unset location bar icon on load startLinus Groh
2020-06-30LibVT/Terminal: add a scroll length to the TerminalWidgetBenoît Lormeau
2020-06-29Browser: Show website favicons in the location bar :^)Andreas Kling
2020-06-29FileManager: Show a folder icon in the location text box :^)Andreas Kling
2020-06-29Everywhere: Replace some uses of fork/exec with posix_spawnNico Weber