index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
Age
Commit message (
Expand
)
Author
2022-01-08
PixelPaint+LibGfx: Add sepia color filter
Xavier Defrang
2022-01-08
KeyboardMapper: Add support for dynamic keyboard visualization
Jean-Paul Balabanian
2022-01-07
Everywhere: Fix spelling mistakes
mjz19910
2022-01-06
PDFViewer: Add actions to rotate the displayed PDF
Marcus Nilsson
2022-01-06
LibGUI: Move rotate cw/ccw to CommonActions
Marcus Nilsson
2022-01-06
PDFViewer: Enable panning with middle mouse button
Marcus Nilsson
2022-01-06
PDFViewer: Add zoom in/out/reset menu actions
Marcus Nilsson
2022-01-06
PDFViewer: Fix sidebar toggle logic
Marcus Nilsson
2022-01-06
ImageViewer: Show error if wallpaper could not be set
Junior Rantila
2022-01-06
ImageViewer: TRY all the things
Junior Rantila
2022-01-06
LibCore+ImageViewer: Add unlink() wrapper, use it
Junior Rantila
2022-01-06
KeyboardMapper: Port to Core::Stream
RasmusNylander
2022-01-06
KeyboardMapper: Propagate errors using ErrorOr and TRY
RasmusNylander
2022-01-06
KeyboardMapper: Port to LibMain
RasmusNylander
2022-01-06
KeyboardMapper: Fix discrepancy between cursor and button clickability
RasmusNylander
2022-01-06
KeyboardMapper: Fix displaying null characters
RasmusNylander
2022-01-06
KeyboardMapper: Name formerly inlined variables
RasmusNylander
2022-01-06
KeyboardMapper: Show multiple pressed keys at once
RasmusNylander
2022-01-06
KeyboardMapper: Extract method map_from_name
RasmusNylander
2022-01-06
KeyboardMapper: Extract creation of map-selection buttons
RasmusNylander
2022-01-06
PixelPaint: Unveil FileIconProvider.ini
Tobias Christiansen
2022-01-05
FileManager: Show Dotfiles when passing a Dotfile as an argument
Lucas CHOLLET
2022-01-05
FileManager: Use String const& instead of String
Lucas CHOLLET
2022-01-05
PixelPaint: Add new icon for `New Image from Clipboard`
Mustafa Quraish
2022-01-05
PixelPaint: Use 'save' action in toolbar instead of 'save as'
Mustafa Quraish
2022-01-05
PixelPaint: Ask about unsaved changes for all tabs on close
Mustafa Quraish
2022-01-05
PixelPaint: Mark editor as unmodified when creating a default image
Mustafa Quraish
2022-01-05
PixelPaint: Mark editor as unmodified when opening an image
Mustafa Quraish
2022-01-05
PixelPaint: Only prompt for unsaved changes if there any
Mustafa Quraish
2022-01-05
PixelPaint: Move `title` and `path` from Image to ImageEditor
Mustafa Quraish
2022-01-04
FontEditor: Use GUI::MessageBox::ask_about_unsaved_changes()
Andreas Kling
2022-01-04
PixelPaint: Make ImageEditor::m_undo_stack a regular value member
Andreas Kling
2022-01-04
PixelPaint: Use GUI::MessageBox::ask_about_unsaved_changes()
Andreas Kling
2022-01-04
PixelPaint: Add "save" action
Andreas Kling
2022-01-04
TextEditor: Use early return style in "save" action callback
Andreas Kling
2022-01-04
TextEditor: Show time-since-last-save in "unsaved changes" dialogs :^)
Andreas Kling
2022-01-04
TextEditor: Use GUI::MessageBox::ask_about_unsaved_changes()
Andreas Kling
2022-01-04
PixelPaint: Add a Bloom filter
Tobias Christiansen
2022-01-04
PixelPaint: Add the FastBoxBlurFilter with configurable parameters :^)
Tobias Christiansen
2022-01-04
Calendar: Port to LibMain and TRY all the things
Rummskartoffel
2022-01-04
PixelPaint: Fix crash on applying with no filter selected
Tobias Christiansen
2022-01-04
PixelPaint: Use the wrapped filters for the Filter Gallery
Tobias Christiansen
2022-01-04
PixelPaint: Create wrappers for all supported filters
Tobias Christiansen
2022-01-04
PixelPaint: Create Filter base class
Tobias Christiansen
2022-01-04
PixelPaint: Extend Filter Gallery dialog to accommodate settings
Tobias Christiansen
2022-01-04
SystemMonitor: Remove unused functions and enable warning globally
Andrew Kaster
2022-01-04
Userland: Resolve unused-but-set-varaible warnings
Andrew Kaster
2022-01-04
Userland: Locally suppress -Wc99-designator and re-enable globally
Andrew Kaster
2022-01-04
Userland: Resolve -Woverloaded-virtual in LibGUI and SoundPlayer
Andrew Kaster
2022-01-04
PixelPaint: Make paste action create new image if no editor is opened
Maciej
[next]