1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-07 19:09:50 +00:00
Pixelorama/src/UI/Nodes
Emmanouil Papadeas 428e5edb8f
Add a text tool (#1134)
* Initial port of the text tool to Godot 4

* Change font (WIP)

* Add antialiasing option and remove some old unneeded lines

* Remove outline code

* Add horizontal alignment and update the text edit font size

* Improve the text edit

* Don't activate tools while typing

* Format

* Give input priority to the text edit so the key X and shortcuts such as control-z work in the text edit

* Add style settings for bold and italic

* Fix text going blank when changing font

* Use `font.draw_multiline_string()`

* Change the move behavior of the text tool, add confirm and cancel buttons

* Compress images on undo/redo

* Fix text position
2024-11-19 01:20:34 +02:00
..
AnimatePanel.gd Port to Godot 4 (#900) 2023-09-04 16:29:06 +03:00
AnimatePanel.tscn Port to Godot 4 (#900) 2023-09-04 16:29:06 +03:00
BasisSliders.gd Add a convolution matrix layer effect 2024-08-16 04:24:43 +03:00
BasisSliders.tscn Add a convolution matrix layer effect 2024-08-16 04:24:43 +03:00
CollapsibleContainer.gd Use an anchor and offset preset for the CollapsibleContainer's texture rect 2024-10-15 16:31:04 +03:00
GradientEdit.gd Fix popups appearing in wrong places when single window mode is disabled 2024-08-03 22:36:05 +03:00
GradientEdit.tscn Make the color picker popup in GradientEdit moveable 2024-09-07 17:19:42 +03:00
MaxMinEdit.gd Port to Godot 4 (#900) 2023-09-04 16:29:06 +03:00
MaxMinEdit.tscn Port to Godot 4 (#900) 2023-09-04 16:29:06 +03:00
NotificationLabel.gd Port to Godot 4 (#900) 2023-09-04 16:29:06 +03:00
TextToolEdit.gd Add a text tool (#1134) 2024-11-19 01:20:34 +02:00
TransparentChecker.gd Add a new "CanvasPreviews" node group for the canvas previews 2024-10-11 16:24:44 +03:00
TransparentChecker.tscn Port to Godot 4 (#900) 2023-09-04 16:29:06 +03:00
ValueSlider.gd When using the mouse wheel over a slider, don't scroll in ScrollContainers 2024-11-13 17:32:01 +02:00
ValueSlider.tscn Port to Godot 4 (#900) 2023-09-04 16:29:06 +03:00
ValueSliderV2.gd Add Palettize and Pixelize effects 2024-04-10 01:20:28 +03:00
ValueSliderV2.tscn Port to Godot 4 (#900) 2023-09-04 16:29:06 +03:00
ValueSliderV3.gd Add a convolution matrix layer effect 2024-08-16 04:24:43 +03:00
ValueSliderV3.tscn Add a convolution matrix layer effect 2024-08-16 04:24:43 +03:00