summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2022-01-08PixelPaint+LibGfx: Add sepia color filterXavier Defrang
2022-01-08KeyboardMapper: Add support for dynamic keyboard visualizationJean-Paul Balabanian
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2022-01-06PDFViewer: Add actions to rotate the displayed PDFMarcus Nilsson
2022-01-06LibGUI: Move rotate cw/ccw to CommonActionsMarcus Nilsson
2022-01-06PDFViewer: Enable panning with middle mouse buttonMarcus Nilsson
2022-01-06PDFViewer: Add zoom in/out/reset menu actionsMarcus Nilsson
2022-01-06PDFViewer: Fix sidebar toggle logicMarcus Nilsson
2022-01-06ImageViewer: Show error if wallpaper could not be setJunior Rantila
2022-01-06ImageViewer: TRY all the thingsJunior Rantila
2022-01-06LibCore+ImageViewer: Add unlink() wrapper, use itJunior Rantila
2022-01-06KeyboardMapper: Port to Core::StreamRasmusNylander
2022-01-06KeyboardMapper: Propagate errors using ErrorOr and TRYRasmusNylander
2022-01-06KeyboardMapper: Port to LibMainRasmusNylander
2022-01-06KeyboardMapper: Fix discrepancy between cursor and button clickabilityRasmusNylander
2022-01-06KeyboardMapper: Fix displaying null charactersRasmusNylander
2022-01-06KeyboardMapper: Name formerly inlined variablesRasmusNylander
2022-01-06KeyboardMapper: Show multiple pressed keys at onceRasmusNylander
2022-01-06KeyboardMapper: Extract method map_from_nameRasmusNylander
2022-01-06KeyboardMapper: Extract creation of map-selection buttonsRasmusNylander
2022-01-06PixelPaint: Unveil FileIconProvider.iniTobias Christiansen
2022-01-05FileManager: Show Dotfiles when passing a Dotfile as an argumentLucas CHOLLET
2022-01-05FileManager: Use String const& instead of StringLucas CHOLLET
2022-01-05PixelPaint: Add new icon for `New Image from Clipboard`Mustafa Quraish
2022-01-05PixelPaint: Use 'save' action in toolbar instead of 'save as'Mustafa Quraish
2022-01-05PixelPaint: Ask about unsaved changes for all tabs on closeMustafa Quraish
2022-01-05PixelPaint: Mark editor as unmodified when creating a default imageMustafa Quraish
2022-01-05PixelPaint: Mark editor as unmodified when opening an imageMustafa Quraish
2022-01-05PixelPaint: Only prompt for unsaved changes if there anyMustafa Quraish
2022-01-05PixelPaint: Move `title` and `path` from Image to ImageEditorMustafa Quraish
2022-01-04FontEditor: Use GUI::MessageBox::ask_about_unsaved_changes()Andreas Kling
2022-01-04PixelPaint: Make ImageEditor::m_undo_stack a regular value memberAndreas Kling
2022-01-04PixelPaint: Use GUI::MessageBox::ask_about_unsaved_changes()Andreas Kling
2022-01-04PixelPaint: Add "save" actionAndreas Kling
2022-01-04TextEditor: Use early return style in "save" action callbackAndreas Kling
2022-01-04TextEditor: Show time-since-last-save in "unsaved changes" dialogs :^)Andreas Kling
2022-01-04TextEditor: Use GUI::MessageBox::ask_about_unsaved_changes()Andreas Kling
2022-01-04PixelPaint: Add a Bloom filterTobias Christiansen
2022-01-04PixelPaint: Add the FastBoxBlurFilter with configurable parameters :^)Tobias Christiansen
2022-01-04Calendar: Port to LibMain and TRY all the thingsRummskartoffel
2022-01-04PixelPaint: Fix crash on applying with no filter selectedTobias Christiansen
2022-01-04PixelPaint: Use the wrapped filters for the Filter GalleryTobias Christiansen
2022-01-04PixelPaint: Create wrappers for all supported filtersTobias Christiansen
2022-01-04PixelPaint: Create Filter base classTobias Christiansen
2022-01-04PixelPaint: Extend Filter Gallery dialog to accommodate settingsTobias Christiansen
2022-01-04SystemMonitor: Remove unused functions and enable warning globallyAndrew Kaster
2022-01-04Userland: Resolve unused-but-set-varaible warningsAndrew Kaster
2022-01-04Userland: Locally suppress -Wc99-designator and re-enable globallyAndrew Kaster
2022-01-04Userland: Resolve -Woverloaded-virtual in LibGUI and SoundPlayerAndrew Kaster
2022-01-04PixelPaint: Make paste action create new image if no editor is openedMaciej