summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
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
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