Adrien Ufferte
|
a11a64fbf4
Comments spelling fixes
|
1 周之前 |
Lukas Tenbrink
|
b13a0e1834
Rename `String::resize` to `resize_uninitialized`, to better communicate to callers that new characters must be initialized.
|
3 周之前 |
Rémi Verschelde
|
7d10c2a3f2
Merge pull request #104686 from bruvzg/bmaxwin
|
2 周之前 |
Thaddeus Crews
|
a6be6d1cd1
Merge pull request #106959 from bruvzg/w10_cleanup
|
2 周之前 |
Pāvels Nadtočajevs
|
2d93e004b9
Cleanup and unify `DisplayServer` screen methods and documentation.
|
2 月之前 |
Pāvels Nadtočajevs
|
617e12a6b4
[Windows] Drop support for Windows 7/8/8.1.
|
3 周之前 |
lawnjelly
|
f8f350a32a
Add `GLOBAL_GET` cached macros.
|
1 月之前 |
Thaddeus Crews
|
ad40939b6f
Core: Replace C math headers with C++ equivalents
|
3 月之前 |
bruvzg
|
da1fca613f
Fix crash in release build with llvm-mingw.
|
2 月之前 |
Thaddeus Crews
|
0d267e7b1e
Core: Add dedicated `BitField` template
|
10 月之前 |
Thaddeus Crews
|
94282d88f9
Core: Use `Math` namespace for constants
|
2 月之前 |
A Thousand Ships
|
889410dcda
Add `String::replace_char(s)` methods for performance and convenience
|
1 年之前 |
Thaddeus Crews
|
e6a61b1ecc
Merge pull request #76829 from bruvzg/ac_kit_direct
|
2 月之前 |
Pāvels Nadtočajevs
|
4310cb82b8
AccessKit integration for macOS, Linux, and Windows.
|
3 月之前 |
Pāvels Nadtočajevs
|
f37fb49739
Add separate `minimize_disabled` and `maximize_disabled` window flags.
|
2 月之前 |
Thaddeus Crews
|
207a2b6472
Core: Integrate warning suppression macro helpers
|
2 月之前 |
Yufeng Ying
|
4f4031a675
Replace size() == 0 with is_empty().
|
3 月之前 |
Pāvels Nadtočajevs
|
4638ade13f
Enable TTS on demand, instead of fully disabling it when project setting is not set.
|
2 月之前 |
Thaddeus Crews
|
780cf03051
Merge pull request #104556 from Ivorforce/string-extend-instead-of-parse
|
2 月之前 |
Cliear
|
9dfa751425
[Windows] Fixed the issue where newly created window incorrectly acquired the popup property on Windows.
|
11 月之前 |
Lukas Tenbrink
|
ffa6ef220b
Use `append_` instead of `parse_` for `String` methods.
|
3 月之前 |
Pāvels Nadtočajevs
|
e00b7dc72d
[Windows] Fix borderless maximized window mode.
|
2 月之前 |
kobewi
|
10f6c01b9c
Remove ABS in favor of Math::abs
|
2 年之前 |
Pāvels Nadtočajevs
|
f6891b0305
[DisplayServer] Decouple `show_window(MAIN_WINDOW_ID)` from `DisplayServer` constructor, update project manager size/position after DS init.
|
5 月之前 |
Thaddeus Crews
|
8774c608ff
Merge pull request #95606 from Hilderin/fix-unfocused-windows-cant-be-dragged
|
3 月之前 |
Aaron Franke
|
97ee05e9b7
Rename version defines to GODOT_VERSION_* to match GDExtension godot-cpp
|
3 月之前 |
bruvzg
|
db7c94bd65
[Windows] Remove visible WINDOW_MODE_FULLSCREEN border by setting window region.
|
1 年之前 |
A Thousand Ships
|
466590d0ec
Use `get_slicec` instead of `get_slice` for single character splitters
|
7 月之前 |
bruvzg
|
3e4e6e6c0c
Improve native file dialog parent window selection.
|
8 月之前 |
Rémi Verschelde
|
53faed5351
Merge pull request #103339 from Hilderin/adjustment-error-message-embedded-game
|
3 月之前 |