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.h
Age
Commit message (
Expand
)
Author
2023-03-26
PixelPaint: Add a Duplicate Layer action
Tim Ledbetter
2023-03-16
PixelPaint: Port ImageEditor title to new string
Karol Kosek
2023-03-16
LibGUI+HackStudio+PixelPaint: Port Widget title to the new String
Karol Kosek
2023-03-12
PixelPaint: Display color information on mousemove with the PickerTool
Lucas CHOLLET
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-02-21
PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const>
Andreas Kling
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-01-27
PixelPaint: Fix off-by-one in on_second_paint() clip rect
MacDue
2023-01-07
PixelPaint: Port to `Core::Stream` :^)
Karol Kosek
2022-12-31
PixelPaint: Allow ImageEditor event to append info to the statusbar
Cody Hein
2022-12-17
PixelPaint: Propagate more errors when saving a project file
Karol Kosek
2022-12-15
PixelPaint: Update window `modified` to look at all tabs
meiskam
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
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-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-21
PixelPaint: Show more specific Undo/Redo action text
Andreas Kling
2022-03-24
PixelPaint: Call set_modified on window
GeekFiftyFive
2022-02-14
LibGUI+PixelPaint: Move fit_image_to_view to AbstractZoomPanWidget
Mustafa Quraish
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-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
2022-01-04
PixelPaint: Use GUI::MessageBox::ask_about_unsaved_changes()
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-20
PixelPaint: Allow toggling the active layer boundary display rect
Andreas Kling
2021-10-31
PixelPaint: Support using a bitmap as a tool's cursor
Marco Cutecchia
2021-09-13
Everywhere: Use my fancy new serenityos.org email :^)
Mustafa Quraish
2021-09-13
PixelPaint: Add `ImageEditor::update_tool_cursor()` method
Mustafa Quraish
2021-09-12
PixelPaint: Add setter/getter for ImageEditor::m_pan_origin
Mustafa Quraish
2021-09-12
PixelPaint: Use LibConfig to allow custom pixel grid threshold
Mustafa Quraish
2021-09-11
PixelPaint: Add mouse indicators to the rulers
David Isaksson
2021-09-11
PixelPaint: Add rulers
David Isaksson
2021-09-11
PixelPaint: Add menu action to toggle pixel grid visibility
Mustafa Quraish
2021-09-11
PixelPaint: Add "Clear Guides" to remove all Guides
Tobias Christiansen
2021-09-09
PixelPaint: Add `Fit Image To View` action
Mustafa Quraish
2021-09-04
PixelPaint: Save Guides when writing project to file
Tobias Christiansen
2021-09-04
PixelPaint: Move saving a project from Image into ImageEditor
Tobias Christiansen
2021-09-03
PixelPaint: Add actions to rotate image left/right
Mustafa Quraish
2021-08-14
PixelPaint: Show Guides on GuideTool activation
Marcus Nilsson
2021-08-09
PixelPaint: Let Tools have different cursors
Marcus Nilsson
[next]