summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
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
2021-08-29Spreadsheet: Save and load cell alignmentMandar Kulkarni
2021-08-28MailSettings: Add unveilLuke Wilde
2021-08-28MailSettings: Use LibConfig instead of Core::ConfigFileLuke Wilde
2021-08-28Mail: Add unveilLuke Wilde
2021-08-28Mail: Use LibConfig instead of Core::ConfigFileLuke Wilde
2021-08-28MailSettings: Remove proc and exec from plegesLinus Groh
2021-08-28MailSettings: Use the app-mail icon for the windowLinus Groh
2021-08-28PixelPaint: Always change cursor when active tool is setMustafa Quraish
2021-08-27Everywhere: Use the Optional<T>::operator==(T) operatorMustafa Quraish
2021-08-27Userland: Two low-sample rate fixeskleines Filmröllchen