1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-19 01:29:49 +00:00
Pixelorama/src/UI
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
..
Buttons Stretch mode and expand mode fixes (#1103) 2024-09-17 21:38:21 +03:00
Canvas Fix crash when opening the tile mode offsets dialog 2024-11-15 17:59:25 +02:00
CanvasPreviewContainer Add a new "CanvasPreviews" node group for the canvas previews 2024-10-11 16:24:44 +03:00
ColorPickers Add a new Reset category in the Preferences 2024-10-09 21:20:17 +03:00
Dialogs Update translators in AboutDialog 2024-11-18 17:50:19 +02:00
ExtensionExplorer [skip ci] Delete extension_repository.md 2024-07-28 02:29:48 +03:00
GlobalToolOptions Minor UI improvements for the mirroring buttons 2024-10-23 12:00:19 +03:00
Nodes Add a text tool (#1134) 2024-11-19 01:20:34 +02:00
PerspectiveEditor [skip ci] Update PerspectiveEditor.gd (#1119) 2024-10-13 14:03:52 +03:00
Recorder Remove the Recorder from the Web version 2024-11-13 00:40:58 +02:00
ReferenceImages Fix popups appearing in wrong places when single window mode is disabled 2024-08-03 22:36:05 +03:00
Timeline Don't change brush size when resizing the timeline cels and the palette swatches 2024-11-12 00:59:01 +02:00
ToolsPanel Add a text tool (#1134) 2024-11-19 01:20:34 +02:00
TopMenuContainer Release v1.0.5 2024-11-18 17:53:53 +02:00
Tabs.gd Fix "previous_project" shortcut not doing anything when we are on the first tab 2024-10-10 15:27:45 +03:00
UI.gd Fix formatting and make unused docstrings to comments of the previous commit 2024-10-18 00:01:27 +03:00
UI.tscn Add a new "CanvasRulers" node group for the canvas rulers 2024-10-11 16:31:18 +03:00
ViewportContainer.gd Revert "Fix cursor blinking at the edge of canvas (#1075)" 2024-08-17 00:59:48 +03:00