Clément Sibille
|
fb099ad38b
PixelPaint: Show image coordinates in the status bar
|
4 년 전 |
Andreas Kling
|
687a12d7fb
Userland: Add GUI::Window::add_menu() and use it everywhere
|
4 년 전 |
Andreas Kling
|
c7d891765c
LibGfx: Use "try_" prefix for static factory functions
|
4 년 전 |
Marcus Nilsson
|
95710b0147
PixelPaint: Make sure that a layer is always selected
|
4 년 전 |
Marcus Nilsson
|
791a018c99
PixelPaint: Add method to merge visible layers
|
4 년 전 |
Marcus Nilsson
|
9be08e33ea
PixelPaint: Add method to flatten image layers
|
4 년 전 |
Marcus Nilsson
|
e1906d74b8
PixelPaint: Make move_selection() cycle through layers
|
4 년 전 |
Marcus Nilsson
|
8d205ae62e
PixelPaint: Use layer menu as context menu in LayerListWidget
|
4 년 전 |
Marcus Nilsson
|
2183d01eb0
PixelPaint: Ask to preserve transparency when exporting
|
4 년 전 |
Marcus Nilsson
|
05e8bea736
PixelPaint: Reset layer widgets when closing last tab
|
4 년 전 |
Andreas Kling
|
ee3a73ddbb
AK: Rename downcast<T> => verify_cast<T>
|
4 년 전 |
Davipb
|
22585e2845
PixelPaint: Expose more complex selection operations
|
4 년 전 |
Felix Rauch
|
8d91dbf6c0
PixelPaint: Add loading and saving of color palettes
|
4 년 전 |
Marcus Nilsson
|
f2aa5efbeb
PixelPaint: Add basic support for closing tabs
|
4 년 전 |
Erik Sommer
|
96588adbd4
PixelPaint: Update debug message in the copy action to the used method (#8113)
|
4 년 전 |
Aatos Majava
|
a49a15cabf
PixelPaint: Set the image title when creating a new image
|
4 년 전 |
Andreas Kling
|
0c8dce60a2
PixelPaint: Don't open new images in background tabs
|
4 년 전 |
Andreas Kling
|
abc40af809
PixelPaint: Make images keep track of their path & title
|
4 년 전 |
Andreas Kling
|
35456f035c
PixelPaint: Make ImageEditor::image() return a reference (Image&)
|
4 년 전 |
Andreas Kling
|
c6dd3377ee
PixelPaint: Make the main UI tabbed and allow multiple open images :^)
|
4 년 전 |
Andreas Kling
|
8763492e34
PixelPaint: Make main window a little bit taller by default
|
4 년 전 |
Andreas Kling
|
91100f2f94
PixelPaint: Display an error message if exporting to PNG/BMP fails
|
4 년 전 |
Andreas Kling
|
8731bc9ead
PixelPaint: Display an error message if opening a file fails
|
4 년 전 |
Andreas Kling
|
c333aec9f3
PixelPaint: Display an error message if saving to PP file fails
|
4 년 전 |
LepkoQQ
|
e6f27cec39
PixelPaint: Add actions to swap colors or reset them to default values
|
4 년 전 |
LepkoQQ
|
db99e0917c
PixelPaint: Add menu items for Select All and Clear Selection
|
4 년 전 |
Andreas Kling
|
f54164e8ae
PixelPaint: Make new pasted layer active immediately
|
4 년 전 |
Andreas Kling
|
765286f691
PixelPaint: Add copy action (copies the selection from active layer)
|
4 년 전 |
Andreas Kling
|
68a307be4e
PixelPaint: Use ImageDecoder to load images out-of-process
|
4 년 전 |
Andreas Kling
|
9c5de113b1
PixelPaint: Rename Layer::create_foo() => Layer::try_create_foo()
|
4 년 전 |