summaryrefslogtreecommitdiffstats
path: root/platform/windows/display_server_windows.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #88970 from KoBeWi/ImageCursor2DRémi Verschelde2024-02-291-33/+4
|\
| * Improve cursor_set_custom_image() methodkobewi2024-02-281-33/+4
* | Pre-commit: Update to clang-format 17.0.6 and black 24.2.0Rémi Verschelde2024-02-281-2/+2
|/
* [macOS/Windows] Fix application indicator destruction.bruvzg2024-02-271-1/+1
* [Windows] Set application user model ID to prevent editor / running project a...bruvzg2024-02-231-0/+60
* Merge pull request #88405 from bruvzg/fix_non_bgra_dibRémi Verschelde2024-02-171-13/+38
|\
| * [Windows] Fix reading non-BGRA8 DIBs from clipboard.bruvzg2024-02-161-13/+38
* | Merge pull request #80548 from garychia/keyboard_focusRémi Verschelde2024-02-151-0/+4
|\ \ | |/ |/|
| * Ensure the active window gains the keyboard focusChia-Hsiang Cheng2023-08-121-0/+4
* | Add method to get "base" system UI color (macOS/Windows) and system theme cha...bruvzg2024-02-131-1/+18
* | Merge pull request #87013 from bruvzg/intel_angle_with_idsRémi Verschelde2024-02-131-3/+76
|\ \
| * | [Windows] Add support for hex vendor/device IDs in the Angle blocklist. Add I...bruvzg2024-01-091-3/+76
* | | Implement support for application status indicators (tray icons).bruvzg2024-02-131-0/+205
* | | Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...Dario2024-02-121-31/+53
* | | Fix the fetching of images in CF_DIB format in DisplayServerWindows::clipboar...Faycal ElOuariachi2024-02-121-2/+1
* | | Merge pull request #82800 from Sauermann/fix-screen-mousemotionRémi Verschelde2024-02-091-0/+9
|\ \ \
| * | | Add screen-related attributes to mouse input eventsMarkus Sauermann2024-02-051-0/+9
* | | | Merge pull request #86843 from RandomShaper/fix_null_ptrRémi Verschelde2024-02-071-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Avoid several null-dereferences of ApiContextRDPedro J. Estébanez2024-02-061-1/+2
* | | | Avoid non-constant-expression cannot be narrowed on Windows mingw.K. S. Ernest (iFire) Lee2024-01-301-0/+5
* | | | Merge pull request #80231 from romlok/input-key-locationRémi Verschelde2024-01-291-6/+39
|\ \ \ \
| * | | | Add InputEventKey.location to tell left from rightMel Collins2024-01-261-6/+39
* | | | | Merge pull request #87549 from emanvidmaker/DarkModeOnWin10PatchRémi Verschelde2024-01-261-4/+20
|\ \ \ \ \
| * | | | | Added dark mode support for Windows 10, versions 1909(18363) and aboveEmanvidmaker2024-01-251-4/+20
| | |_|/ / | |/| | |
* | | | | [Native File Dialog] Add support for adding custom options to the dialogs.bruvzg2024-01-241-20/+215
| |/ / / |/| | |
* | | | Merge pull request #86446 from reduz/transient-to-focusedRémi Verschelde2024-01-151-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Implement a transient_to_focused modeJuan Linietsky2024-01-141-0/+4
| |/ /
* | | Merge pull request #84246 from bruvzg/win_frac_refreshRémi Verschelde2024-01-041-6/+38
|\ \ \ | |/ / |/| |
| * | [Windows] Use CCD API to get fractional screen refresh rates.bruvzg2023-11-021-6/+38
* | | Merge pull request #83452 from RandomShaper/rd_commonYuri Sizov2023-12-201-114/+74
|\ \ \
| * | | Split RenderingDevice into API-agnostic and RenderingDeviceDriver partsPedro J. Estébanez2023-12-201-114/+74
* | | | Merge pull request #75489 from bruvzg/init_pos_usableYuri Sizov2023-12-191-1/+2
|\ \ \ \
| * | | | [DisplayServer] Use screen "usable rect" instead of full rect to calculate in...bruvzg2023-12-041-1/+2
* | | | | [Windows] Make Windows Ink tablet API default, add dummy driver to disable ta...bruvzg2023-12-181-15/+17
| |/ / / |/| | |
* | | | Merge pull request #70315 from RandomShaper/d3d12_mesaRémi Verschelde2023-12-121-6/+85
|\ \ \ \
| * | | | Add Direct3D 12 RenderingDevice implementationPedro J. Estébanez2023-12-121-6/+85
| |/ / /
* | | | [Windows] Always use ANGLE in ARM builds.bruvzg2023-12-091-0/+7
* | | | Do not consume (eat) mouse messages with no_focus Window's (Godot PopupMenu)Marius Hanl2023-11-281-3/+1
|/ / /
* | | Don't use TTR/RTR for ERR/WARN printsRémi Verschelde2023-11-121-2/+2
* | | [Windows] Add some AMD GPUs to the OpenGL blocklist.bruvzg2023-11-091-1/+1
* | | Fix bug where maximized->fullscreen->windowed mode stays maximized.jitspoe2023-11-061-1/+3
|/ /
* | Add error messages to the native menu and file dialogs callback.bruvzg2023-10-141-2/+22
* | Add vararg call() method to C++ Callablekobewi2023-10-051-37/+9
* | [Native File Dialogs] Improve filter list handling, add selected filter to th...bruvzg2023-10-031-10/+34
* | Merge pull request #82364 from bruvzg/angle_lists_and_defaultsRémi Verschelde2023-10-031-3/+16
|\ \
| * | [ANGLE] Add fallback control options and defaults.bruvzg2023-10-031-3/+16
* | | Merge pull request #80952 from bruvzg/nfdlg_refocusRémi Verschelde2023-10-031-0/+5
|\ \ \
| * | | [Native File Dialogs] Refocus last focused window on close.bruvzg2023-08-241-0/+5
| | |/ | |/|
* | | [DisplayServer] Add method to estimate window title bar size.bruvzg2023-10-031-0/+47
| |/ |/|
* | [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-2/+2