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
Age
Commit message (
Expand
)
Author
2021-12-21
PixelPaint: Refactor falloff computation and extend hardness range
r00ster91
2021-12-12
Userland: Use File::lines() range-based for loop where appropriate
Sahan Fernando
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-27
PixelPaint: Keep a RefPtr to offset_text_box in EditGuideDialog
Marcus Nilsson
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-11-23
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
Andreas Kling
2021-11-22
Everywhere: Use Application::construct() with Main::Arguments directly
Mustafa Quraish
2021-11-22
Everywhere: Use ArgsParser::parse() with Main::Arguments directly
Mustafa Quraish
2021-11-22
PixelPaint: Port to LibMain
Pascal Puffke
2021-11-22
PixelPaint: Use better-fitting image size
Ben Wiederhake
2021-11-22
PixelPaint: Add interactive zoom ComboBox to toolbar
Ben Wiederhake
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-21
LibGUI+Everywhere: Make sync requests to Clipboard server more obvious
Ben Wiederhake
2021-11-21
LibGUI: Make clipboard-as-bitmap parsing less data-race-y
Ben Wiederhake
2021-11-20
PixelPaint: Allow toggling the active layer boundary display rect
Andreas Kling
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
PixelPaint: Use ErrorOr<T> for Image and Layer creation helpers
Andreas Kling
2021-11-08
PixelPaint: Use ErrorOr<T> for Image::try_compose_bitmap()
Andreas Kling
2021-11-08
PixelPaint: Use ErrorOr<T> for Image writing/exporting functions
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-11-08
AK: Use ErrorOr<T> for MappedFile factories
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::cropped()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::flipped()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::rotated()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::clone()
Andreas Kling
2021-11-03
Applications: Remove border from GroupBox margins
FrHun
2021-11-02
Applications: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-11-02
PixelPaint: Map color_distance_squared from 0 to 1
Musab Kılıç
2021-10-31
PixelPaint: Use a bucket cursor for the Bucket tool
Marco Cutecchia
2021-10-31
PixelPaint: Support using a bitmap as a tool's cursor
Marco Cutecchia
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-10-24
PixelPaint: Move Mask::{get, set, to_index} to the header file
Idan Horowitz
2021-10-23
AK+Everywhere: Make Base64 decoding fallible
Ben Wiederhake
2021-10-16
PixelPaint: Create an empty layer when the last layer is removed
Felix Rauch
2021-10-07
PixelPaint: Close tab now prompts for a save
Alex Major
2021-10-07
PixelPaint: Use reorderable tabs
Luke Wilde
2021-10-05
PixelPaint: Fix first undo action not working
Marco Cutecchia
2021-10-05
PixelPaint: Ensure a layer is selected when restoring a snapshot
Marco Cutecchia
2021-10-02
PixelPaint: Correctly offset stroke position for even thicknesses
Gal Horowitz
2021-10-02
PixelPaint: LayerListWidget::set_selected_layer now handles nullptr
Gal Horowitz
2021-09-29
PixelPaint: Add new icons for layer actions
Marcus Nilsson
2021-09-25
PixelPaint: Close image tabs on middle click
Karol Kosek
2021-09-25
PixelPaint: Close New Image dialog after pressing return key
Karol Kosek
2021-09-20
PixelPaint: Move Tools to it's own subdirectory
Marcus Nilsson
2021-09-19
PixelPaint: Use main window's icon in the 'Create new image' widget
Karol Kosek
[next]