summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2022-11-10Browser+WebContent+WebDriver: Move Find Elements From Element to WCTimothy Flynn
2022-11-10LibVideo: Handle corrupted video errors without spamming dialogsZaggy1024
2022-11-09Browser+WebContent+WebDriver: Move [Max,Min]imize Window to WebContentTimothy Flynn
2022-11-09Browser+LibWebView+WebContent: Add IPC to minimize and maximize windowTimothy Flynn
2022-11-09Browser+WebContent+WebDriver: Move Get/Set Window Rect to WebContentTimothy Flynn
2022-11-09Browser+LibWebView+WebContent: Add IPC to re[store,size,position] windowTimothy Flynn
2022-11-09Browser: Remove unused WebDriver IPC endpointsTimothy Flynn
2022-11-09PixelPaint: Make filters apply to a selection if one is presentTimothy Slater
2022-11-08WebContent+WebDriver: Move the Navigate To command to WebContentTimothy Flynn
2022-11-08Browser+LibWebView+WebDriver: Connect WebDriver to WebContentTimothy Flynn
2022-11-07PixelPaint: Improve brushtool gradient for low hardnessTorstennator
2022-11-07PixelPaint: Relate cursor to brush tool sizeTorstennator
2022-11-07ThemeEditor: Warn about unsaved changes on file openKarol Kosek
2022-11-07TextEditor+HexEditor: Warn about unsaved changes after dropping filesKarol Kosek
2022-11-07PixelPaint: Remember visibility for histogram and vectorscopeTorstennator
2022-11-06Base+VideoPlayer: Add an icon for video playerSlimey
2022-11-06Everywhere: Remove redundant inequality comparison operatorsDaniel Bertalan
2022-11-06VideoPlayer: Add quit action and help menuSlimey
2022-11-06VideoPlayer: Show current open file in the titleSlimey
2022-11-05Browser: Add a context menu item to take a full document screenshotTimothy Flynn
2022-11-05Browser: Rename "take screenshot" action to "take visible screenshot"Timothy Flynn
2022-11-04Browser: Add a banner to tabs controlled by WebDriverLinus Groh
2022-11-04Browser: Refactor WebDriver flag activation into a single functionLinus Groh
2022-11-05WebDriver+Browser: Implement `GET /session/{id}/element/{id}/screenshot`Timothy Flynn
2022-11-04FileManager: Improve error handling when posix_spawn() failsGunnar Beutner
2022-11-03WebDriver+Browser: Implement `GET /session/{id}/element/{id}/selected`Timothy Flynn
2022-11-03WebDriver+Browser: Implement `GET /session/{id}/element/{id}/enabled`Timothy Flynn
2022-11-03WebDriver+Browser: Implement `GET /session/{id}/element/{id}/rect`Timothy Flynn
2022-11-03Everywhere: Clean up "the the" comment typosNico Weber
2022-11-03WebDriver+Browser: Implement `GET /session/{id}/source`Timothy Flynn
2022-11-02Browser+LibWebView: Add WebDriver IPC plumbing for executing scriptsLinus Groh
2022-11-02Browser: Add a context menu item to take a screenshot of the current tabTimothy Flynn
2022-11-02WebDriver+Browser: Implement `GET /session/{id}/screenshot`Timothy Flynn
2022-11-02Browser+LibWebView: Add a Tab hook to take a screenshotTimothy Flynn
2022-11-02WebDriver+Browser: Implement `POST /session/{id}/window/minimize`Timothy Flynn
2022-11-02WebDriver+Browser: Implement `POST /session/{id}/window/maximize`Timothy Flynn
2022-11-02WebDriver+Browser: Implement `POST /session/{id}/window/rect`Timothy Flynn
2022-11-02WebDriver+Browser: Implement `GET /session/{id}/window/rect`Timothy Flynn
2022-11-02TextEditor: Save the selected fontMoustafa Raafat
2022-11-02SystemMonitor: Add context menu for opening adapter in NetworkSettingsMaciej
2022-11-02NetworkSettings: Add command line option for opening a specific adapterMaciej
2022-11-02SystemMonitor: Add Command column to ProcessModelMaciej
2022-11-02PixelPaint+LibGfx: Allow resizing images and layersjack gleeson
2022-11-01Browser: Inform WebView processes of the browser window's position/sizeTimothy Flynn
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-11-01Browser: Update Storage Inspector's cookie model when deleting cookiesTimothy Flynn
2022-11-01HexEditor: Implement undo and redo actionskamp
2022-11-01HexEditor: Only mark window as modified when document is actually dirtykamp
2022-11-01WebDriver: Implement `GET /session/{id}/element/{id}/text` endpointmartinfalisse
2022-11-01WebContent+Friends: Add get_element_text IPC and plumbingmartinfalisse