1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-08 03:19:49 +00:00
Pixelorama/src/UI/Dialogs/ImageEffects
Manolis Papadeas 4db21dae95 ScaleImage dialog improvements
It now automatically sets the size to the current project's size, has a button to lock aspect ratio, and resizing based on percentage. Some UI changes to CreateNewImage too.
2021-01-27 00:45:12 +02:00
..
DesaturateDialog.gd Removed duplicate code from the image effects and put it into the parent ImageEffect class 2020-08-28 01:20:07 +03:00
DesaturateDialog.tscn Made image effect dialog previews centered & made them expand vertically 2020-08-26 18:33:15 +03:00
FlipImageDialog.gd Removed duplicate code from the image effects and put it into the parent ImageEffect class 2020-08-28 01:20:07 +03:00
FlipImageDialog.tscn Made image effect dialog previews centered & made them expand vertically 2020-08-26 18:33:15 +03:00
GradientDialog.gd Removed duplicate code from the image effects and put it into the parent ImageEffect class 2020-08-28 01:20:07 +03:00
GradientDialog.tscn Made image effect dialog previews centered & made them expand vertically 2020-08-26 18:33:15 +03:00
HSVDialog.gd Removed duplicate code from the image effects and put it into the parent ImageEffect class 2020-08-28 01:20:07 +03:00
HSVDialog.tscn Small UI fixes to the HSVDialog 2020-10-29 22:25:31 +02:00
ImageEffects.tscn Add a transparent background for flip image dialog preview 2020-08-16 00:07:56 +03:00
InvertColorsDialog.gd Removed duplicate code from the image effects and put it into the parent ImageEffect class 2020-08-28 01:20:07 +03:00
InvertColorsDialog.tscn Made image effect dialog previews centered & made them expand vertically 2020-08-26 18:33:15 +03:00
OutlineDialog.gd Removed duplicate code from the image effects and put it into the parent ImageEffect class 2020-08-28 01:20:07 +03:00
OutlineDialog.tscn Made image effect dialog previews centered & made them expand vertically 2020-08-26 18:33:15 +03:00
ResizeCanvas.gd Remove unneeded location variables (#425) 2021-01-06 07:11:50 -08:00
ResizeCanvas.tscn Add a transparent background for flip image dialog preview 2020-08-16 00:07:56 +03:00
RotateImage.gd Added more options to the Rotate Image dialog 2020-10-23 17:50:52 +03:00
RotateImage.tscn Added more options to the Rotate Image dialog 2020-10-23 17:50:52 +03:00
ScaleImage.gd ScaleImage dialog improvements 2021-01-27 00:45:12 +02:00
ScaleImage.tscn ScaleImage dialog improvements 2021-01-27 00:45:12 +02:00
ShaderEffect.gd Use VisualServer viewport for applying shader 2020-08-13 01:55:31 +03:00
ShaderEffect.tscn Use VisualServer viewport for applying shader 2020-08-13 01:55:31 +03:00