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
/
main.cpp
Age
Commit message (
Expand
)
Author
2021-07-05
PixelPaint: Use layer menu as context menu in LayerListWidget
Marcus Nilsson
2021-07-05
PixelPaint: Ask to preserve transparency when exporting
Marcus Nilsson
2021-07-02
PixelPaint: Reset layer widgets when closing last tab
Marcus Nilsson
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-22
PixelPaint: Expose more complex selection operations
Davipb
2021-06-21
PixelPaint: Add loading and saving of color palettes
Felix Rauch
2021-06-20
PixelPaint: Add basic support for closing tabs
Marcus Nilsson
2021-06-17
PixelPaint: Update debug message in the copy action to the used method (#8113)
Erik Sommer
2021-06-16
PixelPaint: Set the image title when creating a new image
Aatos Majava
2021-06-16
PixelPaint: Don't open new images in background tabs
Andreas Kling
2021-06-16
PixelPaint: Make images keep track of their path & title
Andreas Kling
2021-06-16
PixelPaint: Make ImageEditor::image() return a reference (Image&)
Andreas Kling
2021-06-16
PixelPaint: Make the main UI tabbed and allow multiple open images :^)
Andreas Kling
2021-06-16
PixelPaint: Make main window a little bit taller by default
Andreas Kling
2021-06-15
PixelPaint: Display an error message if exporting to PNG/BMP fails
Andreas Kling
2021-06-15
PixelPaint: Display an error message if opening a file fails
Andreas Kling
2021-06-15
PixelPaint: Display an error message if saving to PP file fails
Andreas Kling
2021-06-15
PixelPaint: Add actions to swap colors or reset them to default values
LepkoQQ
2021-06-15
PixelPaint: Add menu items for Select All and Clear Selection
LepkoQQ
2021-06-14
PixelPaint: Make new pasted layer active immediately
Andreas Kling
2021-06-14
PixelPaint: Add copy action (copies the selection from active layer)
Andreas Kling
2021-06-12
PixelPaint: Use ImageDecoder to load images out-of-process
Andreas Kling
2021-06-11
PixelPaint: Rename Layer::create_foo() => Layer::try_create_foo()
Andreas Kling
2021-06-11
PixelPaint: Rename Image::create_foo() => Image::try_create_foo()
Andreas Kling
2021-06-02
PixelPaint: Support opening more image file formats
Marco Cutecchia
2021-05-21
Applications: Use titlecase and distinct underlined characters in menus
Max Wipfli
2021-05-16
PixelPaint: Style the application name as "Pixel Paint" :^)
Andreas Kling
2021-05-16
PixelPaint: Start with a smaller new image (and smaller window)
Andreas Kling
2021-05-16
PixelPaint: Stop creating two blue and yellow layers on startup
Andreas Kling
2021-05-16
PixelPaint: Add a statusbar to the main window
Andreas Kling
2021-05-16
PixelPaint: Add a toolbar to the main UI :^)
Andreas Kling
2021-05-16
PixelPaint: Convert main UI to GML :^)
Andreas Kling
2021-05-15
PixelPaint: Use GUI::CommonActions for zoom related actions
Andreas Kling
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-16
PixelPaint: Add keyboard zoom shortcuts
Jagger De Leo
2021-04-16
PixelPaint: Add Zoom Reset button to new View Menubar.
Jagger De Leo
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-10
PixelPaint: Add icon and keyboard shortcut for the "New Image" action
Andreas Kling
2021-04-10
PixelPaint: Alt shortcuts and book title capitalization in menus
Andreas Kling
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-17
PixelPaint: Open image file passed as argument
Linus Groh
2021-01-22
PixelPaint: adding an option to export as PNG
Pierre
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling