Juan Linietsky
|
d4433ae6d3
Remove Signal connect binds
|
3 years ago |
FireForge
|
e4067064ce
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
|
3 years ago |
bruvzg
|
b5c96df277
Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextServer.
|
3 years ago |
Hugo Locurcio
|
180e5d3028
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
|
3 years ago |
bruvzg
|
9381acb6a4
Make FileAccess and DirAccess classes reference counted.
|
3 years ago |
Michael Alexsander
|
bb5198a5ac
Fix "Script Create" dialog errors with metadata
|
3 years ago |
Aaron Franke
|
918b09cabc
Initialize bools in the headers in editor
|
3 years ago |
kobewi
|
42078dec9f
Allow negative indexes in ItemList and PopupMenu
|
3 years ago |
Rémi Verschelde
|
768f9422bc
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
|
3 years ago |
Haoyu Qiu
|
7f30fd10f9
Fix errors when updating script template list
|
3 years ago |
kobewi
|
f315c9d0c6
Connect text_submitted of built-in script name
|
3 years ago |
Rémi Verschelde
|
11572c6e30
Editor: Cleanup some includes dependencies
|
3 years ago |
Hendrik Brucker
|
b396fd4eef
Improve compilation speed (forward declarations/includes cleanup)
|
3 years ago |
Rémi Verschelde
|
fc076ece3d
Revert "Add missing SNAME macro optimization to all theme methods call"
|
3 years ago |
jmb462
|
a988fad9a0
Add missing SNAME macro optimization to all theme methods call
|
3 years ago |
jmb462
|
1ce81dc5f2
Add missing SNAME macro optimization in some function calls
|
3 years ago |
Jean-Michel Bernard
|
f86ab4031a
Fix template OptionButton in create script dialog doesn't select the correct template
|
3 years ago |
bruvzg
|
244db37508
Cleanup and move char functions to the `char_utils.h` header.
|
3 years ago |
Anilforextra
|
adbe948bda
String: Add contains().
|
3 years ago |
Paulb23
|
1cd1df5dc3
Move placeholder color to theme item
|
3 years ago |
Rémi Verschelde
|
a01b18a476
Fix typos with codespell
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
fabriceci
|
9d5b807059
Improve editor template workflow
|
3 years ago |
Nathan Franke
|
49403cbfa0
Replace String comparisons with "", String() to is_empty()
|
3 years ago |
Nathan Franke
|
41a20171eb
align to horizontal_alignment, valign to vertical_alignment, related
|
3 years ago |
kobewi
|
64a2681cf0
Allow to name built-in scripts upon creation
|
3 years ago |
Lightning_A
|
c63b18507d
Use range iterators for `Map`
|
4 years ago |
Hugo Locurcio
|
07dbe2045a
Use bullet points in the editor instead of dashes where relevant
|
4 years ago |
Rémi Verschelde
|
ac3322b0af
Use const references where possible for List range iterators
|
4 years ago |
Aaron Franke
|
4e6efd1b07
Use C++ iterators for Lists in many situations
|
4 years ago |