Aaron Franke
|
a0072ba39f
|
Make some editor export methods const
|
2022-07-29 10:24:13 -05:00 |
Juan Linietsky
|
d4433ae6d3
|
Remove Signal connect binds
Remove the optional argument p_binds from `Object::connect` since it was deprecated by Callable.bind().
Changed all uses of it to Callable.bind()
|
2022-07-29 16:26:13 +02:00 |
Rémi Verschelde
|
cc5135959b
|
Merge pull request #62973 from bruvzg/sysfont_support
|
2022-07-27 13:38:30 +02:00 |
Aaron Franke
|
e53ae13178
|
Split up editor export code into multiple files
|
2022-07-26 08:28:19 -05:00 |
Rémi Verschelde
|
ba2cffc575
|
Merge pull request #63096 from aaronfranke/exp-template-names
|
2022-07-26 10:28:25 +02:00 |
bruvzg
|
36ef8f29dc
|
Implement support for loading system fonts on Linux, macOS / iOS and Windows.
|
2022-07-26 08:38:05 +03:00 |
Rémi Verschelde
|
90019676b0
|
Code quality: Fix header guards consistency
Adds `header_guards.sh` bash script, used in CI to validate future
changes. Can be run locally to fix invalid header guards.
|
2022-07-25 11:17:40 +02:00 |
Aaron Franke
|
8b5c744f95
|
Update export template names for Windows, Mac, and Linux
|
2022-07-22 18:40:59 -05:00 |
bruvzg
|
3833165d85
|
[Export] Update generated CLI helper script to work on clean macOS Monterey installation.
|
2022-07-21 13:50:37 +03:00 |
bruvzg
|
8823eae328
|
Rename OSX to macOS and iPhoneOS to iOS.
|
2022-07-21 09:37:52 +03:00 |