summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
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
2020-06-28DisplaySettings: Allow setting wallpapers from outside /res/wallpapersdevashish
2020-06-28Browser: Add right-click context menu to tabsAndrew Kaster
2020-06-28QuickShow: Fix for zooming with mouse wheel (#2650)Hüseyin ASLITÜRK
2020-06-26TextEditor: Add live preview for HTML documents :^)Andreas Kling
2020-06-26IRCClient: Remove duplicate <div> wrapper around colored messagesAndreas Kling
2020-06-26LibWeb+Browser: Remove old HTML parser :^)Andreas Kling
2020-06-26IRCClient: Use Web::Element::set_inner_html()Andreas Kling
2020-06-22LibWeb+Browser: Decode non-animated images out-of-process :^)Andreas Kling
2020-06-21TextEditor: Use Web::PageView::load_html() for the markdown previewAndreas Kling
2020-06-21Help: Use Web::PageView::load_html()Andreas Kling
2020-06-18QuickShow:If image is larger then window size resize it to fit the imageHüseyin ASLITÜRK
2020-06-18QuickShow: Add a new "Set as desktop wallpaper" action under Image menuHüseyin ASLITÜRK
2020-06-18FileManager: Small improvements to PropertyDialog's apply button logicTill Mayer
2020-06-18KeyboardSettings: Call out to /bin/keymap to actually set the keymapAndreas Kling
2020-06-18keymap: Add back a tiny utility for setting the system keyboard layoutAndreas Kling
2020-06-18Piano: Expose multi-track functionalityWilliam McPherson
2020-06-18Piano: Allow multiple tracks internallyWilliam McPherson
2020-06-18DownloadWidget: Use GUI::Image instead of Label to show image Hüseyin ASLITÜRK
2020-06-18Welcome: Replace Label with Image component to show banner and app iconHüseyin ASLITÜRK
2020-06-18FileManager: Replace Label with Image component to show iconsHüseyin ASLITÜRK
2020-06-17FileManager: Use Core::File::read_link()Sergey Bugaev
2020-06-16QuickShow: Add reset zoom action to toolbarHüseyin ASLITÜRK
2020-06-16QuickShow: Switch to full screen mode on double clickHüseyin ASLITÜRK