summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2021-09-03PixelPaint: Fix the displayed order of layers in LayerListWidgetMustafa Quraish
2021-09-02FileManager: Kindly ask the user if they want to delete a fileMusab Kılıç
2021-09-02Browser: Reload the DOM Inspector's JSON data when loading a new pageSam Atkins
2021-09-02Browser: Reset the DOM Inspector's state when re-opening itSam Atkins
2021-09-02Browser: Implement "Inspect Element" context menu actionSam Atkins
2021-09-02LibWeb+WebContent: Implement asynchronous DOM Node properties callSam Atkins
2021-09-02Browser: Display style properties in DOM InspectorSam Atkins
2021-09-02LibWeb: Replace unused DOMTreeModel with DOMTreeJSONModelSam Atkins
2021-09-02Browser: Remove residual InProcessWebView code from DOM InspectorSam Atkins
2021-09-02Browser: Prevent opening multiple DOM Inspectors for the same TabSam Atkins
2021-09-02About: Display the full versionMahmoud Mandour
2021-09-02TextEditor: Stop calling window->set_modified(false) on file saveKarol Kosek
2021-09-02PixelPaint: Ctrl+click on palette colors now sets primary/secondaryMustafa Quraish
2021-09-02PixelPaint: Allow changing colors temporarily without paletteMustafa Quraish
2021-09-02Userland: Migrate to argument-less deferred_invokesin-ack
2021-09-02Welcome: Replace rand()/srand() with AK::get_random_uniform()thankyouverycool
2021-09-02Welcome: Make license headers uniformthankyouverycool
2021-09-013DFileViewer: Maintain the FPS counter's positionDawid Wolosowicz
2021-09-01LibIMAP: Stop leaking a Core::Promise<bool> in IMAP::Client::connect()Andreas Kling
2021-09-01SpaceAnalyzer: Enable icons within the breadcrumbbarDawid Wolosowicz
2021-09-01SoundPlayer: Use GUI::ActionGroup for Visualization menuThitat Auareesuksakul
2021-09-01SoundPlayer: Fix file leak in M3UParser::from_file(..)Brian Gianforcaro
2021-09-01PixelPaint: Add "Change Offset" to the GuideToolTobias Christiansen
2021-09-01PixelPaint: Add setter for the orientation of a GuideTobias Christiansen
2021-09-01PixelPaint: Allow initial values for the EditGuideDialogTobias Christiansen
2021-09-01PixelPaint: Move the conversion to pixels into the EditGuideDialogTobias Christiansen
2021-09-01PixelPaint: Rename CreateNewGuideDialog to EditGuideDialogTobias Christiansen
2021-09-01PixelPaint: Tweak palette heightMarcus Nilsson
2021-08-31PixelPaint: Add grayscale filtersavary1
2021-08-31KeyboardSettings: Use LibConfig intead of Core::ConfigFileMustafa Quraish
2021-08-31DisplaySettings: Use LibConfig where possibleMustafa Quraish
2021-08-31PixelPaint: Rename `Mode` to `FillMode` for Ellipse/RectangleMustafa Quraish
2021-08-31PixelPaint: Add ability to draw rectangle from centerMustafa Quraish
2021-08-31PixelPaint: Add ability to draw ellipse from centerMustafa Quraish
2021-08-31KeyboardSettings: Reuse generic GUI::ItemListModelKarol Kosek
2021-08-31Spreadsheet: Implement begin() and end()Karol Kosek
2021-08-31Spreadsheet: Add RowIterator::index()Karol Kosek
2021-08-31Piano: Use LibDSP to implement delaykleines Filmröllchen
2021-08-31Piano: Add velocity and pitch supportkleines Filmröllchen
2021-08-31FileManager: Tweak layout spacing in file properties windowAndreas Kling
2021-08-31FileManager: Hide the Inode and Symlink Target columns in TableViewAndreas Kling
2021-08-31LibGUI: Rename FileSystemModel's "Owner" column to "User"Andreas Kling
2021-08-31Userland: Use Rect::centered_within() where usefulAndreas Kling
2021-08-31FileManager: Remove tree_view_directory_context_menuKarol Kosek
2021-08-31FileManager: Add 'Open in Terminal' action for selected dirs on desktopKarol Kosek
2021-08-31FileManager: Add default 'Open' action in context menu for directoriesKarol Kosek
2021-08-31FileManager: Place mkdir and touch actions below openings in tree viewKarol Kosek
2021-08-31FileManager: Put file launch actions firstKarol Kosek
2021-08-30Spreadsheet: Don't invalidate the model on set_data()Ali Mohammad Pur
2021-08-30MouseSettings: Tweak UI layout of cursor themes tabAndreas Kling