1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-03-16 00:05:18 +00:00
Pixelorama/src/UI
Emmanouil Papadeas b75573d19c Make CelProperties its own scene and put it in Main.tscn instead of having it as a child of each CelButton
This drastically reduces the number of nodes. Before, each cel would have its own property node which, when the project had many cels, drove the node count quite high.
2024-02-09 04:01:01 +02:00
..
Buttons Port to Godot 4 (#900) 2023-09-04 16:29:06 +03:00
Canvas Enable gestures and treat long press as right click for Android 2024-02-06 02:50:55 +02:00
CanvasPreviewContainer Fix canvas preview play button minimum size 2023-11-22 17:22:57 +02:00
ColorPickers Add a recent colors section to the color picker 2024-01-23 03:57:31 +02:00
Dialogs Sort layouts alphabetically when adding a new one so that Pixelorama will remember the correct last used layout when opening again 2024-02-02 03:50:28 +02:00
ExtensionExplorer Integrate Extension Explorer (#910) 2024-01-23 03:25:37 +02:00
GlobalToolOptions Add a basic stabilizer 2023-12-04 14:55:38 +02:00
Nodes Add a new Rose theme, made changes to the other themes 2024-02-08 22:30:14 +02:00
PerspectiveEditor Remove unneeded has_focus checks 2024-01-24 03:06:09 +02:00
Recorder Some recorder UI improvements 2024-01-24 14:41:15 +02:00
ReferenceImages Reference Image Improvements (#961) 2023-12-31 14:12:37 +02:00
Timeline Make CelProperties its own scene and put it in Main.tscn instead of having it as a child of each CelButton 2024-02-09 04:01:01 +02:00
ToolsPanel Remove Global.has_focus completely 2024-01-24 03:14:11 +02:00
TopMenuContainer Fix UI not staying dimmed after opening a native file dialog 2024-02-03 13:55:17 +02:00
Tabs.gd Port to Godot 4 (#900) 2023-09-04 16:29:06 +03:00
UI.gd Port to Godot 4 (#900) 2023-09-04 16:29:06 +03:00
UI.tscn Set the cursor to cross when entering the canvas and to resize when hovering selection gizmos 2024-02-04 00:05:20 +02:00
ViewportContainer.gd Set Selection.gd process input false by default, fix cursor still being set to a cross when entering the canvas if it's disabled in the preferences 2024-02-04 00:12:19 +02:00