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
/
PixelPaint
/
ImageEditor.cpp
Age
Commit message (
Expand
)
Author
2022-12-17
PixelPaint: Propagate more errors when saving a project file
Karol Kosek
2022-12-16
PixelPaint: Account for rulers on Tool second paint events
Timothy Slater
2022-12-16
PixelPaint: Allow tools to know when the user has left them
Timothy Slater
2022-12-15
PixelPaint: Update window `modified` to look at all tabs
meiskam
2022-12-14
LibFileSystemAccessClient: Rename `try_save_file` =>
Lucas CHOLLET
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-30
PixelPaint: Record action for all select operations to allow undo
Andreas Oppebøen
2022-11-30
PixelPaint: Record action when erasing a selection to allow undo
Andreas Oppebøen
2022-11-25
PixelPaint: Clear selection with escape key regardless of active tool
Timothy Slater
2022-11-14
PixelPaint: Allow keydown events to bubble from ImageEditor
Zaggy1024
2022-11-13
PixelPaint: Correct active tool ImageEditor sync issue
Timothy Slater
2022-10-27
LibGfx+Everywhere: Make DisjointRectSet work for non-int Rects
Sam Atkins
2022-10-19
PixelPaint: Pass doubleclick events to tools
Timothy Slater
2022-10-17
PixelPaint: Make Alt-Clicking with all tool act like the PickerTool
Fausto Tommasi
2022-10-12
PixelPaint: Call update after clearing guides
Mart G
2022-09-29
PixelPaint: Add function to make layer from selection to ImageEditor
Timothy Slater
2022-09-27
PixelPaint: Expose the GUI event loop from the ImageEditor
kleines Filmröllchen
2022-09-03
PixelPaint: Invoke the modified_change callback when layers change
kleines Filmröllchen
2022-08-31
PixelPaint: Ask the current tool for the preferred pixel location
Crax97
2022-08-31
PixelPaint: Execute mousemove_event early return check before
Crax97
2022-08-26
PixelPaint: Move selection from ImageEditor to Image
Andreas Kling
2022-08-26
PixelPaint: Move "marching ants" painting logic to ImageEditor
Andreas Kling
2022-08-26
PixelPaint: Round mouse event coordinates instead of truncating
Andreas Kling
2022-08-22
PixelPaint: Relayout ImageEditor immediately when image rect changes
Andreas Kling
2022-08-21
PixelPaint: Show more specific Undo/Redo action text
Andreas Kling
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-30
PixelPaint: Omit file extension in tab/editor titles
Lennon Donaghy
2022-06-30
PixelPaint: Use image title as default filename for "save as"
Lennon Donaghy
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-27
WindowServer+LibGUI: Expose raw scroll wheel values to applications
circl
2022-03-24
PixelPaint: Call set_modified on window
GeekFiftyFive
2022-03-23
Applications: Round layer rect before drawing outline in PixelPaint
Jelle Raaijmakers
2022-02-27
Everywhere: Make JSON serialization fallible
Idan Horowitz
2022-02-14
LibGUI+PixelPaint: Move fit_image_to_view to AbstractZoomPanWidget
Mustafa Quraish
2022-02-06
Userland: Use AK::pow<I> where applicable
Hendiadyoin1
2022-02-06
PixelPaint: Don't overwrite images with project file on save
Matthias-Sleurink
2022-01-20
PixelPaint: Use FileSystemAccessClient::try_* APIs
Mustafa Quraish
2022-01-20
Userland: Add horizontal mouse scroll support
Dmitry Petrov
2022-01-15
PixelPaint: Add delete selection behavior
Olivier De Cannière
2022-01-14
PixelPaint: Inherit from `AbstractZoomPanWidget`
Mustafa Quraish
2022-01-09
PixelPaint: Move `request_close_editor()` logic inside `ImageEditor`
Mustafa Quraish
2022-01-09
PixelPaint: Move `save` and `save_as` logic inside `ImageEditor`
Mustafa Quraish
2022-01-05
PixelPaint: Move `title` and `path` from Image to ImageEditor
Mustafa Quraish
2022-01-04
PixelPaint: Make ImageEditor::m_undo_stack a regular value member
Andreas Kling
2021-11-22
PixelPaint: Add ability to fit to either width, height, or image
Ben Wiederhake
2021-11-22
PixelPaint: Allow setting ImageEditor scale and listening for changes
Ben Wiederhake
2021-11-22
PixelPaint: Floor effective viewport size to whole integers
Ben Wiederhake
2021-11-20
PixelPaint: Allow toggling the active layer boundary display rect
Andreas Kling
[next]