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
/
plugins
/
font_config_plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f
Spartan322
2024-11-06
1
-1
/
+1
|
\
|
*
Style: Apply `clang-tidy` fixes (superficial)
Thaddeus Crews
2024-11-04
1
-1
/
+1
*
|
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-5
/
+5
|
\
|
|
*
Rename internal Button icon to button_icon to match exposed methods
Aaron Franke
2024-10-29
1
-5
/
+5
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6
Spartan322
2024-10-14
1
-7
/
+1
|
\
|
|
*
Fix implementation of property_can_revert() in various classes
kobewi
2024-10-04
1
-7
/
+1
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Remove spaces and punctuation from the beginning of translatable strings.
bruvzg
2024-08-22
1
-1
/
+2
*
Merge pull request #95549 from timothyqiu/split-translation-server
Rémi Verschelde
2024-08-16
1
-0
/
+1
|
\
|
*
Split TranslationServer into its own file
Haoyu Qiu
2024-08-15
1
-0
/
+1
*
|
Remove empty bind_methods()
kobewi
2024-08-15
1
-3
/
+0
|
/
*
Merge pull request #93968 from bruvzg/font_prev_update
Rémi Verschelde
2024-07-05
1
-0
/
+16
|
\
|
*
[Editor] Update font preview directly instead of invalidating property list.
bruvzg
2024-07-05
1
-0
/
+16
*
|
[Editor] Fix default font variation values handling in the property inspector.
bruvzg
2024-07-05
1
-8
/
+23
|
/
*
[Scene] Add `SceneStringNames::font(_size/_color)`
A Thousand Ships
2024-06-18
1
-3
/
+3
*
[Scene] Add `SceneStringNames::id_pressed`
A Thousand Ships
2024-05-30
1
-4
/
+4
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-7
/
+7
*
Merge pull request #86143 from YeldhamDev/ttr_here,_rtr_there
Rémi Verschelde
2024-03-26
1
-10
/
+10
|
\
|
*
Stop using `RTR()` inside the "editor" folder
Michael Alexsander
2024-02-27
1
-10
/
+10
*
|
Remove pointless `_notification()` function in `EditorPropertyOTVariation`
Michael Alexsander
2024-03-23
1
-8
/
+0
|
/
*
Add const lvalue ref to editor/* container parameters
Muller-Castro
2024-02-26
1
-3
/
+3
*
Fix PopupMenu doesn't respect it's ScrollContainer's margins
Mounir Tohami
2024-02-23
1
-0
/
+1
*
Add methods to add submenus without using names
kobewi
2024-02-22
1
-2
/
+1
*
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
Fix submenus deleted accidentally
kobewi
2023-09-26
1
-1
/
+1
*
[Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-15
1
-1
/
+1
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-5
/
+5
*
Sort system font menu in Inspector
Haoyu Qiu
2023-07-26
1
-0
/
+1
*
Add get_edited_property_value() shorthand method
kobewi
2023-05-26
1
-6
/
+6
*
Improve some editor strings for localization
Haoyu Qiu
2023-02-09
1
-1
/
+2
*
Use `PropertyUsageFlags` enum in parse_property
Raul Santos
2023-01-31
1
-3
/
+3
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Add inspector plugin for key time edit & Change find key argument
Silc Renew
2022-12-22
1
-2
/
+2
*
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-0
/
+1
*
Merge pull request #67445 from Zylann/rename_queue_delete
Rémi Verschelde
2022-10-31
1
-3
/
+3
|
\
|
*
Rename queue_delete => queue_free
Marc Gilleron
2022-10-24
1
-3
/
+3
*
|
Remove unnecessary casts
Markus Sauermann
2022-10-24
1
-2
/
+2
|
/
*
[Font Inspector Plugin] Hide "Add Feature" button if supported feature list i...
bruvzg
2022-09-22
1
-0
/
+10
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-1
/
+1
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-0
/
+10
*
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-28
1
-3
/
+3
|
\
|
*
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-3
/
+3
*
|
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-10
/
+0
|
/
*
Make `property_*_revert` methods multilevel and expose them for scripting
Yuri Sizov
2022-08-18
1
-9
/
+5
*
Fix font preview plugin not using editor scale.
bruvzg
2022-07-29
1
-1
/
+1
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-2
/
+2
*
Implement support for loading system fonts on Linux, macOS / iOS and Windows.
bruvzg
2022-07-26
1
-29
/
+107
*
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-07-06
1
-0
/
+979