1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-19 01:29:49 +00:00
Commit graph

2715 commits

Author SHA1 Message Date
RorotoSic 14b3745053 StyleboxEmpty for normal / keep hover unchanged 2024-03-16 15:34:51 +01:00
RorotoSic 24cb05a990 Revert "styleboxflat when CollapseContainer is pressed and empty for checkbox"
This reverts commit 0af0e1f427.
2024-03-16 14:44:07 +01:00
RorotoSic 0af0e1f427 styleboxflat when CollapseContainer is pressed and empty for checkbox 2024-03-16 00:49:44 +01:00
RorotoSic b80ab1ad5c remove thick white outline when CollapseContainer is pressed and focus 2024-03-16 00:24:27 +01:00
RorotoSic fd80248416 Collapsible Container
change "expend buton" to the pixelorama custum node "CollapsibleContainer"
2024-03-15 14:25:41 +01:00
RorotoSic 423885a8e4 Revert "expand button for flip/rotate"
This reverts commit 51189ac793.
2024-03-15 13:05:43 +01:00
RorotoSic fc55f10053 Revert "expand button (forgot to add the tscn )"
This reverts commit 3062afe73f.
2024-03-15 13:05:13 +01:00
RorotoSic 76b8d2b564 shading.tscn (nodes placement debreaking)
back as before
2024-03-08 17:23:24 +01:00
RorotoSic 49a4da3b44 tooltip R90 R180 R270
i dont add txt to the Translations.pot bc not sure to understand and dont want to make mistake
2024-03-08 17:17:57 +01:00
RorotoSic c970e00982 cursor shape to pointing hand 2024-03-08 16:53:43 +01:00
RorotoSic 3062afe73f expand button (forgot to add the tscn ) 2024-03-07 22:41:54 +01:00
RorotoSic 12309c062a radio btn grp 2 2024-03-07 21:42:17 +01:00
RorotoSic 51189ac793 expand button for flip/rotate 2024-03-07 21:41:41 +01:00
RorotoSic 1791e964c2 rotate ButtonGroup (radio btn) 2024-03-07 18:32:32 +01:00
RorotoSic 7519fd677b btns flip/rotate hide when a non-image brush is selected 2024-03-07 18:02:26 +01:00
RorotoSic 0193a92b09 Hide Flip/Rotate buttons where it is unnecessary 2024-03-03 11:11:27 +01:00
RorotoSic c37295ef3b var brush_texture_rotation 2024-03-02 19:54:27 +01:00
RorotoSic 39e3e7e38d remove " _ " before my variable name
hope this was the problem
2024-03-02 19:42:12 +01:00
RorotoSic eb77d05cc3 github static checks 2 2024-03-02 19:32:07 +01:00
RorotoSic 01664dd058 github static checks 2024-03-02 19:26:59 +01:00
RorotoSic 8bbcc21ec6 code changed for github static checks 2024-03-02 19:21:29 +01:00
RorotoSic 10db8f875f flip corrected for BrushButton (x, y was reversed) 2024-03-02 18:40:46 +01:00
RorotoSic c7fdc9a32e flip_rotate for BrushButton 2024-03-02 18:25:00 +01:00
RorotoSic 706222c987 node placement 2024-02-29 17:35:20 +01:00
RorotoSic afacaf5257 Add Flip X, Flip Y, Rotate 90, Rotate 180, Rotate 270 2024-02-29 17:28:49 +01:00
Emmanouil Papadeas 693ca36b26
New Crowdin updates (#964) 2024-02-27 17:26:55 +02:00
OverloadedOrama b388b9328a [skip ci] Update Translations.pot 2024-02-26 20:17:47 +02:00
Emmanouil Papadeas 9b439327b8 Fix ExtensionsAPI's new_project() not working, and add a new new_empty_project() method 2024-02-24 15:25:54 +02:00
Emmanouil Papadeas 03ce5d40a2 Set the window's minimum size only once in Main.gd 2024-02-23 20:24:37 +02:00
Emmanouil Papadeas d3db8f5be7 Rename project_changed to project_data_changed signal, add a new method for this signal in ExtensionsAPI 2024-02-22 17:43:47 +02:00
Emmanouil Papadeas a06d6a2909 Improve static typing in the ExtensionsAPI 2024-02-22 00:46:28 +02:00
Emmanouil Papadeas d9bdcf53ec [skip ci] Update CHANGELOG.md 2024-02-20 16:24:26 +02:00
Emmanouil Papadeas 22ddc96962 Use getters to lazy-load cleanEdge and OmniScale shaders 2024-02-19 02:09:35 +02:00
Emmanouil Papadeas 66ea1fcfe9 Update the DockableContainer plugin 2024-02-18 19:47:21 +02:00
Variable 81dbc0177d
Moved live preview code to ImageEffect Dialog (#978)
* live fixes

* added accidentally disconected signals

* Update RotateImage.tscn

* improved code

* Formatting
2024-02-17 00:23:31 +02:00
Emmanouil Papadeas 975f223ace Disable the audio driver again
For performance reasons, although we may want to re-enable it if we implement audio support for animations
2024-02-16 22:57:43 +02:00
Emmanouil Papadeas 9a313821dc When exporting, Pixelorama now remembers the last exported path 2024-02-15 18:41:24 +02:00
Emmanouil Papadeas b3fa8870f8 Fix null instance error causing a crash on startup, originating from #974 2024-02-14 20:58:21 +02:00
Variable 909f38bd0c
Further Reference UI Improvements (#974)
* references UI refactor

* changed select icon

* fixed a bug
2024-02-14 19:53:35 +02:00
Emmanouil Papadeas f56d536b36 Create a get_mirrored_positions() method in Tools
Reduces some code replication across tools
2024-02-13 02:31:48 +02:00
OverloadedOrama 47fc659170 Add yet another MarginContainer in the timeline
To fix the outline of the first frame (when selected) from being cut off, while also keeping frames & cels glued to the layers
2024-02-12 05:02:07 +02:00
Emmanouil Papadeas 9f82c85b73 Fix issue when uploading a shader on the Web version 2024-02-12 00:29:30 +02:00
Emmanouil Papadeas 0a63664391 Remove some dialog parent nodes
Also removes the GIF warning in the ExportDialog, as #697 no longer occurs in 1.0
2024-02-12 00:28:50 +02:00
Emmanouil Papadeas 5c58562d6b Fix theme color preview spacing in the Preferences 2024-02-11 19:12:09 +02:00
Emmanouil Papadeas 85b255032f Keep the aspect ratio correctly in the image effect dialog previews 2024-02-11 18:44:22 +02:00
Emmanouil Papadeas 2b4d85ac3e Fix PointCollapseContainer's TextureRect being rotated incorrectly 2024-02-11 18:21:35 +02:00
Emmanouil Papadeas 0e4c9bad20 Remove CollapsibleContainer.tscn, only keep it as a script/node type 2024-02-11 18:20:46 +02:00
Emmanouil Papadeas 8d8a147142 Lazy load the window opacity dialog 2024-02-11 16:20:04 +02:00
Emmanouil Papadeas be7427fd9c Fix memory leak when previewing layouts in the ManageLayouts dialog 2024-02-11 16:02:15 +02:00
Emmanouil Papadeas c4a4bd4602 Implement lazy loading for some dialogs to make the initial loading of Pixelorama faster
Only load dialogs when they are needed and not at the start of the program. Right now only the new image, about, manage layouts and image effects dialogs are being loaded on demand, but more dialogs can be handled this way in future commits.
2024-02-11 16:01:59 +02:00