summaryrefslogtreecommitdiffstats
path: root/platform/windows/display_server_windows.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-0/+4
|\
| * Merge pull request #99387 from 0x0ACB/direct_compositionThaddeus Crews2024-11-261-0/+4
| |\ | | | | | | | | | Use direct composition for d3d12 backend
| | * Use direct composition for d3d12 backend0x0ACB2024-11-261-0/+4
| | |
* | | Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-0/+4
|\| |
| * | [Windows] Fix TTS events arriving out of order.bruvzg2024-11-221-0/+4
| |/
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-4/+7
|\|
| * Use processed filter list for native dialogs.Pāvels Nadtočajevs2024-11-151-1/+1
| |
| * Merge pull request #95972 from Hilderin/fix-mouse-move-over-unfocused-windowThaddeus Crews2024-11-131-3/+6
| |\ | | | | | | | | | Fix mouse move over an unfocused window
| | * Fix mouse move over an unfocused windowHilderin2024-08-221-3/+6
| | |
* | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-2/+2
|\| |
| * | Fix IME deactivation events not send on focus loss. Do not unset AltGr ↵bruvzg2024-11-061-2/+2
| | | | | | | | | | | | modifiers in non-IME input.
* | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-32/+30
|\| |
| * | Merge pull request #97250 from Garetonchick/windows-drag-and-drop-fixThaddeus Crews2024-11-051-31/+29
| |\ \ | | | | | | | | | | | | Windows: Fix dragging and dropping files from compressed files into editor
| | * | fix drag-and-drop in windowsGaretonchick2024-10-241-31/+29
| | | |
| * | | Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-1/+1
| | | | | | | | | | | | | | | | • `modernize-use-bool-literals`, `modernize-use-nullptr`, and `readability-braces-around-statements`
* | | | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-0/+1
|\| | |
| * | | [DisplayServer] Add feature flag for native file dialog access to `user/res` ↵Anish Mishra2024-10-301-0/+1
| | | | | | | | | | | | | | | | and `options`
* | | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-9/+11
|\| | |
| * | | Merge pull request #98615 from Summersay415/three-opengls-pleaseThaddeus Crews2024-10-291-0/+2
| |\ \ \ | | | | | | | | | | | | | | | Fix fallbacks to OpenGL
| | * | | Fix fallbacks to OpenGLSummersay4152024-10-281-0/+2
| | | | |
| * | | | Merge pull request #97934 from adamscott/give-AThousandShips-a-breakThaddeus Crews2024-10-291-9/+9
| |\ \ \ \ | | |/ / / | |/| | | | | | | | [Codestyle] Set clang-format `RemoveSemicolon` rule to `true`
| | * | | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-9/+9
| | | | | | | | | | | | | | | | | | | | - Set clang-format `Standard` rule to `c++20`
* | | | | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-271-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix copyright headers referring to Godot
| * | | | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
| | | | | |
* | | | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-0/+12
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Merge pull request #97771 from dsnopek/openxr-linux-eglThaddeus Crews2024-10-251-0/+12
| |\ \ \ \ | | |/ / / | |/| | | | | | | | OpenXR: Add support for Wayland on Linux
| | * | | OpenXR: Add support for Wayland on LinuxDavid Snopek2024-10-041-0/+12
| | | | |
* | | | | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5Spartan3222024-10-241-1/+4
|\| | | |
| * | | | Fix window exiting with no message to user if _create_window failsdan2024-10-211-1/+4
| | | | |
* | | | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-0/+31
|\| | | |
| * | | | Core: Add `DisplayServer` flag for sharp cornersThaddeus Crews2024-10-181-0/+31
| | | | |
* | | | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* | | | | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Linux Editor tests workflow matrix Add Windows Editor w/ Mono workflow matrix Add Generate Glue Code job to Windows workflow Add Build GodotSharp job to Windows workflow Add godot compatibility version references Add Godot author info Add Godot version compatibility info Add Godot donor info Add Godot authors and donors to editor_about.cpp Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* | | | Merge pull request #91487 from shatyuka/window-styleRémi Verschelde2024-10-041-8/+20
|\ \ \ \ | | | | | | | | | | | | | | | Apply `WS_MINIMIZE` style on window creation
| * | | | Apply `WS_MINIMIZE` style on window creationShatyuka2024-05-031-8/+20
| | | | |
* | | | | Fix window_set_current_screen for maximized windows.bruvzg2024-10-031-0/+7
| |/ / / |/| | |
* | | | Style: Add `WARNING:` as new comment admonitionThaddeus Crews2024-09-251-2/+2
| |/ / |/| |
* | | Merge pull request #97142 from SheepYhangCN/masterRémi Verschelde2024-09-201-0/+11
|\ \ \ | | | | | | | | | | | | Fallback to OpenGL 3 if other rendering drivers are not supported
| * | | Added fallback_to_opengl3SheepYhangCN2024-09-201-0/+11
| | | |
* | | | Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-1/+1
|/ / /
* | | Merge pull request #95983 from bruvzg/win_fd_opt_fixRémi Verschelde2024-09-041-49/+57
|\ \ \ | | | | | | | | | | | | [Windows] Emit native file dialog callback from event loop, fix selected options not saved.
| * | | [Windows] Emit native file dialog callback from event loop, fix selected ↵bruvzg2024-08-231-49/+57
| | |/ | |/| | | | | | | options not saved.
* | | Update rendering driver name on fallbacks. Fix rendering driver/method in ↵bruvzg2024-09-011-0/+3
| | | | | | | | | | | | the editor system info.
* | | [Windows] Always use absolute UNC paths and long path aware APIs, add "long ↵bruvzg2024-08-281-4/+23
| | | | | | | | | | | | path aware" flag to the application manifest.
* | | [Windows] Hide cursor before moving.bruvzg2024-08-271-8/+11
| | |
* | | Enable fallback from ANGLE to native and improve ANGLE error messages.bruvzg2024-08-251-13/+31
|/ /
* | Merge pull request #95665 from Hilderin/fix-drag-drop-between-windowRémi Verschelde2024-08-221-0/+10
|\ \ | | | | | | | | | Fix drag&drop between window on Windows
| * | Fix drag&drop between window on WindowsHilderin2024-08-161-0/+10
| | |
* | | [Windows] Run native file dialogs in thread to make it non-blocking.bruvzg2024-08-191-81/+235
|/ /
* | Merge pull request #94971 from bruvzg/drv_msgsRémi Verschelde2024-08-161-18/+37
|\ \ | | | | | | | | | [Windows] Improve video driver error messages.