Aaron Franke
|
15de1d6c35
Use Grisu2 algorithm in String::num_scientific to fix serializing
|
9 months ago |
Thaddeus Crews
|
717df3ee88
Merge pull request #105249 from Repiteo/core/math-defs-namespace
|
3 months ago |
Thaddeus Crews
|
94282d88f9
Core: Use `Math` namespace for constants
|
3 months ago |
Priahoud
|
bf963e767e
Add Options, Functions and Settings to convert Node-Names and Strings to kebab-case
|
1 year ago |
A Thousand Ships
|
889410dcda
Add `String::replace_char(s)` methods for performance and convenience
|
1 year ago |
Pāvels Nadtočajevs
|
9abe2e5294
Add `uri_file_decode` to handle `+` in file names.
|
3 months ago |
Lukas Tenbrink
|
ffa6ef220b
Use `append_` instead of `parse_` for `String` methods.
|
4 months ago |
Thaddeus Crews
|
7fed5f29ed
Merge pull request #99826 from kiroxas/improveParseUTF8Performance
|
4 months ago |
kobewi
|
10f6c01b9c
Remove ABS in favor of Math::abs
|
2 years ago |
Lukas Tenbrink
|
a23f630781
Remove `String` clipping constructors.
|
4 months ago |
Thaddeus Crews
|
754e3b3f9a
Merge pull request #103825 from JulianHeuser/region_highlight_crash_fix
|
4 months ago |
Julian
|
659d1b5d0c
Fix crash caused by trailing spaces
|
4 months ago |
A Thousand Ships
|
331a43a9d8
Add `String::remove_char(s)` methods for performance and convenience
|
1 year ago |
Thaddeus Crews
|
324512e11c
Style: Replace header guards with `#pragma once`
|
5 months ago |
Lukas Tenbrink
|
e34f1f504c
Use `std::size` instead of `sizeof(a) / sizeof(a[0])` pattern throughout the codebase.
|
5 months ago |
Pāvels Nadtočajevs
|
b50d9742c2
Fix `is_valid_float`, `Variant` parser, `Expression` parser, script highlighter, and `TextServer` not handing capital E in scientific notation.
|
5 months ago |
bruvzg
|
3be46a69c4
Fix uppercase B and X parsing in the integer literals.
|
5 months ago |
Kiro
|
e4f8a7f8cf
improveParseUTF8Performance
|
8 months ago |
demolke
|
964e2b3a9e
Fix handling of leading `..` in simplify_path
|
7 months ago |
Thaddeus Crews
|
63838c936c
Merge pull request #98278 from a-johnston/fuzzy-search-rebase
|
8 months ago |
Thaddeus Crews
|
363c0b5fec
Merge pull request #47502 from KoBeWi/add_0
|
9 months ago |
Adam Johnston
|
3ac043c508
Add fuzzy string matching to quick open search
|
9 months ago |
kobewi
|
5c0f2414cd
Always add decimal when printing float
|
1 year ago |
yeojunh
|
b3b24ded19
Add checks for valid base in String::num_int64, uint64().
|
9 months ago |
Pablo Andres Fuente
|
0b258e69f3
Add unit tests for String::parse_url()
|
11 months ago |
Haoyu Qiu
|
6516ca6b11
Parse fragment from URL
|
1 year ago |
Haoyu Qiu
|
a751c05b15
Fix script editor wrongly replaces and quotes non-ASCII letters
|
10 months ago |
Mika Viskari
|
3153e9afda
Added more unit tests for String insert and join.
|
11 months ago |
Haoyu Qiu
|
8bf4ecc026
Add `String.is_valid_unicode_identifier()`
|
11 months ago |
Rémi Verschelde
|
49e5fbfbd2
Merge pull request #95184 from jsjtxietian/shader-include-relative
|
11 months ago |