summaryrefslogtreecommitdiff
path: root/Applications/Browser/DownloadWidget.cpp
AgeCommit message (Expand)Author
2020-10-04Browser: Use format functions instead of printf.asynts
2020-09-28ProtocolServer+LibWeb: Support more detailed HTTP requestsAndreas Kling
2020-09-25Meta+Applications: Make clang-format-10 cleanBen Wiederhake
2020-08-27Base: Create /res/graphics/ and relocate system art assetsthankyouverycool
2020-07-23LibGUI: Rename GUI::Image => GUI::ImageWidgetAndreas Kling
2020-07-16LibWeb: Require parent window argument for MessageBoxTom
2020-06-18DownloadWidget: Use GUI::Image instead of Label to show image Hüseyin ASLITÜRK
2020-06-13ProtocolServer+LibProtocol: Propagate HTTP status codes to clientsAndreas Kling
2020-06-01LibWeb: Move ResourceLoader into a new Loader/ directoryAndreas Kling
2020-05-30Browser: Show download progress in the taskbar if availableAndreas Kling
2020-05-26Browser: Add option in DownloadWidget to open download's in folderFalseHonesty
2020-05-12LibGUI: Include keyboard modifier state with button on_click callsAndreas Kling
2020-05-10LibProtocol: Pass response headers in a case insensitive HashMapAndreas Kling
2020-05-05Browser: Add a basic GUI download featureAndreas Kling