Emmanouil Papadeas
|
fe9eb4a5e1
|
Fix dimension label showing fractions in the final image size in the export dialog
|
2024-04-13 20:48:56 +03:00 |
|
Emmanouil Papadeas
|
436406a527
|
Fix issue where shader-based effects were not respecting the selection bounds, when the selection was out of the canvas
|
2024-04-13 20:37:26 +03:00 |
|
Emmanouil Papadeas
|
e4afcc275a
|
Fix regression where intersecting selections was not working
Regression from e14a506d2c
|
2024-04-13 20:23:10 +03:00 |
|
Emmanouil Papadeas
|
5f43a3e282
|
Fix brushes being able to get drawn outside of the selection, if the selection is outside the canvas
|
2024-04-13 20:10:32 +03:00 |
|
Emmanouil Papadeas
|
fcfc606861
|
Fix bug where images with width or height 1 are being completely cleared by image effects
|
2024-04-10 02:21:43 +03:00 |
|
Emmanouil Papadeas
|
650c8b7f4e
|
Store image data in undo/redo of the move tool
This fixes an issue where, if the user moves pixels outside the canvas and then undos, those cut pixels will not be restored.
|
2024-04-05 18:14:28 +03:00 |
|
Emmanouil Papadeas
|
0c6566de76
|
Fix issue where the override.cfg file would be created at the wrong location, if Pixelorama is launched through a shortcut
|
2024-04-05 18:07:23 +03:00 |
|
Emmanouil Papadeas
|
b0d4b30fbf
|
Fix the same frames being exported multiple times when "Selected frames" is selected, and multiple cels of the same frames are currently selected on the timeline - Fixes #1001
|
2024-03-31 01:00:57 +02:00 |
|
Emmanouil Papadeas
|
fb958065f5
|
Fix color picker selecting fully transparent pixels that are not black - Fix #999
|
2024-03-26 02:14:30 +02:00 |
|
Emmanouil Papadeas
|
3b8c63c4a6
|
Fix crash due to division by zero when locking two or three ValueSliders and one of them has the value of 0 and the user attempts to change it
|
2024-03-16 19:03:41 +02:00 |
|
Emmanouil Papadeas
|
9a5eb9720d
|
Fix size label not being updated on the Export dialog's spritesheet tab when the direction changes
|
2024-03-15 02:45:18 +02:00 |
|
Emmanouil Papadeas
|
324e21776d
|
Fix exporting selected layers not including the non-selected frames
Backport from 55df23e400 .
|
2024-03-07 16:38:19 +02:00 |
|
Emmanouil Papadeas
|
3f6e1385e0
|
Fix crashes when attempting to import invalid pxo files
|
2024-02-20 15:42:27 +02:00 |
|
Emmanouil Papadeas
|
b2f511c45b
|
Fix memory leak when previewing layouts in the ManageLayouts dialog
|
2024-02-12 00:37:23 +02:00 |
|
Emmanouil Papadeas
|
3dcc51705a
|
Load pxo files from the Web version - Fixes #820
|
2024-01-30 21:26:07 +02:00 |
|
Emmanouil Papadeas
|
41922c1261
|
Revert #928 as 1.0 pxos can no longer be imported in 0.x
|
2024-01-24 17:51:39 +02:00 |
|
Emmanouil Papadeas
|
eff79337e0
|
Fix selection being incorrect when the image is being scaled (mostly when being made smaller).
|
2024-01-23 19:54:23 +02:00 |
|
Emmanouil Papadeas
|
aca4c0bd14
|
Refactor scale methods of DrawingAlgos
|
2024-01-23 19:52:18 +02:00 |
|
Variable
|
8fb29f13f1
|
Fixed rotation gixmo (#977)
|
2024-01-20 02:07:02 +02:00 |
|
Emmanouil Papadeas
|
8333b93664
|
Export palettes as images on the Web version
|
2024-01-04 15:55:30 +02:00 |
|
Emmanouil Papadeas
|
802c06cd6b
|
When exporting a palette as an image, automatically set the file name to the palette name
|
2023-12-21 21:54:20 +02:00 |
|
Emmanouil Papadeas
|
ed1b5168f9
|
Exporting palettes to png files is now possible
|
2023-12-21 21:48:11 +02:00 |
|
Emmanouil Papadeas
|
75d13a0dd9
|
When saving, don't include ".pxo" in the project name
|
2023-12-18 21:27:01 +02:00 |
|
Emmanouil Papadeas
|
2b2a65e791
|
Show multiple save confirmation dialogs on quit for each project that has changes
|
2023-12-18 21:25:31 +02:00 |
|
Emmanouil Papadeas
|
7afc4d20bb
|
Loop through frames when clicking on go to previous/next frame buttons on the timeline
|
2023-12-18 21:02:30 +02:00 |
|
Emmanouil Papadeas
|
8135346f3f
|
Make timeline buttons be the same size
|
2023-12-18 21:00:40 +02:00 |
|
Emmanouil Papadeas
|
42b0f4f0c1
|
Fix bug where using shortcuts to switch between frames also moved the selection, causing deletions
|
2023-11-26 14:06:02 +02:00 |
|
Emmanouil Papadeas
|
f10c89ace5
|
Fix not being able to transform if the selection size is bigger than the project size
|
2023-11-25 00:32:05 +02:00 |
|
Emmanouil Papadeas
|
346d1f071a
|
Fix visible layers being wrong when exporting
|
2023-11-25 00:20:54 +02:00 |
|
Variable
|
8784427c72
|
[0.x] Make cloned frames only select a cel if it's coresponding original cel was selected as well (#941)
* Don't select new cels
* sync with 1.x version
|
2023-11-21 16:49:13 +02:00 |
|
Emmanouil Papadeas
|
f70f3d3458
|
Fix frame and layer clamping in ExtensionsAPI's get_cel_at()
|
2023-11-20 15:05:35 +02:00 |
|
Emmanouil Papadeas
|
e14a506d2c
|
[Undo/Redo] Compress SelectionMaps stored in memory, get rid of a lot of selection_map_copy instances
|
2023-11-17 19:41:09 +02:00 |
|
Emmanouil Papadeas
|
39bac838c5
|
Slightly optimize the start of transformations with selections
|
2023-11-17 18:25:29 +02:00 |
|
Emmanouil Papadeas
|
4707fd5da7
|
Fix formatting
|
2023-11-16 21:01:35 +02:00 |
|
Emmanouil Papadeas
|
e0bd25c374
|
[Undo/Redo] Compress most of the images stored in memory
Combines e62548517f , 4f5f37a522 , e22794e611 , 9279a8e0ab and 2c5ece53dd from the master branch.
|
2023-11-16 20:59:48 +02:00 |
|
Emmanouil Papadeas
|
6473febe78
|
Fix shader-based rotation not working
|
2023-11-16 15:51:08 +02:00 |
|
Emmanouil Papadeas
|
fc33ee1da7
|
Resize image effect preview images to (1, 1) when the dialogs are being hidden
So that they do not waste RAM for no reason anymore
|
2023-11-11 00:25:30 +02:00 |
|
Emmanouil Papadeas
|
7235617db7
|
Fix memory leak when applying image effects
|
2023-11-11 00:20:56 +02:00 |
|
Emmanouil Papadeas
|
7c0de64b92
|
Fix tool shortcuts not working with Control
Addresses #935
|
2023-11-06 02:34:53 +02:00 |
|
Emmanouil Papadeas
|
1317e40ffa
|
Fix random brushes not working
|
2023-11-06 02:32:35 +02:00 |
|
Emmanouil Papadeas
|
4f3a7a305a
|
Fix ellipse tool producing gaps with large sizes
|
2023-11-06 02:29:48 +02:00 |
|
Emmanouil Papadeas
|
ac6a4db43d
|
Optimize canvas drawing by only calling update when the image has changed
|
2023-11-06 02:27:45 +02:00 |
|
Emmanouil Papadeas
|
ac1a438890
|
Release v0.11.3-stable
|
2023-10-30 15:42:51 +02:00 |
|
Variable
|
5fcffece4b
|
[0.x] Fix cel3d compatibility when transferring project from 1.0 to 0.x (#928)
* make cel3d backwards compatible
* further changes
* fix capsule shape
* formatting
|
2023-10-26 16:10:47 +03:00 |
|
Emmanouil Papadeas
|
23df5a3d15
|
Fix typos in code
|
2023-10-17 19:01:38 +03:00 |
|
Variable
|
9ae93a1387
|
backport #920 (#921)
|
2023-10-14 14:25:54 +03:00 |
|
Variable
|
7416ed375c
|
[0.x] Allow user to move Palettes to Trash/Recycle Bin instead of deleting them permanently (#918)
* backport #914
move palettes to bin instead of deleting them permanently
* update backport to use dialog
|
2023-10-11 19:20:49 +03:00 |
|
Variable
|
be093f3490
|
[0.x] Fix undo/redo history not working when the tool changes (#916)
* remove_undo_redo_draw_op from Draw.gd
* shifted undo_redo_draw_op to Global.gd
|
2023-10-09 12:55:17 +03:00 |
|
Emmanouil Papadeas
|
b2c157fa07
|
Release v0.11.2-stable
|
2023-08-31 11:38:47 +03:00 |
|
Emmanouil Papadeas
|
016bd67ef9
|
Update contributors, translators, donors
|
2023-08-30 15:18:00 +03:00 |
|