index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
import
/
dynamic_font_import_settings.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-1
/
+1
|
\
|
*
Rename internal Button icon to button_icon to match exposed methods
Aaron Franke
2024-10-29
1
-1
/
+1
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6d
Spartan322
2024-10-18
1
-1
/
+12
|
\
|
|
*
[Font Importer] Update Unicode block list to Unicode 16.0
bruvzg
2024-10-15
1
-1
/
+12
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Cleanup of raw `nullptr` checks with `Ref`
A Thousand Ships
2024-08-31
1
-8
/
+8
*
Split TranslationServer into its own file
Haoyu Qiu
2024-08-15
1
-0
/
+1
*
[Scene] Add `SceneStringNames::confirmed`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
[Scene] Add `SceneStringNames::item_selected`
A Thousand Ships
2024-06-19
1
-2
/
+2
*
[Scene] Add `SceneStringNames::font(_size/_color)`
A Thousand Ships
2024-06-18
1
-9
/
+9
*
[Scene] Add `SceneStringNames::panel`
A Thousand Ships
2024-05-30
1
-2
/
+2
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-4
/
+4
*
Fix unexpected auto translation of Tree content
Haoyu Qiu
2024-03-18
1
-0
/
+4
*
[Font] Add option to disable embedded bitmaps loading.
bruvzg
2024-03-11
1
-0
/
+4
*
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
Set an appropriate minimum size for labels in windows that display incorrectly
风青山
2024-01-12
1
-0
/
+4
*
Rename ImportSettings dialogs to have "Dialog" in the name
Aaron Franke
2023-11-26
1
-40
/
+40
*
Add bulk change guards to successive theme overrides in Editor and GUI
Yuri Sizov
2023-10-19
1
-23
/
+24
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-11
/
+12
*
Fix issues found by a static analyzer
bitsawer
2023-05-30
1
-2
/
+2
*
Allow EditorInspector to change its property name style when necessary
Haoyu Qiu
2023-04-29
1
-12
/
+0
*
Improve includes of EditorNode (and everything else)
Yuri Sizov
2023-04-07
1
-1
/
+1
*
Fix premature theme item access in editor tools
Yuri Sizov
2023-04-03
1
-5
/
+1
*
Add some missing translatable editor strings
Haoyu Qiu
2023-02-10
1
-0
/
+14
*
Improve some editor strings for localization
Haoyu Qiu
2023-02-09
1
-3
/
+3
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix advanced font import dialog not saving outline sizes of pre-render config...
bruvzg
2022-12-12
1
-1
/
+10
*
Use system fonts as fallback and improve system font handling.
bruvzg
2022-12-04
1
-1
/
+6
*
Add MAKE_RESOURCE_TYPE_HINT macro to simplify binding arrays of resources
Rémi Verschelde
2022-11-24
1
-1
/
+1
*
[Font] Add an import option to pre-render all glyphs required for the transla...
bruvzg
2022-11-10
1
-18
/
+159
*
Merge pull request #68223 from Calinou/editor-font-prerendering-fix-add-icon
Rémi Verschelde
2022-11-04
1
-8
/
+8
|
\
|
*
Fix missing Add icon in the editor font prerendering dialog
Hugo Locurcio
2022-11-03
1
-8
/
+8
*
|
Hide Antialiasing import option on DynamicFonts with MSDF enabled
Hugo Locurcio
2022-11-03
1
-4
/
+4
|
/
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-6
/
+6
*
[Font Inspector Plugin] Hide "Add Feature" button if supported feature list i...
bruvzg
2022-09-22
1
-0
/
+1
*
HarfBuzz: Update to version 5.2.0, add new Unicode 15 blocks and scripts.
bruvzg
2022-09-17
1
-0
/
+7
*
Improve naming of theme properties throughout GUI code
Yuri Sizov
2022-09-06
1
-2
/
+2
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-2
/
+2
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-0
/
+1
*
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-28
1
-1
/
+1
|
\
|
*
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-1
/
+1
*
|
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-1
/
+0
|
/
*
Add font LCD sub-pixel anti-aliasing support.
bruvzg
2022-08-23
1
-5
/
+11
*
Fix repeatedly opening the Advanced Import Settings dialog for fonts getting ...
Rindbee
2022-07-26
1
-0
/
+1
*
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-09
1
-2
/
+2
*
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-07-06
1
-689
/
+325
*
Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...
bruvzg
2022-06-16
1
-5
/
+5
*
Merge pull request #61772 from bruvzg/ft_ot_collect
Rémi Verschelde
2022-06-13
1
-1
/
+8
|
\
|
*
[TextServer] Adds support for TrueType / OpenType collection files (*.TTC, *....
bruvzg
2022-06-07
1
-1
/
+8
[next]