Pāvels Nadtočajevs
|
2d93e004b9
Cleanup and unify `DisplayServer` screen methods and documentation.
|
4 months ago |
Thaddeus Crews
|
6228c7c762
Merge pull request #105451 from bruvzg/x11_splash
|
2 months ago |
Thaddeus Crews
|
01fc9aee6c
Core: Modernize C headers with C++ equivalents
|
3 months ago |
Thaddeus Crews
|
ad40939b6f
Core: Replace C math headers with C++ equivalents
|
5 months ago |
Pāvels Nadtočajevs
|
5ddaaa93e6
Fix X11 boot splash scaling.
|
4 months ago |
Thaddeus Crews
|
0d267e7b1e
Core: Add dedicated `BitField` template
|
1 year ago |
Thaddeus Crews
|
7a6c3b309f
Merge pull request #105130 from bruvzg/uri_fix_plus
|
4 months ago |
Thaddeus Crews
|
e6a61b1ecc
Merge pull request #76829 from bruvzg/ac_kit_direct
|
4 months ago |
Pāvels Nadtočajevs
|
4310cb82b8
AccessKit integration for macOS, Linux, and Windows.
|
5 months ago |
Pāvels Nadtočajevs
|
9abe2e5294
Add `uri_file_decode` to handle `+` in file names.
|
4 months ago |
Pāvels Nadtočajevs
|
f37fb49739
Add separate `minimize_disabled` and `maximize_disabled` window flags.
|
4 months ago |
Pāvels Nadtočajevs
|
52009b52d2
Detect KDE/LXQt and swap OK/Cancel buttons to Windows style.
|
4 months ago |
Yufeng Ying
|
4f4031a675
Replace size() == 0 with is_empty().
|
5 months ago |
Pāvels Nadtočajevs
|
4638ade13f
Enable TTS on demand, instead of fully disabling it when project setting is not set.
|
4 months ago |
Kiro
|
23129a66ed
Replace append_utfx with direct String::utfx
|
4 months ago |
Lukas Tenbrink
|
ffa6ef220b
Use `append_` instead of `parse_` for `String` methods.
|
5 months ago |
Pāvels Nadtočajevs
|
f6891b0305
[DisplayServer] Decouple `show_window(MAIN_WINDOW_ID)` from `DisplayServer` constructor, update project manager size/position after DS init.
|
7 months ago |
Thaddeus Crews
|
49fcd4ce46
Merge pull request #101546 from bruvzg/portal_color_picker
|
5 months ago |
Pāvels Nadtočajevs
|
18f6c33d72
[DisplayServer] Implement `get_accent_color` on Linux.
|
5 months ago |
Pāvels Nadtočajevs
|
fe38504aa0
[X11] Fix native dialog parent selection condition.
|
5 months ago |
Thaddeus Crews
|
c937b6d180
Merge pull request #102419 from Ivorforce/std-size
|
5 months ago |
bruvzg
|
3e4e6e6c0c
Improve native file dialog parent window selection.
|
10 months ago |
Thaddeus Crews
|
1f2d135444
Merge pull request #103526 from jamie-pate/fix_103522
|
5 months ago |
Pāvels Nadtočajevs
|
6ed12bfc5d
[Linux/BSD] Offload RenderingDevice creation test to subprocess.
|
5 months ago |
Jamie Pate
|
4f14f722b8
Fix check for is_maximized in x11 to require both horizontal and vertical
|
5 months ago |
Hilderin
|
0c384e7217
Replace error to info messages for embedded game
|
5 months ago |
Pāvels Nadtočajevs
|
f710781b16
Prevent pending input event callbacks from erasing the window in the middle of a loop.
|
6 months ago |
Adam Scott
|
1376828ef6
Fix `fr+oss` layout issues with KP period
|
6 months ago |
Lukas Tenbrink
|
e34f1f504c
Use `std::size` instead of `sizeof(a) / sizeof(a[0])` pattern throughout the codebase.
|
6 months ago |
Hilderin
|
a3d03717c0
Fix Floating Window request close when a dialog is opened
|
6 months ago |